301 Moved Permanently, istenen kaynağın kalıcı olarak yeni bir URL'ye taşındığı anlamına gelir. Gelecekteki tüm istekler yeni adresi kullanmalıdır.
Tarayıcı kullanıcıyı otomatik olarak yeni adrese yönlendirecek ve arama motorları dizinlerini güncelleyecektir.
GET / HTTP/1.1 Host: sedfl.com Accept: */* User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
<!doctype html > <html xmlns="http://www.w3.org/1999/xhtml" lang="en" class=""> <head> <meta charset="utf-8"> <script type="text/javascript"> window._currentDevice = 'desktop'; window.Parameters = window.Parameters || { HomeUrl: 'https://www.sedfl.com/', AccountUUID: '30344d988c724901987a9a7b4c7fbd37', SystemID: 'US_DIRECT_PRODUCTION', SiteAlias: '835f27f1', SiteType: atob('RFVEQU9ORQ=='), PublicationDate: 'Thu May 22 23:28:35 UTC 2025', ExternalUid: null, IsSiteMultilingual: false, InitialPostAlias: '', InitialPostPageUuid: '', InitialDynamicItem: '', DynamicPageInfo: { isDynamicPage: false, base64JsonRowData: 'null', }, InitialPageAlias: 'home', InitialPageUuid: '67a97f7ec3754480aa7fe667e01dfa30', InitialPageId: '1165835380', InitialEncodedPageAlias: 'aG9tZQ==', InitialHeaderUuid: '42bfa9abb35e44c7940797667fa568e9', CurrentPageUrl: '', IsCurrentHomePage: true, AllowAjax: false, AfterAjaxCommand: null, HomeLinkText: 'Back To Home', UseGalleryModule: false, CurrentThemeName: 'Layout Theme', ThemeVersion: '500000', DefaultPageAlias: '', RemoveDID: true, WidgetStyleID: null, IsHeaderFixed: false, IsHeaderSkinny: false, IsBfs: true, StorePageAlias: 'null', StorePagesUrls: 'e30=', IsNewStore: 'false', StorePath: '', StoreId: 'null', StoreVersion: 0, StoreBaseUrl: '', StoreCleanUrl: true, StoreDisableScrolling: true, IsStoreSuspended: false, HasCustomDomain: true, SimpleSite: false, showCookieNotification: false, cookiesNotificationMarkup: 'null', translatedPageUrl: '', isFastMigrationSite: false, sidebarPosition: 'NA', currentLanguage: 'en', currentLocale: 'en-gb', NavItems: '{}', errors: { general: 'There was an error connecting to the page.<br/> Make sure you are not offline.', password: 'Incorrect name/password combination', tryAgain: 'Try again' }, NavigationAreaParams: { ShowBackToHomeOnInnerPages: true, NavbarSize: -1, NavbarLiveHomePage: 'https://www.sedfl.com/', BlockContainerSelector: '.dmBody', NavbarSelector: '#dmNav:has(a)', SubNavbarSelector: '#subnav_main' }, hasCustomCode: true, planID: '7', customTemplateId: 'null', siteTemplateId: 'null', productId: 'DM_DIRECT', disableTracking: false, pageType: 'FROM_SCRATCH', isRuntimeServer: true, isInEditor: false, hasNativeStore: false, defaultLang: 'en', hamburgerMigration: null, isFlexSite : false }; window.Parameters.LayoutID = {}; window.Parameters.LayoutID[window._currentDevice] = 6; window.Parameters.LayoutVariationID = {}; window.Parameters.LayoutVariationID[window._currentDevice] = 5; </script> <!-- Injecting site-wide to the head --> <!-- End Injecting site-wide to the head --> <!-- Inject secured cdn script --> <!-- ========= Meta Tags ========= --> <!-- PWA settings --> <script> function toHash(str) { var hash = 5381, i = str.length; while (i) { hash = hash * 33 ^ str.charCodeAt(--i) } return hash >>> 0 } </script> <script> (function (global) { //const cacheKey = global.cacheKey; const isOffline = 'onLine' in navigator && navigator.onLine === false; const hasServiceWorkerSupport = 'serviceWorker' in navigator; if (isOffline) { console.log('offline mode'); } if (!hasServiceWorkerSupport) { console.log('service worker is not supported'); } if (hasServiceWorkerSupport && !isOffline) { window.addEventListener('load', function () { const serviceWorkerPath = '/runtime-service-worker.js?v=3'; navigator.serviceWorker .register(serviceWorkerPath, { scope: './' }) .then( function (registration) { // Registration was successful console.log( 'ServiceWorker registration successful with scope: ', registration.scope ); }, function (err) { // registration failed :( console.log('ServiceWorker registration failed: ', err); } ) .catch(function (err) { console.log(err); }); }); // helper function to refresh the page var refreshPage = (function () { var refreshing; return function () { if (refreshing) return; // prevent multiple refreshes var refreshkey = 'refreshed' + location.href; var prevRefresh = localStorage.getItem(refreshkey); if (prevRefresh) { localStorage.removeItem(refreshkey); if (Date.now() - prevRefresh < 30000) { return; // dont go into a refresh loop } } refreshing = true; localStorage.setItem(refreshkey, Date.now()); console.log('refereshing page'); window.location.reload(); }; })(); function messageServiceWorker(data) { return new Promise(function (resolve, reject) { if (navigator.serviceWorker.controller) { var worker = navigator.serviceWorker.controller; var messageChannel = new MessageChannel(); messageChannel.port1.onmessage = replyHandler; worker.postMessage(data, [messageChannel.port2]); function replyHandler(event) { resolve(event.data); } } else { resolve(); } }); } } })(window); </script> <!-- Add manifest --> <!-- End PWA settings --> <link rel="canonical" href="https://www.sedfl.com/"> <meta id="view" name="viewport" content="initial-scale=1, minimum-scale=1, maximum-scale=5, viewport-fit=cover"> <meta name="apple-mobile-web-app-capable" content="yes"> <!--Add favorites icons--> <link rel="apple-touch-icon" href="https://irp.cdn-website.com/835f27f1/dms3rep/multi/square.jpg"/> <link rel="icon" type="image/x-icon" href="https://irp.cdn-website.com/835f27f1/site_favicon_16_1656437760444.ico"/> <!-- End favorite icons --> <link rel="preconnect" href="https://lirp.cdn-website.com/"/> <!-- render the required CSS and JS in the head section --> <script id='d-js-dmapi'> window.SystemID = 'US_DIRECT_PRODUCTION'; if (!window.dmAPI) { window.dmAPI = { registerExternalRuntimeComponent: function () { }, getCurrentDeviceType: function () { return window._currentDevice; }, runOnReady: (ns, fn) => { const safeFn = dmAPI.toSafeFn(fn); ns = ns || 'global_' + Math.random().toString(36).slice(2, 11); const eventName = 'afterAjax.' + ns; if (document.readyState === 'complete') { $.DM.events.off(eventName).on(eventName, safeFn); setTimeout(function () { safeFn({ isAjax: false, }); }, 0); } else { window?.waitForDeferred?.('dmAjax', () => { $.DM.events.off(eventName).on(eventName, safeFn); safeFn({ isAjax: false, }); }); } }, toSafeFn: (fn) => { if (fn?.safe) { return fn; } const safeFn = function (...args) { try { return fn?.apply(null, args); } catch (e) { console.log('function failed ' + e.message); } }; safeFn.safe = true; return safeFn; } }; } if (!window.requestIdleCallback) { window.requestIdleCallback = function (fn) { setTimeout(fn, 0); } } </script> <!-- loadCSS function header.jsp--> <script id="d-js-load-css"> /** * There are a few <link> tags with CSS resource in them that are preloaded in the page * in each of those there is a "onload" handler which invokes the loadCSS callback * defined here. * We are monitoring 3 main CSS files - the runtime, the global and the page. * When each load we check to see if we can append them all in a batch. If threre * is no page css (which may happen on inner pages) then we do not wait for it */ (function () { let cssLinks = {}; function loadCssLink(link) { link.onload = null; link.rel = "stylesheet"; link.type = "text/css"; } function checkCss() { const pageCssLink = document.querySelector("[id*='CssLink']"); const widgetCssLink = document.querySelector("[id*='widgetCSS']"); if (cssLinks && cssLinks.runtime && cssLinks.global && (!pageCssLink || cssLinks.page) && (!widgetCssLink || cssLinks.widget)) { const storedRuntimeCssLink = cssLinks.runtime; const storedPageCssLink = cssLinks.page; const storedGlobalCssLink = cssLinks.global; const storedWidgetCssLink = cssLinks.widget; storedGlobalCssLink.disabled = true; loadCssLink(storedGlobalCssLink); if (storedPageCssLink) { storedPageCssLink.disabled = true; loadCssLink(storedPageCssLink); } if(storedWidgetCssLink) { storedWidgetCssLink.disabled = true; loadCssLink(storedWidgetCssLink); } storedRuntimeCssLink.disabled = true; loadCssLink(storedRuntimeCssLink); requestAnimationFrame(() => { setTimeout(() => { storedRuntimeCssLink.disabled = false; storedGlobalCssLink.disabled = false; if (storedPageCssLink) { storedPageCssLink.disabled = false; } if (storedWidgetCssLink) { storedWidgetCssLink.disabled = false; } // (SUP-4179) Clear the accumulated cssLinks only when we're // sure that the document has finished loading and the document // has been parsed. if(document.readyState === 'interactive') { cssLinks = null; } }, 0); }); } } function loadCSS(link) { try { var urlParams = new URLSearchParams(window.location.search); var noCSS = !!urlParams.get("nocss"); var cssTimeout = urlParams.get("cssTimeout") || 0; if (noCSS) { return; } if (link.href && link.href.includes("d-css-runtime")) { cssLinks.runtime = link; checkCss(); } else if (link.id === "siteGlobalCss") { cssLinks.global = link; checkCss(); } else if (link.id && link.id.includes("CssLink")) { cssLinks.page = link; checkCss(); } else if (link.id && link.id.includes("widgetCSS")) { cssLinks.widget = link; checkCss(); } else { requestIdleCallback(function () { window.setTimeout(function () { loadCssLink(link); }, parseInt(cssTimeout, 10)); }); } } catch (e) { throw e } } window.loadCSS = window.loadCSS || loadCSS; })(); </script> <script data-role="deferred-init" type="text/javascript"> /* usage: window.getDeferred(<deferred name>).resolve() or window.getDeferred(<deferred name>).promise.then(...)*/ function Def() { this.promise = new Promise((function (a, b) { this.resolve = a, this.reject = b }).bind(this)) } const defs = {}; window.getDeferred = function (a) { return null == defs[a] && (defs[a] = new Def), defs[a] } window.waitForDeferred = function (b, a, c) { let d = window?.getDeferred?.(b); d ? d.promise.then(a) : c && ["complete", "interactive"].includes(document.readyState) ? setTimeout(a, 1) : c ? document.addEventListener("DOMContentLoaded", a) : console.error(`Deferred does not exist`); }; </script> <style id="forceCssIncludes"> /* This file is auto-generated from a `scss` file with the same name */ .videobgwrapper{overflow:hidden;position:absolute;z-index:0;width:100%;height:100%;top:0;left:0;pointer-events:none;border-radius:inherit}.videobgframe{position:absolute;width:101%;height:100%;top:50%;left:50%;transform:translateY(-50%) translateX(-50%);object-fit:fill}#dm video.videobgframe{margin:0}@media (max-width:767px){.dmRoot .dmPhotoGallery.newPhotoGallery:not(.photo-gallery-done){min-height:80vh}}@media (min-width:1025px){.dmRoot .dmPhotoGallery.newPhotoGallery:not(.photo-gallery-done){min-height:45vh}}@media (min-width:768px) and (max-width:1024px){.responsiveTablet .dmPhotoGallery.newPhotoGallery:not(.photo-gallery-done){min-height:45vh}}#dm [data-show-on-page-only]{display:none!important}#dmRoot div.stickyHeaderFix div.site_content{margin-top:0!important}#dmRoot div.stickyHeaderFix div.hamburger-header-container{position:relative} </style> <style id="cssVariables" type="text/css"> :root { --color_1: rgba(0,0,0,1); --color_2: rgba(51,51,51,1); --color_3: rgba(61,91,61,1); --color_4: rgba(255,255,255,1); --color_5: rgba(55,81,55,1); --color_6: rgba(46,204,113,1); --color_7: rgba(100,100,100,1); --color_8: rgba(65,67,69,1); } </style> <style id="hideAnimFix"> .dmDesktopBody:not(.editGrid) [data-anim-desktop]:not([data-anim-desktop='none']), .dmDesktopBody:not(.editGrid) [data-anim-extended] { visibility: hidden; } .dmDesktopBody:not(.editGrid) .dmNewParagraph[data-anim-desktop]:not([data-anim-desktop='none']), .dmDesktopBody:not(.editGrid) .dmNewParagraph[data-anim-extended] { visibility: hidden !important; } #dmRoot:not(.editGrid) .flex-element [data-anim-extended] { visibility: hidden; } </style> <style id="criticalCss"> @charset "UTF-8";@font-face{font-family:Raleway;font-style:normal;font-weight:100 900;font-display:swap;src:url(https://irp.cdn-website.com/fonts/s/raleway/v34/1Ptug8zYS_SKggPNyC0ITw.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Muli;font-style:normal;font-weight:200;font-display:swap;src:url(https://irp.cdn-website.com/fonts/s/muli/v29/7Auwp_0qiz-afTLGLQ.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Muli;font-style:normal;font-weight:300;font-display:swap;src:url(https://irp.cdn-website.com/fonts/s/muli/v29/7Auwp_0qiz-afTLGLQ.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:FontAwesome;font-display:block;src:url(https://static.cdn-website.com/fonts/fontawesome-webfont.eot?v=6);src:url(https://static.cdn-website.com/fonts/fontawesome-webfont.eot?#iefix&v=6) format("embedded-opentype"),url(https://static.cdn-website.com/fonts/fontawesome-webfont.woff?v=6) format("woff"),url(https://static.cdn-website.com/fonts/fontawesome-webfont.ttf?v=6) format("truetype"),url(https://static.cdn-website.com/fonts/fontawesome-webfont.svg#fontawesomeregular?v=6) format("svg");font-weight:400;font-style:normal}@font-face{font-family:dm-font;font-display:block;src:url(https://static.cdn-website.com/fonts/dm-font.woff?v=12) format("woff"),url(https://static.cdn-website.com/fonts/dm-font.ttf?v=12) format("truetype"),url(https://static.cdn-website.com/fonts/dm-font.svg?v=12#dm-font) format("svg");font-weight:400;font-style:normal}@font-face{font-family:Muli;font-style:normal;font-weight:400;font-display:swap;src:url(https://irp.cdn-website.com/fonts/s/muli/v29/7Auwp_0qiz-afTLGLQ.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Muli;font-style:normal;font-weight:600;font-display:swap;src:url(https://irp.cdn-website.com/fonts/s/muli/v29/7Auwp_0qiz-afTLGLQ.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Muli;font-style:normal;font-weight:700;font-display:swap;src:url(https://irp.cdn-website.com/fonts/s/muli/v29/7Auwp_0qiz-afTLGLQ.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Muli;font-style:normal;font-weight:800;font-display:swap;src:url(https://irp.cdn-website.com/fonts/s/muli/v29/7Auwp_0qiz-afTLGLQ.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Muli;font-style:normal;font-weight:900;font-display:swap;src:url(https://irp.cdn-website.com/fonts/s/muli/v29/7Auwp_0qiz-afTLGLQ.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Montserrat;font-style:normal;font-weight:100 900;font-display:swap;src:url(https://irp.cdn-website.com/fonts/s/montserrat/v29/JTUSjIg1_i6t8kCHKm459Wlhyw.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}:root{--color_1:rgba(0,0,0,1);--color_2:rgba(51,51,51,1);--color_3:rgba(61,91,61,1);--color_4:rgba(255,255,255,1);--color_5:rgba(55,81,55,1);--color_6:rgba(46,204,113,1);--color_7:rgba(100,100,100,1);--color_8:rgba(65,67,69,1)}.dmInner{min-height:100vh!important;position:relative;min-width:768px!important}[dmtemplateid*=amburger] .dmLayoutWrapper{overflow:hidden}.clearfix:after{clear:both;visibility:hidden;line-height:0;height:0}.clearfix:after,.clearfix:before{content:' ';display:table}.clearfix{display:inline-block}#dm .dmWidget .icon{font-size:26px}body.dmRoot #dm .dmOuter .dmInner .dmWidget .icon.hasFontIcon{height:26px;margin-top:-13px;line-height:normal;text-align:center;background-image:none}.dmRoot .hasFontIcon{background-image:none!important}.dmPopupMask{position:fixed;margin:0;display:none;width:10px;z-index:1000000999;top:0;left:0}#dmRoot .dmPopup,.dmPopup,.dmPopupClose:before,[data-display-type=block]{display:block}.dmPopup{text-align:left;position:fixed;top:10px;left:0;width:93%;z-index:1000009999!important;box-sizing:border-box;background:#f5f5f5;overflow-y:auto;height:100%}.dmPopup .dmPopupTitle{text-align:left;font:700 19px Helvetica,Arial;margin:20px 20px 35px;color:#999}#dm .dmInner .dmWidget,#dm .dmPhotoGallery.newPhotoGallery .photoGalleryThumbs .caption-container .caption-inner div,#dm .dmPhotoGallery.newPhotoGallery .photoGalleryThumbs .caption-container .caption-inner h3,#dm .dmPhotoGallery.newPhotoGallery .photoGalleryThumbs .caption-container .caption-inner p,#dm .dmPhotoGallery.newPhotoGallery.captionAlignment-center_center .photoGalleryThumbs .caption-container .caption-inner:not(:has(>.caption-link)) div,#dm .dmPhotoGallery.newPhotoGallery.captionAlignment-center_center .photoGalleryThumbs .caption-container .caption-inner:not(:has(>.caption-link)) h3,.dmPhotoGallery.newPhotoGallery .photoGalleryThumbs .caption-container .caption-inner,.dmPhotoGalleryHolder,.text-align-center{text-align:center}#dmPopup{opacity:0}.dmPopupClose,.dmPopupClose:before{position:absolute;visibility:visible}.dmPopupClose{border-radius:25px;width:27px;height:27px;z-index:1;background-color:rgba(255,255,255,.4);top:12px;right:12px}.dmPopupClose:before{font-size:20px;color:#000;top:3px;right:3px}body.dmDesktopBody:not(.mac) .data::-webkit-scrollbar{width:5px;height:5px}body.dmDesktopBody:not(.mac) .data::-webkit-scrollbar-track{background:rgba(0,0,0,.1)}body.dmDesktopBody:not(.mac) .data::-webkit-scrollbar-thumb{background:#c8c8c8;box-shadow:inset 0 1px 2px #454545;border-radius:45px}[class*=' dm-icon-']:before{font-family:dm-font!important}#dm .dmRespRow .dmRespColsWrapper{display:flex}#dm .hasBackgroundOverlay:not(.dmPopupPage):not(.layout-drawer){position:relative!important}#dm .hasBackgroundOverlay:not(.hasExtraLayerOverlay):before{display:block!important;position:absolute!important;top:0!important;left:0!important;width:100%!important;height:100%!important;content:' '!important;border-radius:inherit}#dm .dmInner .dmWidget.align-center,.align-center{margin-left:auto;margin-right:auto}body.fix-mobile-scrolling{overflow:initial}#dmRoot{text-decoration-skip-ink:none}@media (min-width:1025px){#dmRoot.responsiveTablet #dm #dmStyle_outerContainer #dmStyle_innerContainer .showOnMedium{display:none!important}#dmRoot.responsiveTablet #dm [data-responsive-name=ResponsiveDesktopTopTabletHamburger] .site_content{margin-top:0!important}:root{--btn-text-font-size:15px}}@media (max-width:767px){#dmRoot.responsiveTablet #dm #dmStyle_outerContainer #dmStyle_innerContainer #hamburger-header-container~#stickyHeaderSpacer,#dmRoot.responsiveTablet #dm #dmStyle_outerContainer #dmStyle_innerContainer .showOnLarge{display:none!important}}@media (min-width:768px) and (max-width:1024px){#dmRoot.responsiveTablet #dm #dmStyle_outerContainer #dmStyle_innerContainer #hamburger-header-container~#stickyHeaderSpacer,#dmRoot.responsiveTablet #dm #dmStyle_outerContainer #dmStyle_innerContainer .showOnLarge,[data-hidden-on-tablet]{display:none!important}:root{--btn-text-font-size:15px}}@media (min-width:1025px) and (max-width:1399px){[data-hidden-on-desktop]{display:none!important}}body{-webkit-overflow-scrolling:touch}:not(.runtime-module-container) .layout-drawer,:not(.runtime-module-container) .layout-drawer-hamburger,:not(.runtime-module-container) .layout-drawer-overlay{visibility:hidden}:not(.runtime-module-container) .layout-drawer{position:fixed;transform:translate(-100%,-100%)}:not(.runtime-module-container) .layout-drawer[data-origin=side-reverse]{transform:translate(100%,0)}:not(.runtime-module-container) .layout-drawer-overlay{opacity:0}.runtime-module-container{width:100%}.runtime-module-container[dmtemplateid*=amburger] #site_content,.runtime-module-container[dmtemplateid*=amburger] .dmInner{position:static}.runtime-module-container[dmtemplateid*=amburger] #site_content .site_content{position:relative}.runtime-module-container[dmtemplateid*=amburger] .dmLayoutWrapper{background-color:transparent}.runtime-module-container .hamburger-header-container{position:fixed;z-index:2;top:0;left:0;width:100%}.runtime-module-container .hamburger-header-container .hamburger-header{min-height:43px}.runtime-module-container .layout-drawer,.runtime-module-container .layout-drawer-hamburger,.runtime-module-container .layout-drawer-overlay{visibility:visible}.runtime-module-container[dmtemplateid*=amburger] .site_content{margin-top:59px}.runtime-module-container .layout-drawer,.runtime-module-container .layout-drawer-overlay{height:100%;position:fixed;top:0;left:0}.runtime-module-container .layout-drawer{background-color:#fff;width:75vw;transform:translate(-100%,0);overflow:auto;-webkit-overflow-scrolling:auto;z-index:13;display:flex;flex-direction:column}.runtime-module-container .layout-drawer .dmRespRow:not(.dmPlaceHolderRespRow) .dmRespColsWrapper .dmRespCol:not(.content-removed):only-child:empty{min-height:0}.runtime-module-container .layout-drawer[data-origin=side-reverse]{transform:translate(100%,0);left:auto;right:0}.runtime-module-container .layout-drawer-overlay{width:100vw;background-color:rgba(0,0,0,.4);opacity:0;z-index:6}body:not([data-flex-site]) .layout-drawer .dmRespRow:not(:first-of-type):not(:last-of-type){flex:1 1 auto}.layout-drawer-hamburger{background:0 0;-webkit-appearance:none;appearance:none;position:fixed;left:18px;margin-left:env(safe-area-inset-left);padding:17px 11px;z-index:14;width:52px;height:52px;color:#787878;display:flex;flex-direction:column;border:0;justify-content:space-between;align-items:stretch;top:18px;border-radius:0}.layout-drawer-hamburger:not(:focus){outline:unset}.layout-drawer-hamburger .hamburger__slice{display:block;height:0;width:100%;border:1px solid currentColor;transform-origin:center}@media (max-width:767px){.layout-drawer-hamburger{background:0 0;-webkit-appearance:none;appearance:none;position:fixed;left:10px;margin-left:env(safe-area-inset-left);padding:13px 9px;z-index:14;width:40px;height:40px;color:#787878;display:flex;flex-direction:column;border:0;justify-content:space-between;align-items:stretch;top:10px;border-radius:0}.layout-drawer-hamburger:not(:focus){outline:unset}.layout-drawer-hamburger .hamburger__slice{display:block;height:0;width:100%;border:1px solid currentColor;transform-origin:center}}.hamburger-reverse .layout-drawer-hamburger{left:auto;right:10px;margin-right:env(safe-area-inset-right)}#dm-outer-wrapper #hamburger-header-container #hamburger-header .dmRespCol{display:flex;flex-direction:column;justify-content:center}nav{display:block}html{font-family:Source Sans Pro;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0}img{border:0;max-width:100%;-ms-interpolation-mode:bicubic;display:inline-block}button{font-family:inherit;font-size:100%;margin:0;line-height:normal;text-transform:none;-webkit-appearance:button}.socialHubIcon,[class*=' dm-common-icons-'],[class*=' dm-social-icons-'],[class*=' dm-icon-']{font-variant:normal;text-transform:none;line-height:1;-moz-osx-font-smoothing:grayscale;speak:none;-webkit-font-smoothing:antialiased;font-weight:400;font-style:normal}button::-moz-focus-inner{border:0;padding:0}*,:after,:before{box-sizing:border-box}.dmRespRow{padding-top:15px;padding-bottom:15px}.dmRespRow .dmRespRow:after,.dmRespRow .dmRespRow:before,.dmRespRow:after,.dmRespRow:before{content:' ';display:table}.dmRespRow .dmRespRow:after,.dmRespRow:after{clear:both}.dmRespRow,.dmRespRow .dmRespColsWrapper{max-width:960px;position:relative;margin:0 auto;width:100%}@media screen and (min-width:1200px){.rows-1200 .dmRespRow:not(.fullBleedMode) .dmRespColsWrapper{max-width:1200px}}.dmRespRow .dmRespCol{position:relative;width:100%;display:inline-block;vertical-align:top;float:left}.dmRespRow .dmRespCol>*{max-width:100%}.dmRespRow .dmRespRow{width:auto;margin-top:0;margin-bottom:0;max-width:none}.dmDesktopBody .dmRespRow .large-4{position:relative;width:33.33333%}.dmDesktopBody .dmRespRow .large-5{position:relative;width:41.66667%}.dmDesktopBody .dmRespRow .large-6{position:relative;width:50%}.dmDesktopBody .dmRespRow .large-7{position:relative;width:58.33333%}.dmDesktopBody .dmRespRow .large-8{position:relative;width:66.66667%}.dmDesktopBody .dmRespRow .large-12{position:relative;width:100%}[class*=' dm-icon-']{font-family:dm-font}.dm-icon-envelope:before{content:'\e98d'}.dm-icon-phone:before{content:'\ea6e'}.socialHubIcon,[class*=' dm-common-icons-'],[class*=' dm-social-icons-']{font-family:dm-social-icons!important}.dm-social-icons-facebook:before{content:'\ea90'}[class*=' dm-common-icons-']{font-family:dm-common-icons!important}.dm-common-icons-close:before{content:'\e901'}#dm div.dmContent [class*=' icon-'],[class*=' icon-']{font-family:FontAwesome!important;font-weight:400;font-style:normal;text-decoration:inherit;-webkit-font-smoothing:antialiased}[class*=' icon-']:before{text-decoration:none;display:inline-block;speak:none}a [class*=' icon-']{display:inline}[class*=' icon-']{display:inline;width:auto;height:auto;line-height:normal;vertical-align:baseline;background-image:none;background-position:0 0;background-repeat:repeat;margin-top:0}.icon-star:before{content:'\f005'}.icon-angle-right:before{content:'\f105'}.icon-angle-down:before{content:'\f107'}.animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}#dm .dmRespRow .dmRespCol>.dmWidget{overflow:initial}@media (min-width:768px){.hamburger-reverse .layout-drawer-hamburger{right:18px}#dm .dmRespRow .dmRespCol>.dmWidget{width:280px;max-width:100%}}@media (max-width:767px){#dm .dmInner .dmWidget{width:100%}}#dm .dmInner .dmWidget:not(.displayNone){display:inline-block}#dm .dmInner .dmWidget:not(.flexButton):not(.displayNone)[data-display-type=block]{display:block}#dm .dmInner .dmWidget{text-decoration:none;margin:10px 0;clear:both;position:relative;line-height:22px;box-shadow:none;background-image:none;padding:0;height:auto;border-style:solid;white-space:nowrap}#dm .dmInner .dmWidget:after{content:'';display:inline-block;height:100%;vertical-align:middle;width:0;margin-right:-.25em}#dm .dmInner .dmWidget .iconBg{position:absolute;left:0;width:50px;top:50%;margin-top:-13px}#dm .dmWidget .text{display:inline-block;vertical-align:middle;font-size:1.125em;line-height:normal;white-space:normal;padding:10px 7px;max-width:98%}p.rteBlock{margin:0}html:not(.ios-preview) #dm .hasStickyHeader .dmInner div.dmHeaderContainer{position:fixed!important;z-index:101;width:100%;min-width:768px}.dmPhotoGallery .image-container{position:relative}.dmPhotoGallery.newPhotoGallery .photoGalleryThumbs .caption-container .caption-inner h3,.dmPhotoGallery.newPhotoGallery .photoGalleryThumbs .caption-container .caption-inner p{margin:0;line-height:normal}.dmPhotoGallery.newPhotoGallery .photoGalleryThumbs .caption-container .caption-inner h3{font-size:21px}#dm .dmPhotoGallery.newPhotoGallery .photoGalleryThumbs .caption-container .caption-inner .rteBlock,.dmPhotoGallery.newPhotoGallery .photoGalleryThumbs .caption-container .caption-inner p{font-size:14px}.dmPhotoGallery.newPhotoGallery .photoGalleryThumbs .caption-container .caption-inner .caption-text,.dmPhotoGallery.newPhotoGallery .photoGalleryThumbs .caption-container .caption-inner .caption-title{max-width:100%}#dm .dmPhotoGallery.newPhotoGallery .photoGalleryThumbs{list-style:none;position:relative}#dm .dmPhotoGallery.newPhotoGallery.captionAlignment-center_center .photoGalleryThumbs .caption-container .caption-inner:not(:has(>.caption-link)){justify-content:center;align-items:center}#dm .dmPhotoGallery.newPhotoGallery.captionAlignment-center_center .photoGalleryThumbs .caption-container .caption-inner .caption-button{margin:10px auto}#dm .dmPhotoGallery.newPhotoGallery.captionAlignment-bottom_left .photoGalleryThumbs .caption-container .caption-inner:not(:has(>.caption-link)) div,#dm .dmPhotoGallery.newPhotoGallery.captionAlignment-bottom_left .photoGalleryThumbs .caption-container .caption-inner:not(:has(>.caption-link)) p{text-align:left}#dm .dmPhotoGallery.newPhotoGallery .photoGalleryThumbs .caption-container .caption-inner{align-items:center}#dm .dmPhotoGallery.newPhotoGallery .dmPhotoGalleryHolder{width:100%;padding:0;display:none}#dm .dmPhotoGallery.newPhotoGallery .photogallery-row{display:flex}#dm .dmPhotoGallery.newPhotoGallery .photogallery-row.photogallery-hidden-row{display:none}#dm .dmPhotoGallery.newPhotoGallery .layout-container .photogallery-column{display:flex;flex-direction:column;padding:0;width:100%;margin:0}#dm .dmPhotoGallery.newPhotoGallery .layout-container .photogallery-column.column-4{width:25%}#dm .dmPhotoGallery.newPhotoGallery .layout-container .photogallery-column .photoGalleryThumbs{position:relative;overflow:hidden}#dm .dmPhotoGallery.newPhotoGallery .layout-container .photogallery-column .photoGalleryThumbs .image-container{width:100%;overflow:hidden;background:url(https://dd-cdn.multiscreensite.com/runtime-img/galleryLoader.gif) center no-repeat}#dm .dmPhotoGallery.newPhotoGallery .layout-container .photogallery-column .photoGalleryThumbs .image-container.revealed{background:0}#dm .dmPhotoGallery.newPhotoGallery .layout-container .photogallery-column .photoGalleryThumbs .image-container a{display:flex;flex-direction:column;background-size:cover;padding-top:100%}#dm .dmPhotoGallery.newPhotoGallery .layout-container .photogallery-column .photoGalleryThumbs .image-container a img{display:none!important}#dm .dmPhotoGallery.newPhotoGallery .photoGalleryThumbs .thumbnailInnerWrapper{overflow:hidden;transform:translateZ(0)}#dm .dmPhotoGallery.newPhotoGallery .photoGalleryThumbs .image-container{overflow:hidden}#dm .dmPhotoGallery.newPhotoGallery .photoGalleryThumbs .image-container a{background-repeat:no-repeat;background-position:center}#dm .dmPhotoGallery.newPhotoGallery .photoGalleryThumbs .caption-container .caption-inner{display:flex;flex-direction:column;justify-content:center;position:relative;overflow:hidden;z-index:1;background-color:rgba(255,255,255,.9);color:#333;padding:15px;height:100%;box-sizing:border-box}#dm .dmPhotoGallery.newPhotoGallery .photoGalleryThumbs .caption-container .caption-inner .caption-button{margin:10px auto;max-width:100%}#dm .dmPhotoGallery.newPhotoGallery .photoGalleryThumbs .caption-container .caption-inner .caption-button .text{padding:10px 20px!important}#dm .dmPhotoGallery.newPhotoGallery.text-layout-over .photoGalleryThumbs .caption-container{height:100%;width:100%;position:absolute;top:0;left:0;padding:inherit}.imageWidget img[width][height],img[width][height]{height:auto}#dm .dmPhotoGallery.newPhotoGallery.text-layout-over .photoGalleryThumbs .caption-inner{display:flex;flex-direction:column;justify-content:center;box-sizing:border-box;min-height:0!important;padding:10px;transform:scale(1.05);opacity:0;filter:alpha(opacity=0)}.imageWidget{position:relative}.imageWidget a{font-style:italic;text-align:center}.socialHubIcon{display:flex!important;align-items:center;justify-content:center}.dmNewParagraph[data-version]{line-height:initial}.dmNewParagraph[data-version] .text-align-left{text-align:left!important}.dmNewParagraph[data-version] .text-align-center{text-align:center!important}.dmNewParagraph[data-version] h1,.dmNewParagraph[data-version] h3,.dmNewParagraph[data-version] p{margin-top:0;margin-bottom:0}*{border:0 solid #333;scrollbar-arrow-color:#fff;scrollbar-track-color:#F2F2F2;scrollbar-face-color:silver;scrollbar-highlight-color:silver;scrollbar-3dlight-color:silver;scrollbar-shadow-color:silver;scrollbar-darkshadow-color:silver;scrollbar-width:12px}body{width:100%;overflow:hidden;-webkit-text-size-adjust:100%!important;-ms-text-size-adjust:100%!important}A IMG{border:none}h1,h3,ul{margin-left:0;margin-right:0}.dmInner *{-webkit-font-smoothing:antialiased}span.oneIcon:before{display:inline-block}.clearfix,a,img,li,ul{vertical-align:top}#site_content{position:relative}.dmOuter{word-wrap:break-word}.dmInner{font-size:16px;background:#fff;color:#666}.dmDesktopBody .dmInner{min-width:960px}.dmInner a{color:#463939;outline:0;vertical-align:inherit}.dmInner ul:not(.defaultList){padding:0}.dmHeader{background:#68ccd1;color:#666;text-align:center;position:relative;width:100%;max-width:100%}#dm .main-navigation.unifiednav:not([data-nav-structure=VERTICAL])>.unifiednav__container .nav-item-text::before,.dmNewParagraph{text-align:left}DIV.dmBody{padding:0;clear:both}.dmContent{margin:0;padding:0}#site_content ul:not(.defaultList){-webkit-padding-start:0;-moz-padding-start:0;list-style-position:inside}.dmRespRowsWrapper{max-width:960px;margin:0 auto}.dmRespCol>[dmle_extension]:not(:first-child){margin-top:10px}.dmLargeBody .imageWidget:not(.displayNone){display:inline-block;max-width:100%}#dm .dmRespColsWrapper,.dmStandardDesktop{display:block}.imageWidget:not(.displayNone) img{width:100%}h3{font-weight:400;font-size:23px}.dmNewParagraph{margin:8px 0;padding:2px 0}.dmLargeBody .dmRespRowsWrapper>.dmRespRow .dmRespCol,.dmLargeBody .fHeader .dmRespRow .dmRespCol{padding-left:.75%;padding-right:.75%}.dmLargeBody .dmRespRowsWrapper>.dmRespRow .dmRespCol:first-child,.dmLargeBody .fHeader .dmRespRow .dmRespCol:first-child{padding-left:0;padding-right:1.5%}.dmLargeBody .dmRespRowsWrapper>.dmRespRow .dmRespCol:last-child,.dmLargeBody .fHeader .dmRespRow .dmRespCol:last-child{padding-right:0;padding-left:1.5%}.dmLargeBody .dmRespRowsWrapper>.dmRespRow .dmRespCol:only-child,.dmLargeBody .fHeader .dmRespRow .dmRespCol:only-child{padding-left:0;padding-right:0}#dmFirstContainer .dmRespRowsWrapper:after,#dmFirstContainer .dmRespRowsWrapper:before{content:"";display:table}.dmLinksMenu>ul{display:block;margin:0;font-size:inherit}.dmStandardDesktop{margin:0 auto}#dm .dmDivider{display:block;margin:10px 0}.dmPhotoGalleryHolder{font-size:medium!important;margin:0;list-style:none}#dm .dmPhotoGallery .dmPhotoGalleryHolder{width:100%;padding:0}.dmSocialHub{clear:both}#dm .dmSocialHub a{display:inline-block;text-decoration:none;margin:0;vertical-align:bottom}.dmSocialHub>div{text-align:inherit}a span.socialHubIcon{width:36px;height:36px;font-size:31px;display:inline-block;text-align:center;margin-right:0;margin-bottom:5px;line-height:36px;box-sizing:content-box;background-image:none!important}.socialHubIcon.style8{font-size:24px;padding:4px;border-radius:50%;color:#fff;background:#000}#dm .dmSocialHub .socialHubWrapper{display:inline-block;max-width:100%}body{background-color:#eee}.dmDivider{min-height:2px;border:currentColor;color:grey;background:0 0}#dm .dmDividerWrapper{display:block}.main-navigation.unifiednav{-js-display:flex;display:flex;justify-content:flex-start;align-items:stretch;overflow:visible}.main-navigation.unifiednav ul{list-style:none;padding:0;margin:0;font-size:1rem}.main-navigation.unifiednav .unifiednav__container{-js-display:flex;display:flex;justify-content:flex-start;list-style:none}.main-navigation.unifiednav .unifiednav__container>.unifiednav__item-wrap{-js-display:flex;display:flex;justify-content:flex-start;position:relative;font-weight:400}.main-navigation.unifiednav .unifiednav__container:not([data-depth])>.unifiednav__item-wrap::after,.main-navigation.unifiednav .unifiednav__container:not([data-depth])>.unifiednav__item-wrap::before{content:'';align-self:center;font-weight:700}.main-navigation.unifiednav .unifiednav__container>.unifiednav__item-wrap>.unifiednav__item{-js-display:flex;display:flex;justify-content:flex-start;align-items:center;flex-direction:row;color:inherit;text-decoration:none;position:relative;padding:12px 15px;margin:0;font-weight:inherit;letter-spacing:.03em}.main-navigation.unifiednav .unifiednav__container:not([data-depth])>.unifiednav__item-wrap>.unifiednav__item{padding:0 15px}.main-navigation.unifiednav .unifiednav__container>.unifiednav__item-wrap>.unifiednav__item .nav-item-text{white-space:nowrap}.main-navigation.unifiednav .unifiednav__container:not([data-depth])>.unifiednav__item-wrap>.unifiednav__item .nav-item-text::after,.main-navigation.unifiednav .unifiednav__container:not([data-depth])>.unifiednav__item-wrap>.unifiednav__item .nav-item-text::before{content:'';width:100%;height:0;border:0 solid transparent;border-top-color:currentColor;display:block;opacity:0}.main-navigation.unifiednav .unifiednav__container:not([data-depth])>.unifiednav__item-wrap>.unifiednav__item.dmNavItemSelected .nav-item-text::after,.main-navigation.unifiednav .unifiednav__container:not([data-depth])>.unifiednav__item-wrap>.unifiednav__item.dmNavItemSelected .nav-item-text::before{opacity:1}.main-navigation.unifiednav.effect-bottom2{padding:calc(12px - .2em - 2px) 15px}.main-navigation.unifiednav.effect-bottom2 .unifiednav__container:not([data-depth])>.unifiednav__item-wrap>.unifiednav__item .nav-item-text::after,.main-navigation.unifiednav.effect-bottom2 .unifiednav__container:not([data-depth])>.unifiednav__item-wrap>.unifiednav__item .nav-item-text::before{transform:scaleX(0);border-top-width:2px}.main-navigation.unifiednav.effect-bottom2 .unifiednav__container:not([data-depth])>.unifiednav__item-wrap>.unifiednav__item .nav-item-text::after{margin-top:.2em}.main-navigation.unifiednav.effect-bottom2 .unifiednav__container:not([data-depth])>.unifiednav__item-wrap>.unifiednav__item .nav-item-text::before{margin-bottom:.2em;border-top-color:transparent}.main-navigation.unifiednav.effect-bottom2 .unifiednav__container:not([data-depth])>.unifiednav__item-wrap>.unifiednav__item.dmNavItemSelected .nav-item-text::after,.main-navigation.unifiednav.effect-bottom2 .unifiednav__container:not([data-depth])>.unifiednav__item-wrap>.unifiednav__item.dmNavItemSelected .nav-item-text::before{transform:scaleX(1)}.main-navigation.unifiednav.effect-bottom2 .unifiednav__container:not([data-depth])>.unifiednav__item-wrap>.unifiednav__item .nav-item-text::after,.main-navigation.unifiednav.effect-bottom2 .unifiednav__container:not([data-depth])>.unifiednav__item-wrap>.unifiednav__item .nav-item-text::before{transform-origin:left}.main-navigation.unifiednav.effect-text-color{padding:12px 15px}.main-navigation.unifiednav.effect-text-color .unifiednav__container:not([data-depth])>.unifiednav__item-wrap>.unifiednav__item.dmNavItemSelected{color:#9a9a9a}.main-navigation.unifiednav .unifiednav__container .unifiednav__item:not(.unifiednav__item_has-sub-nav) .icon{display:none}.main-navigation.unifiednav .unifiednav__container[data-depth]{position:absolute;top:0;left:0;flex-direction:column;opacity:0;z-index:100;background-color:#faf9f9}.main-navigation.unifiednav .unifiednav__container[data-depth='0']{top:100%;transform:translateY(-10px)}.main-navigation.unifiednav:not(.unifiednav_vertical) .unifiednav__container[data-depth='0']{left:15px}.main-navigation.unifiednav .unifiednav__container>.unifiednav__item-wrap .unifiednav__container>.unifiednav__item-wrap{flex-direction:column}.main-navigation.unifiednav .unifiednav__container[data-depth]>.unifiednav__item-wrap .unifiednav__item{padding:15px 30px 15px 15px;margin:0}.main-navigation.unifiednav .unifiednav__container[data-depth]>.unifiednav__item-wrap:not(:last-child)::after{content:''!important;width:100%;height:0;color:#ececec;align-self:center;border:0 solid currentColor}.main-navigation.unifiednav[layout-sub=submenu_horizontal_1] .unifiednav__container[data-depth]{color:#999}.main-navigation.unifiednav .unifiednav__container>.unifiednav__item-wrap>.unifiednav__item.unifiednav__item_has-sub-nav .icon{display:initial;padding-left:10px;margin-left:0}.main-navigation.unifiednav:not(.unifiednav_vertical)>.unifiednav__container{justify-content:inherit}#dm .p_hfcontainer nav.main-navigation.unifiednav{min-width:9em!important;text-align:initial!important}#dm .main-navigation.unifiednav .unifiednav__container[data-depth]{background-color:transparent}#dm .main-navigation.unifiednav[layout-sub=submenu_horizontal_1] .unifiednav__container[data-depth]{background-color:#faf9f9}#dm .main-navigation.unifiednav .unifiednav__container[data-depth]>.unifiednav__item-wrap:not(:last-child)::after{color:#d1d1d1}#dm .main-navigation.unifiednav[data-nav-structure=VERTICAL] .unifiednav__container{flex-direction:column;flex:1 1 100%}#dm .main-navigation.unifiednav[data-nav-structure=VERTICAL] .unifiednav__container>.unifiednav__item-wrap>.unifiednav__item{padding:8px 0;margin:0}#dm .main-navigation.unifiednav[data-nav-structure=VERTICAL] .unifiednav__container>.unifiednav__item-wrap>.unifiednav__item.unifiednav__item_has-sub-nav .icon{padding-left:15px}#dm .main-navigation.unifiednav[data-nav-structure=VERTICAL] .unifiednav__container>.unifiednav__item-wrap>.unifiednav__item .nav-item-text{white-space:initial}#dm .main-navigation.unifiednav[data-nav-structure=VERTICAL] .unifiednav__container:not([data-depth])>.unifiednav__item-wrap{flex-direction:column}#dm .main-navigation.unifiednav[data-nav-structure=VERTICAL] .unifiednav__container:not([data-depth])>.unifiednav__item-wrap .unifiednav__container[data-depth]{opacity:1;position:static;transform:translate(0)}#dm .main-navigation.unifiednav[data-nav-structure=VERTICAL] .unifiednav__container:not([data-depth])>.unifiednav__item-wrap .unifiednav__container[data-depth]>.unifiednav__item-wrap .unifiednav__item{justify-content:inherit;padding:8px 1em;margin:0;font-size:.8em}#dm .main-navigation.unifiednav[data-nav-structure=VERTICAL] .unifiednav__container:not([data-depth])>.unifiednav__item-wrap::after{content:''!important;width:100%;height:0;color:#d1d1d1;align-self:flex-start;border:0 solid currentColor}#dm .main-navigation.unifiednav[data-nav-structure=VERTICAL][layout-main=vertical_nav_layout_2] .unifiednav__container:not([data-depth])>.unifiednav__item-wrap>.unifiednav__item{padding:5px 0}#dm .main-navigation.unifiednav[data-nav-structure=VERTICAL][layout-main=vertical_nav_layout_2] .unifiednav__container:not([data-depth])>.unifiednav__item-wrap>.unifiednav__container[data-depth]>.unifiednav__item-wrap .unifiednav__item{padding:8px 12px}#dm .main-navigation.unifiednav[data-nav-structure=VERTICAL][data-show-vertical-sub-items=HIDE] .unifiednav__container[data-depth]{transform-origin:top;height:auto;overflow:hidden}#dm .main-navigation.unifiednav[data-nav-structure=VERTICAL][data-show-vertical-sub-items=HIDE]>.unifiednav__container:not([data-depth])>.unifiednav__item-wrap .unifiednav__container[data-depth]{opacity:0;max-height:0}#dm .main-navigation.unifiednav[data-nav-structure=VERTICAL][data-show-vertical-sub-items=HIDE]>.unifiednav__container:not([data-depth])>.unifiednav__item-wrap .unifiednav__item.dmNavItemSelected>.nav-item-text .icon::before,#dm .main-navigation.unifiednav[data-nav-structure=VERTICAL][data-show-vertical-sub-items=HOVER]>.unifiednav__container:not([data-depth])>.unifiednav__item-wrap .unifiednav__item.dmNavItemSelected>.nav-item-text .icon::before{transform:rotate(180deg)}#dm .main-navigation.unifiednav:not([data-nav-structure=VERTICAL])>.unifiednav__container{flex-wrap:wrap;justify-content:inherit}#dm .main-navigation.unifiednav:not([data-nav-structure=VERTICAL]) .unifiednav__container:not([data-depth])>.unifiednav__item-wrap:not(:last-child)::after,#dm .main-navigation.unifiednav:not([data-nav-structure=VERTICAL]) .unifiednav__container:not([data-depth])>.unifiednav__item-wrap:not(:last-child)::before,#dm .main-navigation.unifiednav:not([data-nav-structure=VERTICAL])[data-divider]:not([data-direction=RIGHT]) .unifiednav__container:not([data-depth])>.unifiednav__item-wrap:not(:last-child)::before{content:''}#dm .main-navigation.unifiednav:not([data-nav-structure=VERTICAL])[data-divider=PIPE] .unifiednav__container:not([data-depth])>.unifiednav__item-wrap:not(:last-child)::after{content:'|'}#dm .main-navigation.unifiednav[data-nav-structure=VERTICAL] .unifiednav__container>.unifiednav__item-wrap>.unifiednav__item.unifiednav__item_has-sub-nav .icon{display:inline-block;padding-right:0}#dm .dmBody .dmRespRowsWrapper{max-width:none;background-color:transparent}.dmLargeBody .dmRespRow{width:100%;max-width:none;margin-left:0;margin-right:0;padding-left:40px;padding-right:40px}.dm-bfs.dm-layout-home div.dmInner{background-color:#fff}.dmStandardDesktop .dmHeader{background-color:#68ccd1;max-width:100%}.dmRespRow:not(.dmPlaceHolderRespRow) .dmRespColsWrapper .dmRespCol:not(.content-removed).empty-column,.dmRespRow:not(.dmPlaceHolderRespRow) .dmRespColsWrapper .dmRespCol:not(.content-removed):only-child:empty{min-height:100px}.dmRespRow:not(.dmPlaceHolderRespRow) .dmRespCol:not(.content-removed).empty-column,.dmRespRow:not(.dmPlaceHolderRespRow) .dmRespCol:not(.content-removed):empty{min-height:1px}.dmRespRow:not(.dmPlaceHolderRespRow) .dmRespColsWrapper .dmRespCol:not(.content-removed):only-child.empty-column{min-height:100px}#dm div.dmRespCol>*{line-height:1.5}#dm div.dmContent h1,#dm div.dmContent h3,#dm div.dmInner{line-height:initial}#dm div.dmInner h1,#dm div.dmInner h3{font-family:Montserrat,"Montserrat Fallback"}#dm DIV.dmInner{background-repeat:no-repeat;background-image:url(https://irt-cdn.multiscreensite.com/ce0bb35f932b47bb809d0e37905542ba/dms3rep/multi/site_background_education-2087x1173.jpg);background-size:cover;background-position:50% 0}#dm div.dmOuter div.dmInner{background-position:center center;background-repeat:repeat;background-size:auto}#dm div.dmContent h1{font-size:50px}#dm div.dmInner,#dm div.dmInner .dmRespCol{color:rgba(147,147,147,1);font-size:16px}.dmLargeBody .dmBody .dmRespRowsWrapper{background-color:transparent}#dm .dmRespCol div.dmNewParagraph,#dm div.dmInner,#dm div.dmInner .dmRespCol,.dmPhotoGallery .caption-text.caption-text{color:var(--color_1);font-family:Muli;font-weight:600}#dm div.dmContent h1,#dm div.dmContent h3,#dm div.p_hfcontainer h3{font-family:Montserrat,"Montserrat Fallback";color:var(--color_1);direction:ltr;font-weight:700;font-style:normal;text-decoration:none}#dm div.dmContent .dmNewParagraph[data-version] h1{text-decoration:inherit}#dm div.dmContent .dmNewParagraph[data-version] h1 *{text-decoration:none}#dm div.p_hfcontainer .dmNewParagraph[data-version] h3{text-decoration:inherit}#dm div.p_hfcontainer .dmNewParagraph[data-version] h3 *{text-decoration:none}#dm div.dmNewParagraph p{color:var(--color_2);direction:ltr;font-family:Muli;font-weight:600;font-style:normal;text-decoration:var(--color_1)}#dm DIV.dmOuter DIV.dmInner{background-image:none;background-color:var(--color_4)}#dm div.dmContent h3{font-size:24px}@media all{:root{--btn-text-direction:ltr;--btn-border-r-color:var(--btn-border-color);--btn-border-l-color:var(--btn-border-color);--btn-border-b-width:var(--btn-border-width);--btn-border-width:1px;--btn-border-radius:50px;--btn-border-t-width:var(--btn-border-width);--btn-border-tl-radius:var(--btn-border-radius);--btn-border-br-radius:var(--btn-border-radius);--btn-border-bl-radius:var(--btn-border-radius);--btn-bg-color:var(--color_3);--btn-border-color:rgba(0, 0, 0, 0);--btn-border-tr-radius:var(--btn-border-radius);--btn-border-r-width:var(--btn-border-width);--btn-bg-image:none;--btn-border-b-color:var(--btn-border-color);--btn-border-l-width:var(--btn-border-width);--btn-border-t-color:var(--btn-border-color);--btn-text-align:center;--btn-text-color:var(--color_4);--btn-text-decoration:none;--btn-text-font-weight:400;--btn-icon-color:var(--color_4);--btn-icon-fill:var(--color_4);--btn-icon-wrpr-display:none;--btn-hover-border-b-color:var(--btn-hover-border-color);--btn-hover-bg:var(--color_5);--btn-hover-border-t-color:var(--btn-hover-border-color);--btn-hover-border-r-color:var(--btn-hover-border-color);--btn-hover-border-l-color:var(--btn-hover-border-color);--btn-hover-border-color:var(--color_8);--btn-hover-text-color:var(--btn-text-color);--btn-hover-text-font-weight:var(--btn-text-font-weight);--btn-hover-text-decoration:var(--btn-text-decoration);--btn-hover-text-font-style:var(--btn-text-font-style)}}@media (min-width:0px) and (max-width:767px){:root{--btn-text-font-size:15px}}#dm .dmOuter .dmInner .dmWidget[data-buttonstyle=FLAT_ROUND_ICON]{background-clip:border-box;border-radius:6px;padding:0 0 0 40px}#dm .dmOuter .dmInner .dmWidget[data-buttonstyle=FLAT_ROUND_ICON] .text{padding:10px 7px}#dm .dmOuter .dmInner .dmWidget[data-buttonstyle=FLAT_ROUND_ICON] .iconBg{display:block}#dm .dmWidget:not([data-buttonstyle]){border-radius:50px}#dm .dmWidget:not([data-buttonstyle]) .text{padding:10px 0}#dm .dmWidget:not([data-buttonstyle]) .iconBg{display:none}#dm div.dmInner #site_content .dmWidget,#dm div.dmInner .dmHeader .dmWidget{background-color:var(--btn-bg-color);background-image:var(--btn-bg-image);border-color:var(--btn-border-color);border-bottom-color:var(--btn-border-b-color);border-left-color:var(--btn-border-l-color);border-right-color:var(--btn-border-r-color);border-top-color:var(--btn-border-t-color);border-radius:var(--btn-border-radius);border-bottom-left-radius:var(--btn-border-bl-radius);border-bottom-right-radius:var(--btn-border-br-radius);border-top-left-radius:var(--btn-border-tl-radius);border-top-right-radius:var(--btn-border-tr-radius);border-width:var(--btn-border-width);border-bottom-width:var(--btn-border-b-width);border-left-width:var(--btn-border-l-width);border-right-width:var(--btn-border-r-width);border-top-width:var(--btn-border-t-width);direction:var(--btn-text-direction);text-align:var(--btn-text-align)}#dm div.dmInner #site_content .dmWidget span.text{color:var(--btn-text-color);font-size:var(--btn-text-font-size);font-weight:var(--btn-text-font-weight);text-decoration:var(--btn-text-decoration)}#dm .p_hfcontainer .main-navigation.unifiednav:not(.unifiednav_vertical) .unifiednav__container:not([data-depth])>.unifiednav__item-wrap:not(:last-child)::after,#dm .p_hfcontainer .main-navigation.unifiednav:not(.unifiednav_vertical) .unifiednav__container:not([data-depth])>.unifiednav__item-wrap:not(:last-child)::before,#dm .p_hfcontainer .u_1567654531.main-navigation.unifiednav:not(.unifiednav_vertical) .unifiednav__container:not([data-depth])>.unifiednav__item-wrap:not(:last-child)::after,#dm .p_hfcontainer .u_1567654531.main-navigation.unifiednav:not(.unifiednav_vertical) .unifiednav__container:not([data-depth])>.unifiednav__item-wrap:not(:last-child)::before,#dm .p_hfcontainer nav.u_1567654531.main-navigation.unifiednav .unifiednav__container:not([data-depth])>.unifiednav__item-wrap>.unifiednav__item{font-size:14px!important}#dm div.dmInner #site_content .dmWidget span.icon,#dm div.dmInner .dmHeader .dmWidget span.icon{color:var(--btn-icon-color);fill:var(--btn-icon-fill)}a.u_1188376675 span.icon,a.u_1320985337 span.icon{fill:rgba(153,153,153,1)!important}#dm div.dmInner #site_content .dmWidget:not([data-buttonstyle]) .iconBg{display:var(--btn-icon-wrpr-display)}a.u_1188376675 .iconBg,a.u_1320985337 .iconBg{display:inline!important}#dm .p_hfcontainer div.u_1923160809 img{border-radius:0!important;-moz-border-radius:0!important;-webkit-border-radius:0!important}#dm .p_hfcontainer nav.u_1144820115{color:#fff!important}#dm .p_hfcontainer .u_1144820115.main-navigation.unifiednav[data-nav-structure=VERTICAL] .unifiednav__container:not([data-depth])>.unifiednav__item-wrap::after{align-self:flex-start!important}#dm .p_hfcontainer .u_1144820115.main-navigation.unifiednav .unifiednav__container:not([data-depth])>.unifiednav__item-wrap>.unifiednav__item{text-align:left!important;padding-top:10px!important;padding-bottom:10px!important}#dm .p_hfcontainer .u_1144820115.main-navigation.unifiednav:not([image]) .unifiednav__container[data-depth="0"]{top:calc(100% - 10px - 0px)!important}#dm .p_hfcontainer .u_1144820115.main-navigation.unifiednav .unifiednav__container[data-depth] .unifiednav__item{padding-top:10px!important;padding-bottom:10px!important}#dm .p_hfcontainer div.u_1925927630{background-color:rgba(0,0,0,0)!important}#dm .p_hfcontainer div.u_1650509456 img{border-radius:0!important;-moz-border-radius:0!important;-webkit-border-radius:0!important}#dm .p_hfcontainer .u_1567654531.main-navigation.unifiednav .unifiednav__container[data-depth="0"]{top:calc(100% - 0px - 0px)!important}#dm .p_hfcontainer .u_1567654531.main-navigation.unifiednav .unifiednav__container:not([data-depth])>.unifiednav__item-wrap:not(:last-child) .unifiednav__container[data-depth="0"]{left:25px!important}#dm .p_hfcontainer .u_1650509456{width:100%!important}#dm .p_hfcontainer div.u_1309820974{border-top-width:4px!important;border-top-style:solid!important;border-top-color:var(--color_6)!important}#dm .dmInner div.dmHeader,#dm .dmInner div.dmHeader.u_hcontainer,#dm .dmInner div.u_hcontainer{background-color:var(--color_4)!important;box-shadow:none!important;-moz-box-shadow:none!important;-webkit-box-shadow:none!important}#dm .p_hfcontainer .u_1567654531.main-navigation.unifiednav .unifiednav__container:not([data-depth])>.unifiednav__item-wrap>.unifiednav__item{padding:15px!important;margin:0!important}#dm .p_hfcontainer .u_1188376675,#dm .p_hfcontainer .u_1320985337{padding-left:20px!important;padding-right:20px!important;text-align:LEFT!important}#dm .p_hfcontainer div.u_1662339644{background-color:rgba(34,34,34,1)!important;border-style:solid!important;border-width:1px!important;border-color:rgba(222,223,225,1)!important}a.u_1188376675,a.u_1320985337{background-color:rgba(0,0,0,0)!important;border-color:transparent!important;border-width:0!important;border-style:solid!important}#dm .p_hfcontainer nav.u_1567654531.main-navigation.unifiednav .unifiednav__container:not([data-depth])>.unifiednav__item-wrap>.unifiednav__item{color:var(--color_4)!important;font-family:Montserrat!important;font-weight:500!important}#dm .p_hfcontainer nav.u_1567654531.main-navigation.unifiednav .unifiednav__container:not([data-depth])>.unifiednav__item-wrap>.unifiednav__item.dmNavItemSelected{color:var(--color_6)!important}a.u_1188376675 span.icon,a.u_1188376675 span.text,a.u_1320985337 span.text{color:rgba(153,153,153,1)!important}a.u_1188376675{border-radius:0!important;-moz-border-radius:0!important;-webkit-border-radius:0!important;box-shadow:none!important;-moz-box-shadow:none!important;-webkit-box-shadow:none!important}a.u_1320985337 span.icon{color:#999!important}#dm .p_hfcontainer a.u_1188376675 span.icon,#dm .p_hfcontainer a.u_1320985337 span.icon{fill:var(--color_3)!important;color:var(--color_3)!important}a.u_1320985337{border-radius:0!important;-moz-border-radius:0!important;-webkit-border-radius:0!important;box-shadow:none!important;-moz-box-shadow:none!important;-webkit-box-shadow:none!important}#dm .dmInner div.u_hcontainer,#dm .p_hfcontainer div.u_1705692124{text-align:center!important;margin:0 auto!important;float:none!important;width:100%!important;position:relative!important;height:auto!important;min-width:0!important;top:0!important}#dm .p_hfcontainer div.u_1839258090 .socialHubIcon{background-color:rgba(34,34,34,1)!important}#dm .dmBody div.u_1064649991,#dm .p_hfcontainer div#hamburger-drawer.layout-drawer,#dm .p_hfcontainer div#hamburger-header,a.u_1375161940{background-color:var(--color_4)!important}#dm .p_hfcontainer .u_1923160809{width:100%!important}a.u_1375161940 span.text{color:rgba(34,34,34,1)!important;text-transform:uppercase!important;letter-spacing:2px!important}#dm .p_hfcontainer nav.u_1567654531.main-navigation.unifiednav .unifiednav__container[data-depth]{background-color:var(--color_6)!important}#dm .p_hfcontainer nav.u_1567654531.main-navigation.unifiednav .unifiednav__container[data-depth] .unifiednav__item{color:var(--color_4)!important}#dm .p_hfcontainer a.u_1188376675 span.text,#dm .p_hfcontainer a.u_1320985337 span.text{color:var(--color_3)!important;font-weight:700!important}#dm .p_hfcontainer a.u_1320985337 span.icon{font-size:24px!important}#dm .p_hfcontainer nav.u_1144820115.main-navigation.unifiednav .unifiednav__container:not([data-depth])>.unifiednav__item-wrap>.unifiednav__item.dmNavItemSelected{font-weight:400!important;color:var(--color_6)!important}#dm .p_hfcontainer nav.u_1144820115.main-navigation.unifiednav .unifiednav__container[data-depth] .unifiednav__item{font-weight:600!important;color:var(--color_1)!important;font-size:20px!important}#dm .p_hfcontainer nav.u_1144820115.main-navigation.unifiednav .unifiednav__container:not([data-depth])>.unifiednav__item-wrap>.unifiednav__item{color:var(--color_1)!important;font-weight:600!important;font-size:24px!important}#dm .p_hfcontainer a.u_1375161940 span.text{color:var(--color_4)!important;font-weight:600!important}#dm .p_hfcontainer a.u_1375161940{background-color:var(--color_3)!important}#dm .dmInner div.u_hcontainer{left:0!important;max-width:100%!important;padding:25px 0 20px!important}#dm .dmInner div.dmHeader.u_hcontainer{padding-bottom:20px!important;padding-top:25px!important}#dm .p_hfcontainer div.u_1705692124{left:0!important;max-width:none!important;padding:15px 40px!important}#dm .p_hfcontainer div.u_1183846399{padding:0!important;margin:0!important}#dm .p_hfcontainer div.u_1826294544{margin-top:0!important;padding:0!important}#dm .p_hfcontainer div.u_1919575698{display:block!important;float:none!important;top:0!important;left:0!important;width:100%!important;position:relative!important;height:auto!important;max-width:100%!important;min-width:0!important;padding:2px 0!important;margin:0 auto 8px 0!important}#dm .p_hfcontainer div.u_1021493186{padding-top:30px!important;margin-top:0!important;padding-right:40px!important;padding-left:40px!important}#dm .p_hfcontainer div.u_1676049285{margin-top:0!important;padding:100px 40px!important}#dm .p_hfcontainer #hamburger-drawer.layout-drawer:not([data-origin=top]){width:49vw!important}#dm .p_hfcontainer div.u_1359743311,#dm .p_hfcontainer nav.u_1144820115{width:100%!important;max-width:calc(100% - 0px)!important;min-width:25px!important;float:none!important;left:0!important;position:relative!important;height:auto!important}#dm .p_hfcontainer nav.u_1144820115{top:0!important;justify-content:flex-start!important;align-items:stretch!important;text-align:start!important;padding:0!important;margin:113px 0 0!important}#dm .p_hfcontainer div.u_1359743311{display:block!important;top:0!important;padding:2px 0!important;margin:16px 0 8px!important}#dm .dmInner div.fHeader .dmHeader[freeheader=true]{padding:0!important}.fHeader #hcontainer.dmHeader[freeheader=true]{padding-top:initial!important;padding-bottom:initial!important}#dm .p_hfcontainer div.u_1925927630{padding:0!important}#dm .p_hfcontainer nav.u_1567654531.main-navigation.unifiednav:not(.unifiednav_vertical) .unifiednav__container:not([data-depth])>.unifiednav__item-wrap:not(:last-child)::after,#dm .p_hfcontainer nav.u_1567654531.main-navigation.unifiednav:not(.unifiednav_vertical) .unifiednav__container:not([data-depth])>.unifiednav__item-wrap:not(:last-child)::before{padding-top:0!important;padding-bottom:0!important;margin-top:0!important;margin-bottom:0!important}#dm .p_hfcontainer div.u_1309820974{float:none!important;top:0!important;left:0!important;width:auto!important;position:relative!important;height:auto!important;max-width:none!important;min-width:0!important;text-align:center!important;padding:10px 20px!important;margin:0!important}#dm .dmInner div.fHeader.dmHeaderContainer #hcontainer.dmHeader[freeheader=true]{margin:0!important;padding:0!important}#dm .p_hfcontainer div.u_1662339644{height:auto!important;width:auto!important;padding:0!important;margin:0!important}#dm .p_hfcontainer nav.u_1567654531,a.u_1188376675{float:none!important;top:0!important;left:0!important;width:100%!important;position:relative!important;text-align:left!important}#dm .p_hfcontainer nav.u_1567654531{text-transform:uppercase!important;height:auto!important;max-width:100%!important;justify-content:flex-start!important;align-items:stretch!important;min-width:0!important;padding:0!important;margin:0 auto 0 0!important}#dm .p_hfcontainer div.u_1346956503{padding:0!important}a.u_1188376675 span.text{font-size:16px!important}#dm .p_hfcontainer nav.u_1567654531.main-navigation.unifiednav .unifiednav__container[data-depth] .unifiednav__item,a.u_1320985337 span.text{font-size:14px!important}a.u_1188376675{height:59px!important;max-width:calc(100% - 0px)!important;min-width:25px!important;display:block!important;padding:0 0 0 40px!important}a.u_1320985337{text-align:left!important;height:35px!important;float:none!important;top:0!important;left:0!important;width:169.52px!important;position:relative!important;max-width:100%!important;min-width:0!important;display:block!important;padding:0 0 0 25px!important}#dm .p_hfcontainer div.u_1650509456,#dm .p_hfcontainer div.u_1923160809{float:none!important;top:0!important;left:0!important;position:relative!important;text-align:center!important;display:block!important}#dm .p_hfcontainer div.u_1650509456{width:calc(100% - 0px)!important;max-width:234px!important;min-width:25px!important;height:auto!important;padding:0!important;margin:0 642.23px 0 0!important}#dm .p_hfcontainer .u_1839258090 .socialHubIcon{width:28px!important;height:28px!important;font-size:18.67px!important;line-height:28px!important}#dm .p_hfcontainer .u_1839258090 .socialHubIcon:after{width:36px!important;height:28px!important}#dm .p_hfcontainer div#hamburger-header{box-shadow:none!important;-moz-box-shadow:none!important;-webkit-box-shadow:none!important;border-bottom-style:solid!important;border-bottom-color:var(--color_4)!important;border-bottom-width:0!important}[dmtemplateid=Hamburger] .layout-drawer-hamburger.hamburger-on-header{color:var(--color_6)!important;background-color:var(--color_5)!important}#dm .p_hfcontainer div.u_1923160809{width:211.75px!important;max-width:100%!important;min-width:0!important;height:auto!important;padding:0!important;margin:0!important}#dm .p_hfcontainer a.u_1375161940,a.u_1375161940{width:262px!important;height:48px!important;text-align:center!important;padding:0!important}#dm .p_hfcontainer div.u_1655486006{margin-left:0!important;margin-right:0!important;padding-left:0!important;padding-right:0!important}[dmtemplateid=Hamburger].runtime-module-container .layout-drawer-hamburger{top:24.29px!important}#dm .p_hfcontainer a.u_1375161940,#dm .p_hfcontainer div.u_1839258090,a.u_1375161940{display:block!important;float:none!important;top:0!important;position:relative!important;min-width:0!important;left:0!important}[dmtemplateid=Hamburger] .site_content{margin-top:100.58px!important}a.u_1375161940{max-width:100%!important}#dm .p_hfcontainer a.u_1375161940{max-width:100%!important;margin:10px auto 10px 0!important}#dm .p_hfcontainer div.u_1199342011{padding:0!important}#dm .p_hfcontainer div.u_1064187177{padding:0 0 0 80px!important;margin:0!important}#dm .p_hfcontainer div.u_1839258090{width:319.98px!important;height:auto!important;max-width:100%!important;text-align:right!important;padding:0 24px 0 0!important;margin:10px 0 0 auto!important}#dm .p_hfcontainer div.u_1561598118{padding:0!important;margin:0!important}#dm .p_hfcontainer a.u_1188376675 span.text,#dm .p_hfcontainer a.u_1320985337 span.text{font-size:16px!important}.stickyHeaderSpacer{height:162.52px!important}#dm .p_hfcontainer a.u_1188376675,#dm .p_hfcontainer a.u_1320985337{height:35px!important;top:0!important;text-align:left!important;margin:0 0 0 auto!important;float:none!important;position:relative!important;min-width:0!important;display:block!important;max-width:100%!important}#dm .p_hfcontainer a.u_1320985337{left:0!important;width:179.95px!important;padding:0 20px 0 25px!important}#dm .p_hfcontainer a.u_1188376675{left:0!important;width:169.5px!important;padding:0 0 0 25px!important}@media (min-width:768px) and (max-width:1024px){.responsiveTablet [dmtemplateid=Hamburger].runtime-module-container .layout-drawer-hamburger{top:24.29px!important}.responsiveTablet [dmtemplateid=Hamburger] .site_content{margin-top:100.57px!important}}@media (min-width:1025px){.responsiveTablet .stickyHeaderSpacer{height:163px!important}}#dm .dmBody div.u_1055040545 hr{border-top-width:1px!important;border-top-style:solid!important;color:var(--color_6)!important}#dm .dmBody div.u_1225344789{border-left-style:solid!important;border-left-color:var(--color_1)!important;border-left-width:0!important}#dm .dmBody div.u_1813445356{background-repeat:no-repeat!important;background-image:url(https://lirp.cdn-website.com/835f27f1/dms3rep/multi/opt/Slide01-92623e87-1920w.png),url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAABhGlDQ1BJQ0MgcHJvZmlsZQAAKJF9kT1Iw0AcxV9TpUUqHSwo4pChOlkQFemoVShChVArtOpgcukXNGlIUlwcBdeCgx+LVQcXZ10dXAVB8APEzc1J0UVK/F9aaBHjwXE/3t173L0DhEaFaVbPBKDptplOJsRsblUMvEJAGEEMIi4zy5iTpBQ8x9c9fHy9i/Es73N/jn41bzHAJxLPMsO0iTeIZzZtg/M+cYSVZJX4nHjcpAsSP3JdafEb56LLAs+MmJn0PHGEWCx2sdLFrGRqxNPEUVXTKV/ItljlvMVZq9RY+578haG8vrLMdZojSGIRS5AgQkENZVRgI0arToqFNO0nPPzDrl8il0KuMhg5FlCFBtn1g//B726twtRkKymUAHpfHOdjFAjsAs2643wfO07zBPA/A1d6x19tAPFP0usdLXoEhLeBi+uOpuwBlzvA0JMhm7Ir+WkKhQLwfkbflAMGboG+tVZv7X2cPgAZ6ip1AxwcAmNFyl73eHewu7d/z7T7+wFwJnKmZ9+MiwAAAAZiS0dEAP8A/wD/oL2nkwAAAAlwSFlzAAAuIwAALiMBeKU/dgAAAAd0SU1FB+UCDwksLkLIPkkAAAAZdEVYdENvbW1lbnQAQ3JlYXRlZCB3aXRoIEdJTVBXgQ4XAAAAC0lEQVQI12NgAAIAAAUAAeImBZsAAAAASUVORK5CYII=)!important;background-size:cover!important}#dm .dmBody div.u_1834361574 h1{text-shadow:0 1px 2px rgba(0,0,0,.6)!important}#dm .dmBody a.u_1090309962{border-color:var(--color_4)!important;background-color:rgba(0,0,0,0)!important;border-style:solid!important;border-width:4px!important;box-shadow:rgba(0,0,0,.25) 0 3px 11px 0!important;-moz-box-shadow:rgba(0,0,0,.25) 0 3px 11px 0!important;-webkit-box-shadow:rgba(0,0,0,.25) 0 3px 11px 0!important}#dm .dmBody a.u_1090309962 span.text{color:var(--color_4)!important;font-weight:700!important;text-transform:uppercase!important;letter-spacing:2px!important;font-size:14px!important}#dm .dmBody div.u_1340189107 p{text-shadow:0 1px 2px rgba(0,0,0,.6)!important}#dm .dmBody .u_1278150550,#dm .dmBody .u_1471969843,#dm .dmBody .u_1566615449,#dm .dmBody .u_1569812567,#dm .dmBody .u_1998577281{display:none!important}#dm .dmBody div.u_1452458748 .caption-container .caption-text{color:var(--color_4)!important;font-weight:300!important}#dm .dmBody div.u_1452458748 .caption-container .caption-text .rteBlock{color:var(--color_4)!important;font-weight:300!important;line-height:1.5em!important}#dm .dmBody .u_1339686702 .photoGalleryThumbs .image-container a{background-size:contain!important}#dm .dmBody .u_1813445356:before{opacity:.5!important;background-color:#000!important}#dm .dmBody div.u_1813445356:before{opacity:.25!important;background-color:var(--color_1)!important}#dm .d-page-1716942098 DIV.dmInner{background-repeat:no-repeat!important;background-size:cover!important;background-attachment:fixed!important;background-position:50% 50%!important}#dm .dmBody div.u_1954678714{padding:0 30px 0 0!important;margin:0!important}#dm .dmBody div.u_1064649991{float:none!important;top:0!important;left:0!important;width:auto!important;position:relative!important;height:auto!important;max-width:none!important;min-width:0!important;text-align:center!important;padding:70px 50px 70px 40px!important;margin:0!important}#dm .dmBody div.u_1184143834{display:block!important;float:none!important;top:0!important;left:0!important;width:267px!important;position:relative!important;height:auto!important;max-width:100%!important;min-width:0!important;padding:2px 0!important;margin:2px auto 8px 0!important}#dm .dmBody div.u_1340189107,#dm .dmBody div.u_1452544194{min-width:25px!important;float:none!important;left:0!important;position:relative!important}#dm .dmBody div.u_1055040545{width:60px!important}#dm .dmBody div.u_1452544194{top:0!important;width:calc(100% - 0px)!important;height:auto!important;max-width:755px!important;padding:2px 0!important;margin:2px 0 0!important}#dm .dmBody div.u_1225344789{padding:0!important;margin:0!important}#dm .dmBody div.u_1340189107{top:0!important;width:calc(100% - 236px)!important;height:auto!important;max-width:728px!important;padding:0 0 2px!important;margin:0 auto 8px!important}#dm .dmBody div.u_1452458748 .caption-container .caption-text,#dm .dmBody div.u_1452458748 .caption-container .caption-text .rteBlock{font-size:14px!important}#dm .dmBody .u_1339686702 .photoGalleryThumbs .image-container a{padding-top:150px!important}#dm .dmBody .u_1339686702 .photoGalleryThumbs{padding:2.5px!important}#dm .dmBody a.u_1090309962{display:block!important;float:none!important;top:0!important;left:0!important;width:180px!important;position:relative!important;height:48px!important;max-width:100%!important;min-width:0!important;text-align:center!important;padding:0!important;margin:20px auto 0!important}#dm .dmBody div.u_1813445356,#dm .dmBody div.u_1834361574{float:none!important;top:0!important;left:0!important;height:auto!important}#dm .dmBody div.u_1834361574{width:calc(100% - 0px)!important;position:relative!important;max-width:100%!important;min-width:25px!important;padding:2px 0!important;margin:0 auto 8px!important}#dm .dmBody div.u_1842150637{margin:0!important;padding:0!important}#dm .dmBody div.u_1813445356{width:auto!important;position:relative!important;max-width:none!important;min-width:0!important;text-align:center!important;background-position:50% 50%!important;padding:250px 40px!important;margin:0!important}.font-size-24,.size-24{font-size:24px!important}.font-size-50,.size-50{font-size:50px!important}.font-size-30,.size-30{font-size:30px!important}#\31 337204992,#\31 355203166,#\31 655486006,#\31 699241065,#hamburger-drawer{order:0}#\31 337204992,#\31 699241065{flex-direction:row}#\31 070048593,#\31 144820115,#\31 170137577,#\31 180329662,#\31 210511081,#\31 253858808,#\31 321454347,#\31 390490458,#\31 469942216,#\31 480351375,#\31 542376139,#\31 567654531,#\31 620780367,#\31 813008377,#\31 841780746,#\31 887350972,#\31 888750820{order:0;flex-direction:row} #dm .dmPhotoGallery.newPhotoGallery .dmPhotoGalleryHolder:not(.photo-gallery-done) {display: none;} @media (max-width:767px){ [data-hidden-on-mobile] {display:none!important}} .dmDesktopBody [data-anim-desktop]:not([data-anim-desktop='none']) { visibility: hidden; } </style> <style id="fontFallbacks"> @font-face { font-family: "Raleway Fallback"; src: local('Arial'); ascent-override: 89.616%; descent-override: 22.3087%; size-adjust: 104.892%; line-gap-override: 0%; }@font-face { font-family: "Roboto Fallback"; src: local('Arial'); ascent-override: 92.6709%; descent-override: 24.3871%; size-adjust: 100.1106%; line-gap-override: 0%; }@font-face { font-family: "Montserrat Fallback"; src: local('Arial'); ascent-override: 84.9466%; descent-override: 22.0264%; size-adjust: 113.954%; line-gap-override: 0%; } </style> <!-- End render the required css and JS in the head section --> <meta property="og:type" content="website"> <meta property="og:url" content="https://www.sedfl.com/"> <script type="application/ld+json"> { "@context" : "https://schema.org", "@type" : "WebSite", "name" : "Southwest Engineering & Design", "url" : "https://www.sedfl.com/" } </script> <title> Southwest Engineering & Design SED | Civil Engineers | Punta Gorda, FL </title> <meta name="description" content="Welcome to Southwest Engineering & Design, a multi-disciplined Engineering and Design Firm in Punta Gorda, Florida. Specializing in Civil Engineering, Transportation, and Land Development, SED provides quality, cost-effective services from planning to construction."/> <meta name="twitter:card" content="summary"/> <meta name="twitter:title" content="Southwest Engineering & Design SED | Civil Engineers | Punta Gorda, FL"/> <meta name="twitter:description" content="Welcome to Southwest Engineering & Design, a multi-disciplined Engineering and Design Firm in Punta Gorda, Florida. Specializing in Civil Engineering, Transportation, and Land Development, SED provides quality, cost-effective services from planning to construction."/> <meta name="twitter:image" content="https://lirp.cdn-website.com/835f27f1/dms3rep/multi/opt/Slide01-92623e87-1920w.png"/> <meta property="og:description" content="Welcome to Southwest Engineering & Design, a multi-disciplined Engineering and Design Firm in Punta Gorda, Florida. Specializing in Civil Engineering, Transportation, and Land Development, SED provides quality, cost-effective services from planning to construction."/> <meta property="og:title" content="Southwest Engineering & Design SED | Civil Engineers | Punta Gorda, FL"/> <meta property="og:image" content="https://lirp.cdn-website.com/835f27f1/dms3rep/multi/opt/Slide01-92623e87-1920w.png"/> <script type="application/ld+json"> { "@context" : { "@vocab" : "http://schema.org/" }, "@type" : "ProfessionalService", "name" : "Southwest Engineering & Design", "address" : { "@type" : "PostalAddress", "streetAddress" : "25450 Airport Rd", "addressLocality" : "Punta Gorda", "addressRegion" : "FL", "postalCode" : "33950", "addressCountry" : "US" }, "geo" : { "@type" : "GeoCoordinates", "latitude" : "26.91742", "longitude" : "-82.02561" }, "url" : "https://www.sedfl.com", "description" : "SED is more than an engineering firm, Our team with over 200 years of combined local and regional expertise and experience includes dynamic professionals passionate about tackling challenges and generating “real-world” solutions, and our reputation for providing quality, cost-effective services has set us apart from other firms.", "telephone" : "(941) 637-9655", "email" : "[email protected]", "logo" : "https://irp.cdn-website.com/835f27f1/dms3rep/multi/logo.jpg", "sameAs" : [ "https://facebook.com/SEDFLORIDA/" ], "image" : [ "https://irp.cdn-website.com/835f27f1/dms3rep/multi/Slide01.png", "https://irp.cdn-website.com/835f27f1/dms3rep/multi/Slide02.png", "https://irp.cdn-website.com/835f27f1/dms3rep/multi/SED-Site-Development-Cheney-Brothers-Distribution-Center-555x347.png", "https://irp.cdn-website.com/835f27f1/dms3rep/multi/SED-Site-Development-03-260x260.png", "https://irp.cdn-website.com/835f27f1/dms3rep/multi/Slide03.png" ], "openingHoursSpecification" : [ { "@type" : "OpeningHoursSpecification", "dayOfWeek" : [ "Monday", "Tuesday", "Wednesday", "Thursday", "Friday" ], "opens" : "08:00", "closes" : "17:00" } ], "@id" : "https://www.sedfl.com", "priceRange" : "$$" } </script> <!-- SYS- VVNfRElSRUNUX1BST0RVQ1RJT04= --> </head> <body id="dmRoot" data-page-alias="home" class="dmRoot dmDesktopBody fix-mobile-scrolling addCanvasBorder dmResellerSite dmLargeBody responsiveTablet " style="padding:0;margin:0;" > <!-- ========= Site Content ========= --> <div id="dm" class='dmwr'> <div class="dm_wrapper standard-var5 widgetStyle-3 standard"> <div dmwrapped="true" id="1901957768" class="dm-home-page" themewaschanged="true"> <div dmtemplateid="Hamburger" data-responsive-name="ResponsiveDesktopTopTabletHamburger" class="runtime-module-container dm-bfs dm-layout-home hasAnimations hasStickyHeader inMiniHeaderMode rows-1200 hide-back-to-top hamburger-reverse dmPageBody d-page-1716942098 inputs-css-clean dmFreeHeader" id="dm-outer-wrapper" data-page-class="1716942098" data-soch="true" data-background-parallax-selector=".dmHomeSection1, .dmSectionParallex"> <div id="dmStyle_outerContainer" class="dmOuter"> <div id="dmStyle_innerContainer" class="dmInner"> <div class="dmLayoutWrapper standard-var dmStandardDesktop"> <div id="site_content"> <div class="p_hfcontainer showOnMedium"> <div id="hamburger-drawer" class="hamburger-drawer layout-drawer" layout="e9d510f4eb904e939c2be8efaf777e6e===header" data-origin="side-reverse" data-auto-height="true"> <div class="u_1826294544 dmRespRow" style="text-align: center;" id="1826294544"> <div class="dmRespColsWrapper" id="1337204992"> <div class="u_1183846399 dmRespCol small-12 medium-12 large-12 empty-column" id="1183846399"></div> </div> </div> <div class="u_1021493186 dmRespRow middleDrawerRow" style="text-align: center;" id="1021493186"> <div class="dmRespColsWrapper" id="1170137577"> <div class="dmRespCol small-12 u_1808057136 medium-12 large-12" id="1808057136"> <nav class="u_1144820115 effect-bottom2 main-navigation unifiednav dmLinksMenu" role="navigation" layout-main="vertical_nav_layout_2" layout-sub="" data-show-vertical-sub-items="HIDE" id="1144820115" dmle_extension="onelinksmenu" data-element-type="onelinksmenu" data-logo-src="" alt="" data-nav-structure="VERTICAL" wr="true" icon="true" surround="true" adwords="" navigation-id="unifiedNav"> <ul role="menubar" class="unifiednav__container " data-auto="navigation-pages"> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="0"> <a href="/" class="unifiednav__item dmNavItemSelected dmUDNavigationItem_00 " target="" data-target-page-alias="" data-auto="selected-page"> <span class="nav-item-text " data-link-text=" Home " data-auto="page-text-style">Home<span class="icon icon-angle-down"></span> </span> </a> </li> <li role="menuitem" aria-haspopup="true" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="0"> <a href="#" class="unifiednav__item dmUDNavigationItem_010101102772 unifiednav__item_has-sub-nav" target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text=" About Us " data-auto="page-text-style">About Us<span class="icon icon-angle-down"></span> </span> </a> <ul role="menu" aria-expanded="false" class="unifiednav__container unifiednav__container_sub-nav" data-depth="0" data-auto="sub-pages"> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="1"> <a href="/civil-engineers-in-punta-gorda-fl" class="unifiednav__item dmUDNavigationItem_010101625673 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text=" About SED " data-auto="page-text-style">About SED<span class="icon icon-angle-right"></span> </span> </a> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="1"> <a href="/team" class="unifiednav__item dmUDNavigationItem_010101214061 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text=" Our Team " data-auto="page-text-style">Our Team<span class="icon icon-angle-right"></span> </span> </a> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="1"> <a href="/what-is-a-civil-engineer" class="unifiednav__item dmUDNavigationItem_01010144696 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text=" What is a Civil Engineer " data-auto="page-text-style">What is a Civil Engineer<span class="icon icon-angle-right"></span> </span> </a> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="1"> <a href="/careers-and-opportunity" class="unifiednav__item dmUDNavigationItem_010101306677 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text=" Careers and Opportunity " data-auto="page-text-style">Careers and Opportunity<span class="icon icon-angle-right"></span> </span> </a> </li> </ul> </li> <li role="menuitem" aria-haspopup="true" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="0"> <a href="/civil-engineering-services-charlotte-county" class="unifiednav__item dmUDNavigationItem_010101477695 unifiednav__item_has-sub-nav" target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text=" Engineering Services " data-auto="page-text-style">Engineering Services<span class="icon icon-angle-down"></span> </span> </a> <ul role="menu" aria-expanded="false" class="unifiednav__container unifiednav__container_sub-nav" data-depth="0" data-auto="sub-pages"> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="1"> <a href="/civil-engineering-services-charlotte-county/site-development" class="unifiednav__item dmUDNavigationItem_0101018756 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text=" Site Development " data-auto="page-text-style">Site Development<span class="icon icon-angle-right"></span> </span> </a> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="1"> <a href="/civil-engineering-services-charlotte-county/transportation" class="unifiednav__item dmUDNavigationItem_010101362092 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text=" Transportation " data-auto="page-text-style">Transportation<span class="icon icon-angle-right"></span> </span> </a> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="1"> <a href="/civil-engineering-services-charlotte-county/utilities" class="unifiednav__item dmUDNavigationItem_010101574426 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text=" Utilities " data-auto="page-text-style">Utilities<span class="icon icon-angle-right"></span> </span> </a> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="1"> <a href="/civil-engineering-services-charlotte-county/solid-waste-and-excavations" class="unifiednav__item dmUDNavigationItem_010101429595 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text=" Solid Waste and Excavations " data-auto="page-text-style">Solid Waste and Excavations<span class="icon icon-angle-right"></span> </span> </a> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="1"> <a href="/civil-engineering-services-charlotte-county/ancillary" class="unifiednav__item dmUDNavigationItem_010101759109 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text=" Ancillary " data-auto="page-text-style">Ancillary<span class="icon icon-angle-right"></span> </span> </a> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="1"> <a href="/civil-engineering-services-charlotte-county/printing-services" class="unifiednav__item dmUDNavigationItem_010101388702 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text=" Printing Services " data-auto="page-text-style">Printing Services<span class="icon icon-angle-right"></span> </span> </a> </li> </ul> </li> <li role="menuitem" aria-haspopup="true" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="0"> <a href="/environmental-services-charlotte-county" class="unifiednav__item dmUDNavigationItem_01010130379 unifiednav__item_has-sub-nav" target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text=" Environmental Services " data-auto="page-text-style">Environmental Services<span class="icon icon-angle-down"></span> </span> </a> <ul role="menu" aria-expanded="false" class="unifiednav__container unifiednav__container_sub-nav" data-depth="0" data-auto="sub-pages"> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="1"> <a href="/environmental-services-charlotte-county/protected-species-assessments" class="unifiednav__item dmUDNavigationItem_010101132144 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text=" Protected Species Assessments " data-auto="page-text-style">Protected Species Assessments<span class="icon icon-angle-right"></span> </span> </a> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="1"> <a href="/environmental-services-charlotte-county/gopher-tortoise-surveys-permitting-and-relocation" class="unifiednav__item dmUDNavigationItem_010101619477 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text=" Gopher Tortoise Surveys, Permitting, and Relocation " data-auto="page-text-style">Gopher Tortoise Surveys, Permitting, and Relocation<span class="icon icon-angle-right"></span> </span> </a> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="1"> <a href="/environmental-services-charlotte-county/wetland-permitting-for-local-state-and-federal" class="unifiednav__item dmUDNavigationItem_010101481136 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text=" Wetland Permitting for Local, State and Federal " data-auto="page-text-style">Wetland Permitting for Local, State and Federal<span class="icon icon-angle-right"></span> </span> </a> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="1"> <a href="/environmental-services-charlotte-county/site-assessments-before-you-buy" class="unifiednav__item dmUDNavigationItem_010101694023 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text=" Site Assessments Before You Buy " data-auto="page-text-style">Site Assessments Before You Buy<span class="icon icon-angle-right"></span> </span> </a> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="1"> <a href="/environmental-services-charlotte-county/bald-eagle-monitoring" class="unifiednav__item dmUDNavigationItem_010101637086 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text=" Bald Eagle Monitoring " data-auto="page-text-style">Bald Eagle Monitoring<span class="icon icon-angle-right"></span> </span> </a> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="1"> <a href="/environmental-services-charlotte-county/wetland-design-and-creation" class="unifiednav__item dmUDNavigationItem_010101195559 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text=" Wetland Design and Creation " data-auto="page-text-style">Wetland Design and Creation<span class="icon icon-angle-right"></span> </span> </a> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="1"> <a href="/environmental-services-charlotte-county/tree-surveys" class="unifiednav__item dmUDNavigationItem_010101926880 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text=" Tree Surveys " data-auto="page-text-style">Tree Surveys<span class="icon icon-angle-right"></span> </span> </a> </li> </ul> </li> <li role="menuitem" aria-haspopup="true" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="0"> <a href="/projects" class="unifiednav__item dmUDNavigationItem_010101474348 unifiednav__item_has-sub-nav" target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text=" Our Projects " data-auto="page-text-style">Our Projects<span class="icon icon-angle-down"></span> </span> </a> <ul role="menu" aria-expanded="false" class="unifiednav__container unifiednav__container_sub-nav" data-depth="0" data-auto="sub-pages"> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="1"> <a href="/projects/charlotte-county-bio-solids-recycling-center" class="unifiednav__item dmUDNavigationItem_010101104391 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text=" Charlotte County Bio-Solids Recycling Center " data-auto="page-text-style">Charlotte County Bio-Solids Recycling Center<span class="icon icon-angle-right"></span> </span> </a> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="1"> <a href="/projects/excavations-sld-cd-debris-facility" class="unifiednav__item dmUDNavigationItem_010101782488 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text=" Excavations SLD C&D Debris Facility " data-auto="page-text-style">Excavations SLD C&D Debris Facility<span class="icon icon-angle-right"></span> </span> </a> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="1"> <a href="/projects/edgewater-drive-phase-ii-improvements" class="unifiednav__item dmUDNavigationItem_010101680592 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text=" Edgewater Drive Phase II Improvements " data-auto="page-text-style">Edgewater Drive Phase II Improvements<span class="icon icon-angle-right"></span> </span> </a> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="1"> <a href="/projects/771-gasparilla-road" class="unifiednav__item dmUDNavigationItem_010101289118 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text=" 771 – Gasparilla Road " data-auto="page-text-style">771 – Gasparilla Road<span class="icon icon-angle-right"></span> </span> </a> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="1"> <a href="/projects/564" class="unifiednav__item dmUDNavigationItem_010101510417 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text=" Cheney Brothers Food Distribution Warehouse " data-auto="page-text-style">Cheney Brothers Food Distribution Warehouse<span class="icon icon-angle-right"></span> </span> </a> </li> </ul> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="0"> <a href="/contact-us" class="unifiednav__item dmUDNavigationItem_01010165553 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text=" Contact Us " data-auto="page-text-style">Contact Us<span class="icon icon-angle-down"></span> </span> </a> </li> </ul> </nav> </div> </div> </div> <div class="dmRespRow u_1676049285" style="text-align: center;" id="1676049285"> <div class="dmRespColsWrapper" id="1888750820"> <div class="u_1916182198 dmRespCol small-12 medium-12 large-12" id="1916182198"> <div class="u_1919575698 dmNewParagraph" id="1919575698" style="transition:none;line-height:initial;" data-version="5"> <h3><span style="display: initial;">Call Us</span></h3> </div> <div class="u_1359743311 dmNewParagraph" id="1359743311" style="line-height:initial;" data-version="5"><p class="size-24 m-size-19"><span style="display: initial; font-weight: bold;" class="font-size-24 m-font-size-19">(941) 637-9655</span></p></div></div> </div> </div> </div> <div class="layout-drawer-overlay" id="layout-drawer-overlay"></div> </div> <div class="site_content"> <div id="hamburger-header-container" class="showOnMedium hamburger-header-container p_hfcontainer"> <div id="hamburger-header" class="hamburger-header p_hfcontainer" layout="44dc38f951e9489490b055748e10ba9f===header"> <div class="u_1705692124 dmRespRow" style="text-align: center;" id="1705692124"> <div class="dmRespColsWrapper" id="1469942216"> <div class="u_1655486006 dmRespCol small-12 large-5 medium-5" id="1655486006"> <a data-display-type="block" class="u_1375161940 align-center dmButtonLink dmWidget dmWwr default dmOnlyButton dmDefaultGradient" file="false" href="/contact-us" data-element-type="dButtonLinkId" id="1375161940"> <span class="iconBg" aria-hidden="true" id="1672598999"> <span class="icon hasFontIcon icon-star" id="1492947328"></span> </span> <span class="text" id="1267868704">Contact SED Today!</span> </a> </div> <div class="u_1355203166 dmRespCol small-12 large-7 medium-7" id="1355203166"> <div class="u_1923160809 imageWidget align-center" data-element-type="image" data-widget-type="image" id="1923160809"> <a href="/" id="1573522578" file="false"><img src="https://lirp.cdn-website.com/835f27f1/dms3rep/multi/opt/logo-1920w.jpg" id="1761992403" class="" data-dm-image-path="https://irp.cdn-website.com/835f27f1/dms3rep/multi/logo.jpg" width="258" height="86" onerror="handleImageLoadError(this)"/></a> </div> </div> </div> </div> </div> </div> <button class="showOnMedium layout-drawer-hamburger hamburger-on-header" id="layout-drawer-hamburger" aria-label="menu"> <span class="hamburger__slice"></span> <span class="hamburger__slice"></span> <span class="hamburger__slice"></span> </button> <div class="dmHeaderContainer fHeader d-header-wrapper showOnLarge"> <div id="hcontainer" class="u_hcontainer dmHeader p_hfcontainer" freeheader="true" headerlayout="b58ba5b5703b4cd7b5f5f7951565dc87===horizontal-layout-5" data-scrollable-target="body" data-scrollable-target-threshold="1" data-scroll-responder-id="1" preserve-sticky-header="true" logo-size-target="100%" layout="29bf4fa55d88450885fbcefc03615aa2===header" mini-header-show-only-navigation-row="true"> <div dm:templateorder="85" class="dmHeaderResp dmHeaderStack noSwitch" id="1709005236"> <div class="u_1309820974 dmRespRow dmDefaultListContentRow" style="text-align:center" id="1309820974"> <div class="dmRespColsWrapper" id="1699241065"> <div class="u_1199342011 small-12 dmRespCol large-7 medium-7" id="1199342011"> <div class="u_1650509456 imageWidget align-center" data-widget-type="image" id="1650509456" data-element-type="image"> <a href="/" id="1357586091"><img src="https://lirp.cdn-website.com/835f27f1/dms3rep/multi/opt/logo-280w.jpg" id="1031737207" class="" data-dm-image-path="https://irp.cdn-website.com/835f27f1/dms3rep/multi/logo.jpg" width="258" height="86" onerror="handleImageLoadError(this)"/></a> </div> </div> <div class="u_1064187177 dmRespCol small-12 large-5 medium-5" id="1064187177"> <div class="dmRespRow u_1346956503" id="1346956503"> <div class="dmRespColsWrapper" id="1390490458"> <div class="u_1655974782 dmRespCol small-12 large-6 medium-6" id="1655974782"> <a data-display-type="block" class="u_1188376675 align-center dmButtonLink dmWidget dmWwr default dmOnlyButton dmDefaultGradient" file="false" href="tel:(941) 637-9655" id="1188376675" data-buttonstyle="FLAT_ROUND_ICON" icon-name="dm-icon-phone" data-element-type="dButtonLinkId"> <span class="iconBg" id="1651010236"> <span class="icon hasFontIconstar hasFontIcon dm-icon-phone" id="1325128244"></span> </span> <span class="text" id="1693510422">(941) 637-9655</span> </a> </div> <div class="u_1561598118 dmRespCol small-12 large-6 medium-6" id="1561598118"> <a data-display-type="block" class="u_1320985337 align-center dmButtonLink dmWidget dmWwr default dmOnlyButton dmDefaultGradient" file="false" href="mailto:[email protected]" id="1320985337" data-buttonstyle="FLAT_ROUND_ICON" icon-name="dm-icon-envelope" data-element-type="dButtonLinkId"> <span class="iconBg" id="1118346961"> <span class="icon hasFontIconstar hasFontIcon dm-icon-envelope" id="1092358486"></span> </span> <span class="text" id="1271995024">[email protected]</span> </a> </div> </div> </div> <div class="u_1839258090 align-center text-align-center dmSocialHub gapSpacing" id="1839258090" dmle_extension="social_hub" data-element-type="social_hub" extractelementdata="true" wr="true" networks="" icon="true" surround="true" adwords=""> <div class="socialHubWrapper"> <div class="socialHubInnerDiv "> <a href="https://facebook.com/SEDFLORIDA" target="_blank" dm_dont_rewrite_url="true" aria-label="facebook" onclick="dm_gaq_push_event && dm_gaq_push_event('socialLink', 'click', 'Facebook')"> <span class="dmSocialFacebook dm-social-icons-facebook oneIcon socialHubIcon style8" aria-hidden="true" data-hover-effect=""></span> </a> </div> </div> </div> </div> </div> </div> <div class="dmRespRow u_1662339644" style="text-align: center;" id="1662339644"> <div class="dmRespColsWrapper" id="1813008377"> <div class="u_1925927630 dmRespCol small-12 medium-12 large-12" id="1925927630"> <nav class="u_1567654531 effect-text-color main-navigation unifiednav dmLinksMenu" role="navigation" layout-main="horizontal_nav_layout_4" layout-sub="submenu_horizontal_1" data-show-vertical-sub-items="HOVER" data-divider="PIPE" id="1567654531" dmle_extension="onelinksmenu" data-element-type="onelinksmenu" wr="true" icon="true" surround="true" adwords="" navigation-id="unifiedNav"> <ul role="menubar" class="unifiednav__container " data-auto="navigation-pages"> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="0"> <a href="/" class="unifiednav__item dmNavItemSelected dmUDNavigationItem_00 " target="" data-target-page-alias="" data-auto="selected-page"> <span class="nav-item-text " data-link-text=" Home " data-auto="page-text-style">Home<span class="icon icon-angle-down"></span> </span> </a> </li> <li role="menuitem" aria-haspopup="true" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="0"> <a href="#" class="unifiednav__item dmUDNavigationItem_010101102772 unifiednav__item_has-sub-nav" target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text=" About Us " data-auto="page-text-style">About Us<span class="icon icon-angle-down"></span> </span> </a> <ul role="menu" aria-expanded="false" class="unifiednav__container unifiednav__container_sub-nav" data-depth="0" data-auto="sub-pages"> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="1"> <a href="/civil-engineers-in-punta-gorda-fl" class="unifiednav__item dmUDNavigationItem_010101625673 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text=" About SED " data-auto="page-text-style">About SED<span class="icon icon-angle-right"></span> </span> </a> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="1"> <a href="/team" class="unifiednav__item dmUDNavigationItem_010101214061 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text=" Our Team " data-auto="page-text-style">Our Team<span class="icon icon-angle-right"></span> </span> </a> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="1"> <a href="/what-is-a-civil-engineer" class="unifiednav__item dmUDNavigationItem_01010144696 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text=" What is a Civil Engineer " data-auto="page-text-style">What is a Civil Engineer<span class="icon icon-angle-right"></span> </span> </a> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="1"> <a href="/careers-and-opportunity" class="unifiednav__item dmUDNavigationItem_010101306677 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text=" Careers and Opportunity " data-auto="page-text-style">Careers and Opportunity<span class="icon icon-angle-right"></span> </span> </a> </li> </ul> </li> <li role="menuitem" aria-haspopup="true" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="0"> <a href="/civil-engineering-services-charlotte-county" class="unifiednav__item dmUDNavigationItem_010101477695 unifiednav__item_has-sub-nav" target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text=" Engineering Services " data-auto="page-text-style">Engineering Services<span class="icon icon-angle-down"></span> </span> </a> <ul role="menu" aria-expanded="false" class="unifiednav__container unifiednav__container_sub-nav" data-depth="0" data-auto="sub-pages"> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="1"> <a href="/civil-engineering-services-charlotte-county/site-development" class="unifiednav__item dmUDNavigationItem_0101018756 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text=" Site Development " data-auto="page-text-style">Site Development<span class="icon icon-angle-right"></span> </span> </a> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="1"> <a href="/civil-engineering-services-charlotte-county/transportation" class="unifiednav__item dmUDNavigationItem_010101362092 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text=" Transportation " data-auto="page-text-style">Transportation<span class="icon icon-angle-right"></span> </span> </a> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="1"> <a href="/civil-engineering-services-charlotte-county/utilities" class="unifiednav__item dmUDNavigationItem_010101574426 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text=" Utilities " data-auto="page-text-style">Utilities<span class="icon icon-angle-right"></span> </span> </a> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="1"> <a href="/civil-engineering-services-charlotte-county/solid-waste-and-excavations" class="unifiednav__item dmUDNavigationItem_010101429595 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text=" Solid Waste and Excavations " data-auto="page-text-style">Solid Waste and Excavations<span class="icon icon-angle-right"></span> </span> </a> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="1"> <a href="/civil-engineering-services-charlotte-county/ancillary" class="unifiednav__item dmUDNavigationItem_010101759109 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text=" Ancillary " data-auto="page-text-style">Ancillary<span class="icon icon-angle-right"></span> </span> </a> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="1"> <a href="/civil-engineering-services-charlotte-county/printing-services" class="unifiednav__item dmUDNavigationItem_010101388702 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text=" Printing Services " data-auto="page-text-style">Printing Services<span class="icon icon-angle-right"></span> </span> </a> </li> </ul> </li> <li role="menuitem" aria-haspopup="true" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="0"> <a href="/environmental-services-charlotte-county" class="unifiednav__item dmUDNavigationItem_01010130379 unifiednav__item_has-sub-nav" target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text=" Environmental Services " data-auto="page-text-style">Environmental Services<span class="icon icon-angle-down"></span> </span> </a> <ul role="menu" aria-expanded="false" class="unifiednav__container unifiednav__container_sub-nav" data-depth="0" data-auto="sub-pages"> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="1"> <a href="/environmental-services-charlotte-county/protected-species-assessments" class="unifiednav__item dmUDNavigationItem_010101132144 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text=" Protected Species Assessments " data-auto="page-text-style">Protected Species Assessments<span class="icon icon-angle-right"></span> </span> </a> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="1"> <a href="/environmental-services-charlotte-county/gopher-tortoise-surveys-permitting-and-relocation" class="unifiednav__item dmUDNavigationItem_010101619477 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text=" Gopher Tortoise Surveys, Permitting, and Relocation " data-auto="page-text-style">Gopher Tortoise Surveys, Permitting, and Relocation<span class="icon icon-angle-right"></span> </span> </a> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="1"> <a href="/environmental-services-charlotte-county/wetland-permitting-for-local-state-and-federal" class="unifiednav__item dmUDNavigationItem_010101481136 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text=" Wetland Permitting for Local, State and Federal " data-auto="page-text-style">Wetland Permitting for Local, State and Federal<span class="icon icon-angle-right"></span> </span> </a> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="1"> <a href="/environmental-services-charlotte-county/site-assessments-before-you-buy" class="unifiednav__item dmUDNavigationItem_010101694023 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text=" Site Assessments Before You Buy " data-auto="page-text-style">Site Assessments Before You Buy<span class="icon icon-angle-right"></span> </span> </a> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="1"> <a href="/environmental-services-charlotte-county/bald-eagle-monitoring" class="unifiednav__item dmUDNavigationItem_010101637086 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text=" Bald Eagle Monitoring " data-auto="page-text-style">Bald Eagle Monitoring<span class="icon icon-angle-right"></span> </span> </a> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="1"> <a href="/environmental-services-charlotte-county/wetland-design-and-creation" class="unifiednav__item dmUDNavigationItem_010101195559 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text=" Wetland Design and Creation " data-auto="page-text-style">Wetland Design and Creation<span class="icon icon-angle-right"></span> </span> </a> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="1"> <a href="/environmental-services-charlotte-county/tree-surveys" class="unifiednav__item dmUDNavigationItem_010101926880 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text=" Tree Surveys " data-auto="page-text-style">Tree Surveys<span class="icon icon-angle-right"></span> </span> </a> </li> </ul> </li> <li role="menuitem" aria-haspopup="true" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="0"> <a href="/projects" class="unifiednav__item dmUDNavigationItem_010101474348 unifiednav__item_has-sub-nav" target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text=" Our Projects " data-auto="page-text-style">Our Projects<span class="icon icon-angle-down"></span> </span> </a> <ul role="menu" aria-expanded="false" class="unifiednav__container unifiednav__container_sub-nav" data-depth="0" data-auto="sub-pages"> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="1"> <a href="/projects/charlotte-county-bio-solids-recycling-center" class="unifiednav__item dmUDNavigationItem_010101104391 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text=" Charlotte County Bio-Solids Recycling Center " data-auto="page-text-style">Charlotte County Bio-Solids Recycling Center<span class="icon icon-angle-right"></span> </span> </a> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="1"> <a href="/projects/excavations-sld-cd-debris-facility" class="unifiednav__item dmUDNavigationItem_010101782488 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text=" Excavations SLD C&D Debris Facility " data-auto="page-text-style">Excavations SLD C&D Debris Facility<span class="icon icon-angle-right"></span> </span> </a> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="1"> <a href="/projects/edgewater-drive-phase-ii-improvements" class="unifiednav__item dmUDNavigationItem_010101680592 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text=" Edgewater Drive Phase II Improvements " data-auto="page-text-style">Edgewater Drive Phase II Improvements<span class="icon icon-angle-right"></span> </span> </a> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="1"> <a href="/projects/771-gasparilla-road" class="unifiednav__item dmUDNavigationItem_010101289118 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text=" 771 – Gasparilla Road " data-auto="page-text-style">771 – Gasparilla Road<span class="icon icon-angle-right"></span> </span> </a> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="1"> <a href="/projects/564" class="unifiednav__item dmUDNavigationItem_010101510417 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text=" Cheney Brothers Food Distribution Warehouse " data-auto="page-text-style">Cheney Brothers Food Distribution Warehouse<span class="icon icon-angle-right"></span> </span> </a> </li> </ul> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="0"> <a href="/contact-us" class="unifiednav__item dmUDNavigationItem_01010165553 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text=" Contact Us " data-auto="page-text-style">Contact Us<span class="icon icon-angle-down"></span> </span> </a> </li> </ul> </nav> </div> </div> </div> </div> </div> </div> <div class="stickyHeaderSpacer" id="stickyHeaderSpacer" data-new="true"></div> <div dmwrapped="true" id="dmFirstContainer" class="dmBody u_dmStyle_template_home dm-home-page" themewaschanged="true"> <div id="allWrapper" class="allWrapper"><!-- navigation placeholders --> <div id="dm_content" class="dmContent" role="main"> <div dm:templateorder="170" class="dmHomeRespTmpl mainBorder dmRespRowsWrapper dmFullRowRespTmpl" id="1716942098"> <div class="u_1813445356 dmRespRow dmSectionNoParallax hasBackgroundOverlay" style="text-align: center;" id="1813445356" data-gallery-bg="eyJzbGlkZXMiOlsiaHR0cHM6Ly9saXJwLmNkbi13ZWJzaXRlLmNvbS84MzVmMjdmMS9kbXMzcmVwL211bHRpL29wdC9TbGlkZTAxLTkyNjIzZTg3LTE5MjB3LnBuZyJdLCJzcGVlZCI6IjMifQ=="> <div class="dmRespColsWrapper" id="1887350972"> <div class="dmRespCol small-12 medium-12 large-12 u_1842150637" id="1842150637"> <div class="u_1834361574 dmNewParagraph" id="1834361574" style="transition:opacity 1s ease-in-out;line-height:initial;" data-element-type="paragraph" data-version="5"> <h1 class="m-size-36 text-align-center size-50"><span style="text-transform:uppercase;color:var(--color_4);font-weight:800;display:initial;font-family:Raleway, 'Raleway Fallback';" class="m-font-size-36 font-size-50" m-font-size-set="true">Welcome to SED</span></h1> </div> <div class="u_1340189107 dmNewParagraph" id="1340189107" style="display: block; transition: none 0s ease 0s; text-align: left;" data-element-type="paragraph" data-version="5"><p class="text-align-center"><span style="display: initial; color: var(--color_4);">A multi-disciplined Engineering and Design Firm located in Punta Gorda</span></p></div> <a data-display-type="block" class="u_1090309962 align-center dmButtonLink dmWidget dmWwr default dmOnlyButton dmDefaultGradient" file="false" href="/civil-engineers-in-punta-gorda-fl" id="1090309962" data-element-type="dButtonLinkId"> <span class="iconBg" id="1060448383"> <span class="icon hasFontIcon icon-star" id="1279782072"></span> </span> <span class="text" id="1598679602">About Us</span> </a> </div> </div> </div> <div class="u_1064649991 dmRespRow" style="text-align: center;" id="1064649991"> <div class="dmRespColsWrapper" id="1542376139"> <div class="u_1954678714 dmRespCol small-12 large-4 medium-4" id="1954678714"> <div class="u_1184143834 dmNewParagraph" id="1184143834" style="transition: none 0s ease 0s; text-align: right;" data-element-type="paragraph" data-version="5"> <h1 style="line-height: 0.9;" class="m-size-24 text-align-left size-30"><span style="display: initial; font-weight: 700; color: var(--color_2);" class="m-font-size-24 font-size-30">Southwest Engineering and Design</span></h1> </div> <div class="u_1055040545 dmDividerWrapper clearfix" data-element-type="dDividerId" data-layout="divider-style-1" data-widget-version="2" id="1055040545"><hr class="dmDivider" style="border-width:2px; border-top-style:solid; color:grey;" id="1580454888"/></div> <div class="u_1331673619 dmNewParagraph" data-element-type="paragraph" data-version="5" id="1331673619" style="transition: opacity 1s ease-in-out 0s;"><p><span style="display: unset;">SED is a multi-disciplined Engineering and Design Firm located in Punta Gorda, Florida Specializing in Civil Engineering, Transportation, and Land Development.</span></p></div> </div> <div class="u_1225344789 dmRespCol small-12 large-8 medium-8" id="1225344789"> <div class="u_1452544194 dmNewParagraph" id="1452544194" style="transition: none 0s ease 0s; display: block; text-align: left;" data-version="5"><p><span style="display: initial;">SED is more than an engineering firm, Our team with over 200 years of combined local and regional expertise and experience includes dynamic professionals passionate about tackling challenges and generating “real-world” solutions, and our reputation for providing quality, cost-effective services has set us apart from other firms.</span></p><p><span style="display: initial;"><br/></span></p><p><span style="display: initial;">SED provides services from initial planning, zoning and feasibility studies through design and construction. SED are extensively involved in helping our clients gain compliance with local land use regulations. This applies equally to a simple site plan or a complex set of civil engineering drawings for a major project. SED strives to improve quality of life, protect natural resources, and better the environment we all live in by building longstanding relationships with the communities we serve.</span></p></div> <div class="u_1988580187 dmNewParagraph" data-element-type="paragraph" data-version="5" id="1988580187" style="transition: opacity 1s ease-in-out 0s; text-align: left;"><p class="m-size-14 size-14" style="line-height: initial;"><a href="/civil-engineers-in-punta-gorda-fl" runtime_url="/civil-engineers-in-punta-gorda-fl" type="page" class="font-size-14 m-font-size-14" m-font-size-set="true" style="display: unset;">Read More</a></p></div> </div> </div> </div> <div class="u_1339858031 dmRespRow" style="text-align: center;" id="1339858031"> <div class="dmRespColsWrapper" id="1480351375"> <div class="dmRespCol small-12 medium-12 large-12 u_1280916141" id="1280916141"> <div class="u_1905352415 dmNewParagraph" data-element-type="paragraph" id="1905352415" style="transition: none 0s ease 0s; text-align: center; display: block;" data-version="5"> <h2 class="m-size-24"><span style="font-weight: bold; display: initial; color: var(--color_4);" m-font-size-set="true" class="m-font-size-24">Southwest Engineering & Design Services</span></h2> </div> <div class="u_1651042168 dmDividerWrapper clearfix" data-element-type="dDividerId" data-layout="divider-style-1" data-widget-version="2" id="1651042168"><hr class="dmDivider" style="border-width:2px; border-top-style:solid; color:grey;" id="1993061870"/></div> <div class="u_1183421792 dmNewParagraph" data-element-type="paragraph" data-version="5" id="1183421792" style="transition: opacity 1s ease-in-out 0s;"><p class="text-align-center"><span style="display: unset; color: var(--color_4);">Our engineers work closely with our clients to design projects that meet their goals while balancing site constraints, the environment, and costs.</span></p></div> <div class="u_1180404060 dmNewParagraph" data-element-type="paragraph" data-version="5" id="1180404060" style="transition: opacity 1s ease-in-out 0s; text-align: left;"><p class="text-align-center m-size-14 size-14" style="line-height: initial;"><a href="/civil-engineering-services-charlotte-county" runtime_url="/civil-engineering-services-charlotte-county" type="page" class="font-size-14 m-font-size-14" m-font-size-set="true" style="display: initial;">Our Services</a><span style="display: initial; color: var(--color_6);" class="font-size-14 m-font-size-14" m-font-size-set="true"><br/></span></p></div> <div class="u_1133661181 dmPhotoGallery newPhotoGallery dmPhotoGalleryResp photo-gallery-done text-layout-bottom captionAlignment-top_left photoGallery" galleryoptionsparams="{thumbnailsPerRow: 3, rowsToShow: 3, imageScaleMethod: true}" data-desktop-layout="square" data-desktop-columns="3" data-element-type="dPhotoGalleryId" data-desktop-text-layout="bottom" id="1133661181" data-rows-to-show="100" data-desktop-caption-alignment="top_left" data-image-hover-effect="grayscale" data-tablet-text-layout="bottom" data-tablet-caption-alignment="center_left" data-mobile-columns="1" data-mobile-text-layout="bottom" data-mobile-caption-alignment="center_left" data-placeholder="false" data-link-gallery="true"> <div class="dmPhotoGalleryHolder clearfix gallery shadowEffectToChildren gallery4inArow" id="1362986591"></div> <div class="layout-container square"> <div class="photogallery-row " data-index=""> <div class="photogallery-column column-3" data-index="0"> <div index="0" class="photoGalleryThumbs animated " data-index="0"> <div class="thumbnailInnerWrapper" style="opacity: 1;"> <div class="image-container revealed"> <a data-dm-multisize-attr="temp" data-dm-force-device="mobile" class="u_1217630603 has-link" href="/civil-engineering-services-charlotte-county/site-development" data-image-url="https://irp.cdn-website.com/835f27f1/dms3rep/multi/SED-Site-development-large-02-768x480.png" style="background-image: url('https://lirp.cdn-website.com/835f27f1/dms3rep/multi/opt/SED-Site-development-large-02-768x480-640w.png');"><img id="1723894583" data-src="https://lirp.cdn-website.com/835f27f1/dms3rep/multi/opt/SED-Site-development-large-02-768x480-1920w.png" alt="" onerror="handleImageLoadError(this)"/></a> </div> <div id="1994129123" class="caption-container u_1994129123" style="display:none"> <span class="caption-inner"> <h3 id="1030041896" class="caption-title u_1030041896">Site Development</h3> <div id="1870104957" class="caption-text u_1870104957"><p class="rteBlock">SED provides clients with a comprehensive package of professional services to solve problems and manage risks associated with site development.</p></div> <a id="1621113296" class="caption-button dmWidget clearfix u_1621113296" href="/civil-engineering-services-charlotte-county/site-development" style=""> <span class="iconBg"> <span class="icon hasFontIcon "></span> </span> <span class="text">Read More</span> </a> </span> </div> </div> </div> </div> <div class="photogallery-column column-3" data-index="1"> <div index="1" class="photoGalleryThumbs animated " data-index="1"> <div class="thumbnailInnerWrapper" style="opacity: 1;"> <div class="image-container revealed"> <a data-dm-multisize-attr="temp" data-dm-force-device="mobile" class="u_1922634157 has-link" href="/civil-engineering-services-charlotte-county/transportation" data-image-url="https://irp.cdn-website.com/835f27f1/dms3rep/multi/SED-Transportation-large-768x480.webp" style="background-image: url('https://lirp.cdn-website.com/835f27f1/dms3rep/multi/opt/SED-Transportation-large-768x480-640w.webp');"><img id="1853046206" data-src="https://lirp.cdn-website.com/835f27f1/dms3rep/multi/opt/SED-Transportation-large-768x480-1920w.webp" alt="" onerror="handleImageLoadError(this)"/></a> </div> <div id="1557437323" class="caption-container u_1557437323" style="display:none"> <span class="caption-inner"> <h3 id="1113289692" class="caption-title u_1113289692">Transportation</h3> <div id="1261664160" class="caption-text u_1261664160"><p class="rteBlock">Transportation engineering, as practiced by civil engineers, primarily involves planning, design, construction, maintenance, and operation of transportation facilities.</p></div> <a id="1230762649" class="caption-button dmWidget clearfix u_1230762649" href="/civil-engineering-services-charlotte-county/transportation" style=""> <span class="iconBg"> <span class="icon hasFontIcon "></span> </span> <span class="text">Read More</span> </a> </span> </div> </div> </div> </div> <div class="photogallery-column column-3" data-index="2"> <div index="2" class="photoGalleryThumbs animated " data-index="2"> <div class="thumbnailInnerWrapper" style="opacity: 1;"> <div class="image-container revealed"> <a data-dm-multisize-attr="temp" data-dm-force-device="mobile" class="u_1718006152 has-link" href="/civil-engineering-services-charlotte-county/utilities" data-image-url="https://irp.cdn-website.com/835f27f1/dms3rep/multi/SED-Site-Utility-large-768x480.png" style="background-image: url('https://lirp.cdn-website.com/835f27f1/dms3rep/multi/opt/SED-Site-Utility-large-768x480-640w.png');"><img id="1521868114" data-src="https://lirp.cdn-website.com/835f27f1/dms3rep/multi/opt/SED-Site-Utility-large-768x480-1920w.png" alt="" onerror="handleImageLoadError(this)"/></a> </div> <div id="1024618829" class="caption-container u_1024618829" style="display:none"> <span class="caption-inner"> <h3 id="1225052351" class="caption-title u_1225052351">Utilities</h3> <div id="1737351397" class="caption-text u_1737351397"><p class="rteBlock">Our engineers understand the technical aspects but also the operational and maintenance issues that must be considered for a successful project.</p></div> <a id="1838156462" class="caption-button dmWidget clearfix u_1838156462" href="/civil-engineering-services-charlotte-county/utilities" style=""> <span class="iconBg"> <span class="icon hasFontIcon "></span> </span> <span class="text">Read More</span> </a> </span> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> <div class="dmRespRow u_1587669605 hasBackgroundOverlay" id="1587669605"> <div class="dmRespColsWrapper" id="1180329662"> <div class="dmRespCol small-12 large-6 medium-6" id="1673372949"> <div class="dmNewParagraph" data-element-type="paragraph" data-version="5" id="1457050298" style="transition: opacity 1s ease-in-out 0s;"> <h2 class="m-size-24 m-text-align-center size-30"><span style="display: unset; color: var(--color_4);" class="m-font-size-24 font-size-30" m-font-size-set="true">Southwest Engineering and Design</span></h2> </div> </div> <div class="dmRespCol large-6 medium-6 small-12" id="1447109712"> <a data-display-type="block" class="u_1106539519 align-center dmButtonLink dmWidget dmWwr default dmOnlyButton dmDefaultGradient" file="false" href="/contact-us" data-element-type="dButtonLinkId" id="1106539519"> <span class="iconBg" aria-hidden="true" id="1727843856"> <span class="icon hasFontIcon icon-star" id="1172256649"></span> </span> <span class="text" id="1653778190">Contact SED Today!</span> </a> </div> </div> </div> <div class="u_1594286791 dmRespRow" style="text-align: center;" id="1594286791"> <div class="dmRespColsWrapper" id="1620780367"> <div class="dmRespCol small-12 medium-12 large-12 u_1171552660" id="1171552660"> <div class="u_1056050541 dmNewParagraph" data-element-type="paragraph" id="1056050541" style="transition: opacity 1s ease-in-out 0s; line-height: initial; text-align: center;" data-version="5"> <h2 class="m-size-24"><span style="color: var(--color_4); display: initial; font-weight: bold;" class="m-font-size-24" m-font-size-set="true">SED's Latest Projects</span></h2> </div> <div class="u_1281411811 dmDividerWrapper clearfix" data-element-type="dDividerId" data-layout="divider-style-1" data-widget-version="2" id="1281411811"><hr class="dmDivider" style="border-width:2px; border-top-style:solid; color:grey;" id="1269165973"/></div> <div class="u_1017857971 dmNewParagraph" data-element-type="paragraph" data-version="5" id="1017857971" style="transition: opacity 1s ease-in-out 0s;"><p class="text-align-center"><span style="display: unset; color: var(--color_4);">Southwest Engineering & Design understands that complete client satisfaction is the basis for a successful business.</span></p></div> <div class="u_1464036221 dmNewParagraph" data-element-type="paragraph" data-version="5" id="1464036221" style="transition: opacity 1s ease-in-out 0s; text-align: left;"><p style="line-height: initial;" class="m-size-14 text-align-center size-14"><a href="/projects" runtime_url="/projects" type="page" style="display: initial;" class="m-font-size-14 font-size-14" m-font-size-set="true">View All SED Projects</a><span style="display: initial; color: var(--color_6);" class="m-font-size-14 font-size-14" m-font-size-set="true"><br/></span></p></div> <div class="u_1452458748 dmPhotoGallery newPhotoGallery dmPhotoGalleryResp photo-gallery-done text-layout-fixed captionAlignment-bottom_left photoGallery" galleryoptionsparams="{thumbnailsPerRow: 3, rowsToShow: 3, imageScaleMethod: true}" data-desktop-layout="square" data-desktop-columns="2" data-element-type="dPhotoGalleryId" data-desktop-text-layout="fixed" id="1452458748" data-rows-to-show="100" data-desktop-caption-alignment="bottom_left" data-image-hover-effect="zoomout" data-tablet-text-layout="fixed" data-tablet-caption-alignment="bottom_left" data-mobile-columns="1" data-mobile-text-layout="fixed" data-mobile-caption-alignment="bottom_left" data-placeholder="false" data-link-gallery="true"> <div class="dmPhotoGalleryHolder clearfix gallery shadowEffectToChildren gallery4inArow" id="1362986591"></div> <div class="layout-container square"> <div class="photogallery-row " data-index=""> <div class="photogallery-column column-2" data-index="0"> <div index="0" class="photoGalleryThumbs animated " data-index="0"> <div class="thumbnailInnerWrapper" style="opacity: 1;"> <div class="image-container revealed"> <a data-dm-multisize-attr="temp" data-dm-force-device="mobile" class="u_1739511060 has-link" href="/projects/charlotte-county-bio-solids-recycling-center" data-image-url="https://irp.cdn-website.com/835f27f1/dms3rep/multi/SED-Site-Solid-Wast-Excavation-large-570x382.png" style="background-image: url('https://lirp.cdn-website.com/835f27f1/dms3rep/multi/opt/SED-Site-Solid-Wast-Excavation-large-570x382-640w.png');"><img id="1291944437" data-src="https://lirp.cdn-website.com/835f27f1/dms3rep/multi/opt/SED-Site-Solid-Wast-Excavation-large-570x382-1920w.png" alt="" onerror="handleImageLoadError(this)"/></a> </div> <div id="1475477192" class="caption-container u_1475477192" style="display:none"> <span class="caption-inner"> <h3 id="1899127780" class="caption-title u_1899127780">Charlotte County Bio-Solids Recycling Center</h3> <div id="1278150550" class="caption-text u_1278150550"><p class="rteBlock">Read More</p></div> <a id="1068429528" class="caption-button dmWidget clearfix u_1068429528" href="/projects/charlotte-county-bio-solids-recycling-center" style=""> <span class="iconBg"> <span class="icon hasFontIcon "></span> </span> <span class="text">Read More</span> </a> </span> </div> </div> </div> </div> <div class="photogallery-column column-2" data-index="1"> <div index="1" class="photoGalleryThumbs animated " data-index="1"> <div class="thumbnailInnerWrapper" style="opacity: 1;"> <div class="image-container revealed"> <a data-dm-multisize-attr="temp" data-dm-force-device="mobile" class="u_1625255071 has-link" href="/projects/excavations-sld-cd-debris-facility" data-image-url="https://irp.cdn-website.com/835f27f1/dms3rep/multi/Excavations-SLD-02-570x382.png" style="background-image: url('https://lirp.cdn-website.com/835f27f1/dms3rep/multi/opt/Excavations-SLD-02-570x382-640w.png');"><img id="1053683817" data-src="https://lirp.cdn-website.com/835f27f1/dms3rep/multi/opt/Excavations-SLD-02-570x382-1920w.png" alt="" onerror="handleImageLoadError(this)"/></a> </div> <div id="1634098520" class="caption-container u_1634098520" style="display:none"> <span class="caption-inner"> <h3 id="1415538120" class="caption-title u_1415538120">Excavations SLD C&D Debris Facility</h3> <a id="1294948604" class="caption-button dmWidget clearfix u_1294948604" href="/projects/excavations-sld-cd-debris-facility" style=""> <span class="iconBg"> <span class="icon hasFontIcon "></span> </span> <span class="text">Read More</span> </a> </span> </div> </div> </div> </div> </div> <div class="photogallery-row " data-index=""> <div class="photogallery-column column-2" data-index="2"> <div index="2" class="photoGalleryThumbs animated " data-index="2"> <div class="thumbnailInnerWrapper" style="opacity: 1;"> <div class="image-container revealed"> <a data-dm-multisize-attr="temp" data-dm-force-device="mobile" class="u_1459362396 has-link" href="/projects/edgewater-drive-phase-ii-improvements" data-image-url="https://irp.cdn-website.com/835f27f1/dms3rep/multi/Edgewater-Drive-Extension-02-570x382.png" style="background-image: url('https://lirp.cdn-website.com/835f27f1/dms3rep/multi/opt/Edgewater-Drive-Extension-02-570x382-640w.png');"><img id="1540967394" data-src="https://lirp.cdn-website.com/835f27f1/dms3rep/multi/opt/Edgewater-Drive-Extension-02-570x382-1920w.png" alt="" onerror="handleImageLoadError(this)"/></a> </div> <div id="1525452695" class="caption-container u_1525452695" style="display:none"> <span class="caption-inner"> <h3 id="1871538293" class="caption-title u_1871538293">Edgewater Drive Phase II Improvements</h3> <a id="1071596944" class="caption-button dmWidget clearfix u_1071596944" href="/projects/edgewater-drive-phase-ii-improvements" style=""> <span class="iconBg"> <span class="icon hasFontIcon "></span> </span> <span class="text">Read More</span> </a> </span> </div> </div> </div> </div> <div class="photogallery-column column-2" data-index="3"> <div index="3" class="photoGalleryThumbs animated " data-index="3"> <div class="thumbnailInnerWrapper" style="opacity: 1;"> <div class="image-container revealed"> <a data-dm-multisize-attr="temp" data-dm-force-device="mobile" class="u_1876568480 has-link" href="/projects/771-gasparilla-road" data-image-url="https://irp.cdn-website.com/835f27f1/dms3rep/multi/Gasparilla-Roadway-Expansion-02-570x382.png" style="background-image: url('https://lirp.cdn-website.com/835f27f1/dms3rep/multi/opt/Gasparilla-Roadway-Expansion-02-570x382-640w.png');"><img id="1028804031" data-src="https://lirp.cdn-website.com/835f27f1/dms3rep/multi/opt/Gasparilla-Roadway-Expansion-02-570x382-1920w.png" alt="" onerror="handleImageLoadError(this)"/></a> </div> <div id="1422206960" class="caption-container u_1422206960" style="display:none"> <span class="caption-inner"> <h3 id="1682307610" class="caption-title u_1682307610">771 – Gasparilla Road</h3> <a id="1755962994" class="caption-button dmWidget clearfix u_1755962994" href="/projects/771-gasparilla-road" style=""> <span class="iconBg"> <span class="icon hasFontIcon "></span> </span> <span class="text">Read More</span> </a> </span> </div> </div> </div> </div> </div> <div class="photogallery-row " data-index=""> <div class="photogallery-column column-2" data-index="4"> <div index="4" class="photoGalleryThumbs animated " data-index="4"> <div class="thumbnailInnerWrapper" style="opacity: 1;"> <div class="image-container revealed"> <a data-dm-multisize-attr="temp" data-dm-force-device="mobile" class="u_1407641785 has-link" href="/projects/564" data-image-url="https://irp.cdn-website.com/835f27f1/dms3rep/multi/Cheney-Brothers-Distribution-Center-FINALS-11-23-15-02-570x382.png" style="background-image: url('https://lirp.cdn-website.com/835f27f1/dms3rep/multi/opt/Cheney-Brothers-Distribution-Center-FINALS-11-23-15-02-570x382-640w.png');"><img id="1026910696" data-src="https://lirp.cdn-website.com/835f27f1/dms3rep/multi/opt/Cheney-Brothers-Distribution-Center-FINALS-11-23-15-02-570x382-1920w.png" alt="" onerror="handleImageLoadError(this)"/></a> </div> <div id="1543447789" class="caption-container u_1543447789" style="display:none"> <span class="caption-inner"> <h3 id="1924112864" class="caption-title u_1924112864">Cheney Brothers Food Distribution Warehouse</h3> <a id="1576667452" class="caption-button dmWidget clearfix u_1576667452" href="/projects/564" style=""> <span class="iconBg"> <span class="icon hasFontIcon "></span> </span> <span class="text">Read More</span> </a> </span> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> <div class="dmRespRow u_1502765633 hasBackgroundOverlay" id="1502765633"> <div class="dmRespColsWrapper" id="1070048593"> <div class="dmRespCol small-12 medium-12 large-12" id="1659263427"> <div data-element-type="spacer" class="dmSpacer u_1824562501" id="1824562501"></div> </div> </div> </div> <div class="u_1527280498 dmRespRow" style="text-align: center;" id="1527280498"> <div class="dmRespColsWrapper" id="1210511081"> <div class="u_1793156053 dmRespCol small-12 large-4 medium-4" id="1793156053"> <div class="u_1695207003 dmNewParagraph" id="1695207003" style="transition: none 0s ease 0s; text-align: right;" data-element-type="paragraph" data-version="5"> <h1 style="line-height: 0.9;" class="text-align-left m-size-24 size-30"><span style="color: var(--color_2); font-weight: 700; display: initial;" class="font-size-30 m-font-size-24">Our Trusted Partners</span></h1> </div> <div class="u_1614195503 dmDividerWrapper clearfix" data-element-type="dDividerId" data-layout="divider-style-1" data-widget-version="2" id="1614195503"><hr class="dmDivider" style="border-width:2px; border-top-style:solid; color:grey;" id="1906216948"/></div> <div class="dmNewParagraph u_1317397060" data-element-type="paragraph" data-version="5" id="1317397060" style="transition: none 0s ease 0s; text-align: left; display: block;"><p><span style="display: unset;">SED strives for excellence by delivering world class engineering services, exceeding our client’s expectations, and establishing long term partnerships with the community.</span></p></div> </div> <div class="u_1968285222 dmRespCol small-12 large-8 medium-8" id="1968285222"> <div class="u_1339686702 dmPhotoGallery newPhotoGallery dmPhotoGalleryResp photo-gallery-done text-layout-over captionAlignment-center_center photoGallery" galleryoptionsparams="{thumbnailsPerRow: 3, rowsToShow: 3, imageScaleMethod: true}" data-desktop-layout="square" data-desktop-columns="4" data-element-type="dPhotoGalleryId" data-desktop-text-layout="over" id="1339686702" data-placeholder="false"> <div class="dmPhotoGalleryHolder clearfix gallery shadowEffectToChildren gallery4inArow" id="1362986591"></div> <div class="layout-container square"> <div class="photogallery-row " data-index=""> <div class="photogallery-column column-4" data-index="0"> <div index="0" class="photoGalleryThumbs animated " data-index="0"> <div class="thumbnailInnerWrapper" style="opacity: 1;"> <div class="image-container revealed"> <a data-dm-multisize-attr="temp" data-dm-force-device="mobile" class="u_1404647147" data-image-url="https://irp.cdn-website.com/835f27f1/dms3rep/multi/CDBIA-1.png" style="background-image: url('https://lirp.cdn-website.com/835f27f1/dms3rep/multi/opt/CDBIA-1-640w.png');"><img id="1971847787" data-src="https://lirp.cdn-website.com/835f27f1/dms3rep/multi/opt/CDBIA-1-1920w.png" alt="" onerror="handleImageLoadError(this)"/></a> </div> <div id="1774297797" class="caption-container u_1774297797" style="display:none"> <span class="caption-inner"> <a id="1821680409" class="caption-button dmWidget clearfix u_1821680409" href="" style=""> <span class="iconBg"> <span class="icon hasFontIcon "></span> </span> <span class="text">Button</span> </a> </span> </div> </div> </div> </div> <div class="photogallery-column column-4" data-index="1"> <div index="1" class="photoGalleryThumbs animated " data-index="1"> <div class="thumbnailInnerWrapper" style="opacity: 1;"> <div class="image-container revealed"> <a data-dm-multisize-attr="temp" data-dm-force-device="mobile" class="u_1748584190" data-image-url="https://irp.cdn-website.com/835f27f1/dms3rep/multi/Peace-River-Engineering-Society-1.png" style="background-image: url('https://lirp.cdn-website.com/835f27f1/dms3rep/multi/opt/Peace-River-Engineering-Society-1-640w.png');"><img id="1150819733" data-src="https://lirp.cdn-website.com/835f27f1/dms3rep/multi/opt/Peace-River-Engineering-Society-1-1920w.png" alt="" onerror="handleImageLoadError(this)"/></a> </div> <div id="1794771733" class="caption-container u_1794771733" style="display:none"> <span class="caption-inner"> <a id="1606906516" class="caption-button dmWidget clearfix u_1606906516" href="" style=""> <span class="iconBg"> <span class="icon hasFontIcon "></span> </span> <span class="text">Button</span> </a> </span> </div> </div> </div> </div> <div class="photogallery-column column-4" data-index="2"> <div index="2" class="photoGalleryThumbs animated " data-index="2"> <div class="thumbnailInnerWrapper" style="opacity: 1;"> <div class="image-container revealed"> <a data-dm-multisize-attr="temp" data-dm-force-device="mobile" class="u_1464106794" data-image-url="https://irp.cdn-website.com/835f27f1/dms3rep/multi/CCEDP-logo.png" style="background-image: url('https://lirp.cdn-website.com/835f27f1/dms3rep/multi/opt/CCEDP-logo-640w.png');"><img id="1612794617" data-src="https://lirp.cdn-website.com/835f27f1/dms3rep/multi/opt/CCEDP-logo-1920w.png" alt="" onerror="handleImageLoadError(this)"/></a> </div> <div id="1304166951" class="caption-container u_1304166951" style="display:none"> <span class="caption-inner"> <a id="1271426973" class="caption-button dmWidget clearfix u_1271426973" href="" style=""> <span class="iconBg"> <span class="icon hasFontIcon "></span> </span> <span class="text">Button</span> </a> </span> </div> </div> </div> </div> <div class="photogallery-column column-4" data-index="3"> <div index="3" class="photoGalleryThumbs animated " data-index="3"> <div class="thumbnailInnerWrapper" style="opacity: 1;"> <div class="image-container revealed"> <a data-dm-multisize-attr="temp" data-dm-force-device="mobile" class="u_1338133035" data-image-url="https://irp.cdn-website.com/835f27f1/dms3rep/multi/Punta-Gorda-chamber.png" style="background-image: url('https://lirp.cdn-website.com/835f27f1/dms3rep/multi/opt/Punta-Gorda-chamber-640w.png');"><img id="1985064892" data-src="https://lirp.cdn-website.com/835f27f1/dms3rep/multi/opt/Punta-Gorda-chamber-1920w.png" alt="" onerror="handleImageLoadError(this)"/></a> </div> <div id="1053828314" class="caption-container u_1053828314" style="display:none"> <span class="caption-inner"> <a id="1358391484" class="caption-button dmWidget clearfix u_1358391484" href="" style=""> <span class="iconBg"> <span class="icon hasFontIcon "></span> </span> <span class="text">Button</span> </a> </span> </div> </div> </div> </div> </div> <div class="photogallery-row photogallery-hidden-row " data-index=""> <div class="photogallery-column column-4" data-index="4"> <div index="4" class="photoGalleryThumbs animated " data-index="4"> <div class="thumbnailInnerWrapper" style="opacity: 1;"> <div class="image-container revealed"> <a data-dm-multisize-attr="temp" data-dm-force-device="mobile" class="u_1708738123" data-image-url="https://irp.cdn-website.com/835f27f1/dms3rep/multi/Port-Charlotte-Chamber-of-Commerce-1.png" style="background-image: url('https://lirp.cdn-website.com/835f27f1/dms3rep/multi/opt/Port-Charlotte-Chamber-of-Commerce-1-640w.png');"><img id="1770132819" data-src="https://lirp.cdn-website.com/835f27f1/dms3rep/multi/opt/Port-Charlotte-Chamber-of-Commerce-1-1920w.png" alt="" onerror="handleImageLoadError(this)"/></a> </div> <div id="1650949873" class="caption-container u_1650949873" style="display:none"> <span class="caption-inner"> <a id="1556172926" class="caption-button dmWidget clearfix u_1556172926" href="" style=""> <span class="iconBg"> <span class="icon hasFontIcon "></span> </span> <span class="text">Button</span> </a> </span> </div> </div> </div> </div> </div> </div> <div class="photoGalleryViewAll link" isall="true" data-viewall="View more" data-viewless="view less">View more</div> </div> </div> </div> </div> </div> </div> </div> </div> <div class="dmFooterContainer"> <div id="fcontainer" class="u_fcontainer f_hcontainer dmFooter p_hfcontainer"> <div dm:templateorder="250" class="dmFooterResp generalFooter" id="1943048428"> <div class="dmRespRow u_1632155419" style="text-align: center;" id="1632155419"> <div class="dmRespColsWrapper" id="1253858808"> <div class="u_1063824722 dmRespCol small-12 large-4 medium-4" id="1063824722"> <div class="u_1293552929 dmNewParagraph" data-element-type="paragraph" id="1293552929" style="transition: none 0s ease 0s; text-align: center;" data-version="5"> <h4 class="m-size-24 text-align-left" style="line-height: 1;"><span style="display: initial; color: var(--color_4); text-decoration: none; text-transform: uppercase;" class="m-font-size-24" m-font-size-set="true">About Us</span></h4> </div> <div class="u_1888596406 dmDividerWrapper clearfix" data-element-type="dDividerId" data-layout="divider-style-1" data-widget-version="2" id="1888596406"><hr class="dmDivider" style="border-width:2px; border-top-style:solid; color:grey;" id="1773252554"/></div> <div class="dmNewParagraph u_1404010456" data-element-type="paragraph" data-version="5" id="1404010456" style="transition: none 0s ease 0s; text-align: left; display: block;"><p><span style="display: unset; color: var(--color_4);">SED is a multi-disciplined Engineering and Design Firm located in Punta Gorda, Florida Specializing in Civil Engineering, Transportation, and Land Development.</span></p></div> </div> <div class="dmRespCol small-12 large-4 medium-4 u_1204443125" id="1204443125"> <div class="u_1755947511 dmNewParagraph" data-element-type="paragraph" id="1755947511" style="transition: none 0s ease 0s; text-align: center;" data-version="5"> <h4 class="text-align-left m-size-24" style="line-height: 1;"><span style="text-transform: uppercase; text-decoration: none; color: var(--color_4); display: initial;" class="m-font-size-24" m-font-size-set="true">Quick Links</span></h4> </div> <div class="u_1121922342 dmDividerWrapper clearfix" data-element-type="dDividerId" data-layout="divider-style-1" data-widget-version="2" id="1121922342"><hr class="dmDivider" style="border-width:2px; border-top-style:solid; color:grey;" id="1441177616"/></div> <nav class="u_1841780746 unifiednav_vertical effect-text-color main-navigation unifiednav dmLinksMenu" role="navigation" layout-main="vertical_nav_layout_2" layout-sub="" data-show-vertical-sub-items="HOVER" id="1841780746" dmle_extension="onelinksmenu" data-element-type="onelinksmenu" data-logo-src="" alt="" data-nav-structure="VERTICAL" wr="true" icon="true" surround="true" adwords="" navigation-id="unifiedNav"> <ul role="menubar" class="unifiednav__container " data-auto="navigation-pages"> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="0"> <a href="/" class="unifiednav__item dmNavItemSelected " target="" data-target-page-alias="home" data-auto="selected-page"> <span class="nav-item-text " data-link-text=" Home " data-auto="page-text-style">Home<span class="icon icon-angle-down" data-hidden-on-mobile="" data-hidden-on-desktop="" data-hidden-on-tablet=""></span> </span> </a> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="0"> <a href="/civil-engineers-in-punta-gorda-fl" class="unifiednav__item " target="" data-target-page-alias="civil-engineers-in-punta-gorda-fl"> <span class="nav-item-text " data-link-text=" About SED " data-auto="page-text-style">About SED<span class="icon icon-angle-down" data-hidden-on-mobile="" data-hidden-on-desktop="" data-hidden-on-tablet=""></span> </span> </a> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="0"> <a href="/civil-engineering-services-charlotte-county" class="unifiednav__item " target="" data-target-page-alias="civil-engineering-services-charlotte-county"> <span class="nav-item-text " data-link-text=" Engineering Services " data-auto="page-text-style">Engineering Services<span class="icon icon-angle-down" data-hidden-on-mobile="" data-hidden-on-desktop="" data-hidden-on-tablet=""></span> </span> </a> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="0"> <a href="/projects" class="unifiednav__item " target="" data-target-page-alias="projects"> <span class="nav-item-text " data-link-text=" Our Projects " data-auto="page-text-style">Our Projects<span class="icon icon-angle-down" data-hidden-on-mobile="" data-hidden-on-desktop="" data-hidden-on-tablet=""></span> </span> </a> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="0"> <a href="/contact-us" class="unifiednav__item " target="" data-target-page-alias="contact-us"> <span class="nav-item-text " data-link-text=" Contact Us " data-auto="page-text-style">Contact Us<span class="icon icon-angle-down" data-hidden-on-mobile="" data-hidden-on-desktop="" data-hidden-on-tablet=""></span> </span> </a> </li> </ul> </nav> </div> <div class="dmRespCol large-4 medium-4 small-12 u_1009525929" id="1009525929"> <div class="u_1220170981 dmNewParagraph" data-element-type="paragraph" id="1220170981" style="transition: none 0s ease 0s; text-align: center;" data-version="5"> <h4 class="text-align-left m-size-24" style="line-height: 1;"><span style="text-transform: uppercase; text-decoration: none; color: var(--color_4); display: initial;" class="m-font-size-24" m-font-size-set="true">Contact Us</span></h4> </div> <div class="u_1629157501 dmDividerWrapper clearfix" data-element-type="dDividerId" data-layout="divider-style-1" data-widget-version="2" id="1629157501"><hr class="dmDivider" style="border-width:2px; border-top-style:solid; color:grey;" id="1497543326"/></div> <div class="u_1921729101 dmNewParagraph" data-element-type="paragraph" data-version="5" id="1921729101" style="transition: none 0s ease 0s; text-align: left; display: block;"><p><span style="display: initial; color: var(--color_4);">Southwest Engineering & Design<br/>25450 Airport Road, Suite B <br/>Punta Gorda, FL 33950<br/>P: 1(941) 637-9655 <br/>F: 1(941) 637-1149</span></p></div> </div> </div> </div> <div class="dmRespRow u_1682343845" id="1682343845"> <div class="dmRespColsWrapper" id="1321454347"> <div class="dmRespCol large-12 medium-12 small-12" id="1675940082"> <div class="u_1412344398 dmNewParagraph" data-element-type="paragraph" data-version="5" id="1412344398" style="transition: opacity 1s ease-in-out 0s;"><p class="text-align-center m-size-11 size-14" style="line-height: 1;"><span class="font-size-14 m-font-size-11" m-font-size-set="true" style="text-decoration: none; display: unset; color: var(--color_4);">© Southwest Engineering & Design | All Rights Reserved | Designed by</span><span single-space="true" class="font-size-14 m-font-size-11" style="text-decoration: none; display: unset; color: var(--color_4);"> <span class="font-size-14 m-font-size-11" style="text-decoration: none; display: unset; color: var(--color_4);"></span> </span><a href="https://www.yeppymarketing.com" target="_blank" runtime_url="https://www.yeppymarketing.com" type="url" class="font-size-14 m-font-size-11" m-font-size-set="true" style="text-decoration: none; display: unset; color: var(--color_4);">Yeppy Marketing Agency</a></p></div> </div> </div> </div> </div> <div id="1236746004" dmle_extension="powered_by" data-element-type="powered_by" icon="true" surround="false"></div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> <!-- Add full CSS and Javascript before the close tag of the body if needed --> <!-- Google Fonts Include --> <!-- loadCSS function fonts.jsp--> <link rel="preload" href="https://irp.cdn-website.com/fonts/css2?family=Muli:ital,wght@0,200;0,300;0,400;0,600;0,700;0,800;0,900&family=Raleway:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Montserrat:ital,wght@0,100..900;1,100..900&subset=latin-ext&display=swap" as="style" fetchpriority="low" onload="loadCSS(this)" /> <!-- RT CSS Include d-css-runtime-desktop-one-package-structured-global--> <link rel="preload" as="style" fetchpriority="low" onload="loadCSS(this)" href="https://static.cdn-website.com/mnlt/production/5488/_dm/s/rt/dist/css/d-css-runtime-desktop-one-package-structured-global.min.css" /> <!-- End of RT CSS Include --> <link rel="preload" href="https://irp.cdn-website.com/WIDGET_CSS/1a8191986487e1f7df750941214eaf8e.css" id="widgetCSS" as="style" fetchpriority="low" onload="loadCSS(this)" /> <!-- Support `img` size attributes --> <style>img[width][height] { height: auto; }</style> <!-- Support showing sticky element on page only --> <style> body[data-page-alias="home"] #dm [data-show-on-page-only="home"] { display: block !important; } </style> <!-- This is populated in Ajax navigation --> <style id="pageAdditionalWidgetsCss" type="text/css"> </style> <!-- Site CSS --> <link rel="preload" href="https://irp.cdn-website.com/835f27f1/files/835f27f1_withFlex_1.min.css?v=58" id="siteGlobalCss" as="style" fetchpriority="low" onload="loadCSS(this)" /> <style id="customWidgetStyle" type="text/css"> </style> <style id="innerPagesStyle" type="text/css"> </style> <style id="additionalGlobalCss" type="text/css" > </style> <!-- Page CSS --> <link rel="preload" href="https://irp.cdn-website.com/835f27f1/files/835f27f1_home_withFlex_1.min.css?v=58" id="homeCssLink" as="style" fetchpriority="low" onload="loadCSS(this)" /> <style id="pagestyle" type="text/css"> </style> <style id="pagestyleDevice" type="text/css"> </style> <!-- Flex Sections CSS --> <style id="globalFontSizeStyle" type="text/css"> .font-size-24, .size-24, .size-24 > font { font-size: 24px !important; }.font-size-50, .size-50, .size-50 > font { font-size: 50px !important; }.font-size-30, .size-30, .size-30 > font { font-size: 30px !important; }.font-size-14, .size-14, .size-14 > font { font-size: 14px !important; } </style> <style id="pageFontSizeStyle" type="text/css"> </style> <!-- ========= JS Section ========= --> <script> var isWLR = true; window.customWidgetsFunctions = {}; window.customWidgetsStrings = {}; window.collections = {}; window.currentLanguage = "ENGLISH_UK" window.isSitePreview = false; </script> <script type="text/javascript"> var d_version = "production_5488"; var build = "2025-05-22T12_49_05"; window['v' + 'ersion'] = d_version; function buildEditorParent() { window.isMultiScreen = true; window.editorParent = {}; window.previewParent = {}; window.assetsCacheQueryParam = "?version=2025-05-22T12_49_05"; try { var _p = window.parent; if (_p && _p.document && _p.$ && _p.$.dmfw) { window.editorParent = _p; } else if (_p.isSitePreview) { window.previewParent = _p; } } catch (e) { } } buildEditorParent(); </script> <!-- Load jQuery --> <script type="text/javascript" id='d-js-jquery' src="https://static.cdn-website.com/libs/jquery/jquery-3.7.0.min.js"></script> <!-- End Load jQuery --> <!-- Injecting site-wide before scripts --> <!-- End Injecting site-wide to the head --> <script> var _jquery = window.$; var jqueryAliases = ['$', 'jquery', 'jQuery']; jqueryAliases.forEach((alias) => { Object.defineProperty(window, alias, { get() { return _jquery; }, set() { console.warn("Trying to over-write the global jquery object!"); } }); }); window.jQuery.migrateMute = true; </script> <script> window.cookiesNotificationMarkupPreview = 'null'; </script> <!-- HEAD RT JS Include --> <script id='d-js-params'> window.INSITE = window.INSITE || {}; window.INSITE.device = "desktop"; window.rtCommonProps = {}; rtCommonProps["rt.ajax.ajaxScriptsFix"] =true; rtCommonProps["rt.pushnotifs.sslframe.encoded"] = 'aHR0cHM6Ly97c3ViZG9tYWlufS5wdXNoLW5vdGlmcy5jb20='; rtCommonProps["runtimecollector.url"] = 'https://rtc.multiscreensite.com'; rtCommonProps["performance.tabletPreview.removeScroll"] = 'false'; rtCommonProps["inlineEditGrid.snap"] =true; rtCommonProps["popup.insite.cookie.ttl"] = '0.5'; rtCommonProps["rt.pushnotifs.force.button"] =true; rtCommonProps["common.mapbox.token"] = 'pk.eyJ1IjoiZGFubnliMTIzIiwiYSI6ImNqMGljZ256dzAwMDAycXBkdWxwbDgzeXYifQ.Ck5P-0NKPVKAZ6SH98gxxw'; rtCommonProps["common.mapbox.js.override"] =false; rtCommonProps["common.here.appId"] = 'iYvDjIQ2quyEu0rg0hLo'; rtCommonProps["common.here.appCode"] = '1hcIxLJcbybmtBYTD9Z1UA'; rtCommonProps["isCoverage.test"] =false; rtCommonProps["ecommerce.ecwid.script"] = 'https://app.multiscreenstore.com/script.js'; rtCommonProps["feature.flag.mappy.kml"] =false; rtCommonProps["common.resources.dist.cdn"] =true; rtCommonProps["common.build.dist.folder"] = 'production/5488'; rtCommonProps["common.resources.cdn.host"] = 'https://static.cdn-website.com'; rtCommonProps["common.resources.folder"] = 'https://static.cdn-website.com/mnlt/production/5488'; rtCommonProps["feature.flag.runtime.backgroundSlider.preload.slowly"] =true; rtCommonProps["feature.flag.runtime.newAnimation.enabled"] =true; rtCommonProps["feature.flag.runtime.newAnimation.jitAnimation.enabled"] =true; rtCommonProps["feature.flag.sites.google.analytics.gtag"] =true; rtCommonProps["feature.flag.runOnReadyNewTask"] =true; rtCommonProps["isAutomation.test"] =false; rtCommonProps['common.mapsProvider'] = 'mapbox'; rtCommonProps['common.mapsProvider.version'] = '0.52.0'; rtCommonProps['common.geocodeProvider'] = 'mapbox'; rtCommonProps['common.map.defaults.radiusSize'] = '1500'; rtCommonProps['common.map.defaults.radiusBg'] = 'rgba(255, 255, 255, 0.4)'; rtCommonProps['common.map.defaults.strokeColor'] = 'rgba(255, 255, 255, 1)'; rtCommonProps['common.map.defaults.strokeSize'] = '2'; rtCommonProps['server.for.resources'] = ''; rtCommonProps['feature.flag.lazy.widgets'] = true; rtCommonProps['feature.flag.single.wow'] = false; rtCommonProps['feature.flag.disallowPopupsInEditor'] = true; rtCommonProps['feature.flag.mark.anchors'] = true; rtCommonProps['captcha.public.key'] = '6LffcBsUAAAAAMU-MYacU-6QHY4iDtUEYv_Ppwlz'; rtCommonProps['captcha.invisible.public.key'] = '6LeiWB8UAAAAAHYnVJM7_-7ap6bXCUNGiv7bBPME'; rtCommonProps["images.sizes.small"] =160; rtCommonProps["images.sizes.mobile"] =640; rtCommonProps["images.sizes.tablet"] =1280; rtCommonProps["images.sizes.desktop"] =1920; rtCommonProps["modules.resources.cdn"] =true; rtCommonProps["import.images.storage.imageCDN"] = 'https://lirp.cdn-website.com/'; rtCommonProps["feature.flag.runtime.inp.threshold"] =150; rtCommonProps["feature.flag.performance.logs"] =true; rtCommonProps["site.widget.form.captcha.type"] = 'g_recaptcha'; rtCommonProps["friendly.captcha.site.key"] = 'FCMGSQG9GVNMFS8K'; rtCommonProps["cookiebot.mapbox.consent.category"] = 'marketing'; // feature flags that's used out of runtime module (in legacy files) rtCommonProps["platform.monolith.personalization.dateTimeCondition.popupMsgAction.moveToclient.enabled"] =true; window.rtFlags = {}; rtFlags["unsuspendEcwidStoreOnRuntime.enabled"] =true; rtFlags["scripts.widgetCount.enabled"] =true; rtFlags["ecom.ecwidNewUrlStructure.enabled"] = false; rtFlags["ecom.ecwid.storefrontV3.enabled"] = false; rtFlags["ecom.ecwid.old.store.fix.facebook.share"] = true; rtFlags["feature.flag.photo.gallery.exact.size"] =true; rtFlags["geocode.search.localize"] =false; rtFlags["feature.flag.runtime.newAnimation.asyncInit.setTimeout.enabled"] =false; rtFlags["twitter.heightLimit.enabled"] = true; rtFlags["editor.classicHybrid.photogallery.fix"] =true; rtFlags["runtime.lottieOverflow"] =false; rtFlags["runtime.monitoring.sentry.ignoreErrors"] = ""; rtFlags["contact.form.browserValidation.enabled"] =true; rtFlags["streamline.monolith.personalization.supportMultipleConditions.enabled"] =false; rtFlags["runtime.cwv.report.cls.enabled"] =true; rtFlags["editor.link.on.container"] =true; rtFlags["flex.runtime.popup.with.show"] =true; rtFlags["contact.form.useActiveForm"] =true; rtFlags["runtime.ssr.productStore.internal.observer"] =true; rtFlags["runtime.ssr.productCustomizations"] =true; rtFlags["flex.megaMenu.a11y"] =false; </script> <script src="https://static.cdn-website.com/mnlt/production/5488/_dm/s/rt/dist/scripts/d-js-one-runtime-unified-desktop.min.js" id="d-js-core"></script> <!-- End of HEAD RT JS Include --> <script src="https://static.cdn-website.com/mnlt/production/5488/_dm/s/rt/dist/scripts/d-js-jquery-migrate.min.js" ></script> <script> $(window).bind("orientationchange", function (e) { $.layoutManager.initLayout(); }); $(document).resize(function () { }); </script> <script type="text/javascript" id="d_track_campaign"> (function() { if (!window.location.search) { return; } const cleanParams = window.location.search.substring(1); // Strip ? const queryParams = cleanParams.split('&'); const expires = 'expires=' + new Date().getTime() + 24 * 60 * 60 * 1000; const domain = 'domain=' + window.location.hostname; const path = "path=/"; queryParams.forEach((param) => { const [key, value = ''] = param.split('='); if (key.startsWith('utm_')) { const cookieName = "_dm_rt_" + key.substring(4); const cookie = cookieName + "=" + value; const joined = [cookie, expires, domain, path].join(";"); document.cookie = joined; } }); }()); </script> <script type="text/javascript" > var _dm_gaq = {}; var _gaq = _gaq || []; var _dm_insite = []; </script> <script async src="https://www.googletagmanager.com/gtag/js?id=G-Q1G9TY4HHK"></script> <script type="text/javascript" id="d_track_ga"> _dm_gaq.siteAlias = '835f27f1'; _dm_gaq.systemAggregatedGaqID = ''; _dm_gaq.externalGaqID = 'G-Q1G9TY4HHK'; _dm_gaq.gaAggregatedEventAttributes = { 'site_alias': _dm_gaq.siteAlias, 'product': 'DM_DIRECT', 'plan': 'BUSINESS_PLUS', 'dfooter': 'false', 'sitetype': '1', 'pwaEnabled': 'true' } _dm_gaq.pushEvent = function(trackingId, event, category, label, value, additionalParams = {}) { const eventProps = { send_to: trackingId, event_category: category, event_label: label, value, ...additionalParams, ...(trackingId === _dm_gaq.systemAggregatedGaqID ? _dm_gaq.gaAggregatedEventAttributes : {}) }; gtag('event', event, eventProps); } window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); function pushInsiteImpressions(id) { _dm_insite.forEach((rule) => { _dm_gaq.pushEvent(id, 'insite_impression', 'insite', rule.ruleType + '__' + rule.ruleId); }); } if(_dm_gaq.systemAggregatedGaqID){ // track aggregated account gtag('config', '', { 'send_page_view': false, 'anonymize_ip': true, 'transport_type': 'beacon', 'custom_map': {'dimension1': 'site_alias', 'dimension2': 'product', 'dimension3': 'dFooter', 'dimension4': 'sitetype'} }); gtag('set', 'developer_id.dMDU5Nj', true); _dm_gaq.pushEvent('', 'page_view'); pushInsiteImpressions(_dm_gaq.systemAggregatedGaqID); } if(_dm_gaq.externalGaqID && _dm_gaq.externalGaqID!= '') { gtag('config', 'G-Q1G9TY4HHK', { 'send_page_view': false, 'anonymize_ip': true, 'transport_type': 'beacon', 'linker': { 'domains': ['sedfl.com'] } }); _dm_gaq.pushEvent('G-Q1G9TY4HHK', 'page_view'); pushInsiteImpressions(_dm_gaq.externalGaqID); } </script> <script type="text/javascript" id="d_track_sp"> ;(function(p,l,o,w,i,n,g){if(!p[i]){p.GlobalSnowplowNamespace=p.GlobalSnowplowNamespace||[]; p.GlobalSnowplowNamespace.push(i);p[i]=function(){(p[i].q=p[i].q||[]).push(arguments) };p[i].q=p[i].q||[];n=l.createElement(o);g=l.getElementsByTagName(o)[0];n.async=1; n.src=w;g.parentNode.insertBefore(n,g)}}(window,document,"script","//d32hwlnfiv2gyn.cloudfront.net/sp-2.0.0-dm-0.1.min.js","snowplow")); window.dmsnowplow = window.snowplow; dmsnowplow('newTracker', 'cf', 'd32hwlnfiv2gyn.cloudfront.net', { // Initialise a tracker appId: '835f27f1' }); // snowplow queries element styles so we wait until CSS calculations are done. requestAnimationFrame(() => { dmsnowplow('trackPageView'); _dm_insite.forEach((rule) => { // Specifically in popup only the client knows if it is shown or not so we don't always want to track its impression here // the tracking is in popup.js if (rule.actionName !== "popup") { dmsnowplow('trackStructEvent', 'insite', 'impression', rule.ruleType, rule.ruleId); } window?.waitForDeferred?.('dmAjax', () => { $.DM.events.trigger('event-ruleTriggered', {value: rule}); }); }); }); </script> <div style="display:none;" id="P6iryBW0Wu"></div> <!-- photoswipe markup --> <!-- Root element of PhotoSwipe. Must have class pswp. --> <div class="pswp" tabindex="-1" role="dialog" aria-hidden="true"> <!-- Background of PhotoSwipe. It's a separate element as animating opacity is faster than rgba(). --> <div class="pswp__bg"></div> <!-- Slides wrapper with overflow:hidden. --> <div class="pswp__scroll-wrap"> <!-- Container that holds slides. PhotoSwipe keeps only 3 of them in the DOM to save memory. Don't modify these 3 pswp__item elements, data is added later on. --> <div class="pswp__container"> <div class="pswp__item"></div> <div class="pswp__item"></div> <div class="pswp__item"></div> </div> <!-- Default (PhotoSwipeUI_Default) interface on top of sliding area. Can be changed. --> <div class="pswp__ui pswp__ui--hidden"> <div class="pswp__top-bar"> <!-- Controls are self-explanatory. Order can be changed. --> <div class="pswp__counter"></div> <button class="pswp__button pswp__button--close" title="Close (Esc)"></button> <button class="pswp__button pswp__button--share" title="Share"></button> <button class="pswp__button pswp__button--fs" title="Toggle fullscreen"></button> <button class="pswp__button pswp__button--zoom" title="Zoom in/out"></button> <!-- Preloader demo http://codepen.io/dimsemenov/pen/yyBWoR --> <!-- element will get class pswp__preloader--active when preloader is running --> <div class="pswp__preloader"> <div class="pswp__preloader__icn"> <div class="pswp__preloader__cut"> <div class="pswp__preloader__donut"></div> </div> </div> </div> </div> <div class="pswp__share-modal pswp__share-modal--hidden pswp__single-tap"> <div class="pswp__share-tooltip"></div> </div> <button class="pswp__button pswp__button--arrow--left" title="Previous (arrow left)"> </button> <button class="pswp__button pswp__button--arrow--right" title="Next (arrow right)"> </button> <div class="pswp__caption"> <div class="pswp__caption__center"></div> </div> </div> </div> </div> <div id="fb-root" data-locale="en_GB"></div> <!-- Alias: 835f27f1 --> <div class="dmPopupMask" id="dmPopupMask"></div> <div id="dmPopup" class="dmPopup"> <div class="dmPopupCloseWrapper"> <div class="dmPopupClose dm-common-icons-close oneIcon" onclick="dmHidePopup(event);"></div> </div> <div class="dmPopupTitle"> <span></span> Share by:</div> <div class="data"></div> </div><script id="d_track_personalization"> window?.waitForDeferred?.('dmAjax', () => { // Collects client data and updates cookies used by smart sites window.expireDays = 365; window.visitLength = 30 * 60000; $.setCookie("dm_timezone_offset", (new Date()).getTimezoneOffset(), window.expireDays); setSmartSiteCookiesInternal("dm_this_page_view","dm_last_page_view","dm_total_visits","dm_last_visit"); }); </script> <script type="text/javascript"> Parameters.NavigationAreaParams.MoreButtonText = 'MORE'; Parameters.NavigationAreaParams.LessButtonText = 'LESS'; Parameters.HomeLinkText = 'Home'; </script> <!-- End Script tags --> <!-- Site Wide Html Markup --> <!-- Site Wide Html Markup --> </body> </html>