Stand Up Paddleboarding SUP, North Devon
Stand-up paddleboarding (SUP) is a water activity that has gained in popularity and following in recent years. It involves standing on a large board and using a paddle to propel yourself through the water. Here at Coastline Sports we offer guided tours on the River Torridge.

Stand up paddleboarding (SUP) for Families, Groups, Stags, Hens, Schools
Whether you’re looking for a peaceful way to explore nature, a fun fitness activity, or an adventurous water sport, stand-up paddleboarding offers a versatile and enjoyable experience and is one that you can take away with you and practice elsewhere!
All of the Coastline Sports instructors hold the Beach Lifeguard qualification and have an intimate knowledge of the North Devon area, weather patterns and tide characteristics to ensure that you are kept completely safe while having the time of your life!
We run many paddleboarding trips every year for families, groups, parties, schools, teams and for stag and hen do's. We run private sessions for groups of 2 people or more. Check our calendar to see when we've got trips running and book yourself on to one of them. Alternatively if you are a larger group, get in touch with your requirements and we'll see what we can do.
Breathtaking Scenery
Our SUP tours take place on the River Torridge. It is a tidal journey which starts at Bideford and meanders its way though the trees, fields and the Old Lime Kiln towards Torrington. You will experience some of the best scenery that North Devon has to offer Once the tide turns all of the hard work has been done and we glide our way back to Bideford.
Fitness Benefits
SUP provides a full-body workout, engaging muscles in the core, arms, legs, and back.
The activity also improves balance and coordination.
Experienced Instructors
Our professional and experienced instructors lead coasteering sessions, ensuring the safety and enjoyment of everybody. They are all extremely knowledgeable about the local terrain, tides, and weather conditions, providing a safe and secure environment for your adventure.
Environmental
Responsibility
Safety First
The River Torridge is perfect as it is suitable for beginners and experienced SUPers alike! All safety equipment will be provided and our professional instructors will tailor each tour to ensure that everybody has a great outing with safety as the core priority at all times.
Wildlife Encounters
Paddlers are encouraged to be environmentally conscious, respecting marine life and following our ‘Leave No Trace’ principles.
Group and Team-Building Activities
Coasteering in Croyde Bay is an excellent activity for groups, whether it’s a family outing, a team-building event, stag and hen parties or a group of friends seeking an adventure together. It fosters teamwork, communication, and a sense of accomplishment.
Learn the
Technique
Beginners often start by kneeling on the board to get a feel for stability before progressing to a standing position which is easy to master with the right tuition.

Safety First
All of the Coastline Sports instructors have an intimate knowledge of the North Devon area, weather patterns and tide characteristics to ensure that you are kept completely safe while having the time of your life!
Whether you are coasteering, climbing, surfing or out on a SUP we will provide you with all of the appropriate equipment – just bring yourselves and let us do the rest!
Our instructors hold the necessary qualifications for the activity you are doing. All instructors involved with water based activities are qualified Beach Life Guards, they also hold additional qualifications for the activity they are instructing. Our climbing instructors also have the Rock Climbing Instructor Award.
We are also registered with the Adventure Activities Licensing Authority (AALA). As part of our AALA registration we are fully inspected every 2 years, this includes checking our safety record, our Standard Operating Procedures, Risk Assessments, Training Records and Safety Equipment amongst other aspects.

About Coastline Sports
My name is Will and I am the owner of Coastline Sports.
I started the business here in North Devon in 2014, partly to allow me to share my love of our amazing outdoor space with people from all walks of life. From day one, my goal has been to deliver unforgettable, bespoke adventures to anyone who is wanting an exhilarating, outdoor challenge.
Whether you are looking for an adventure for yourself, your family or for a larger group, all of us at Coastline Sports would be pleased to have you join us. Between us, my small team of instructors and I have over 50 years of professional experience, sharing our passion for the North Devon coastline.
Please don’t hesitate to give me a call on 07568 371 957 so I can answer any questions and get you on board one of our adventures.
Stand Up Paddleboarding FAQs
Stand up paddleboarding in North Devon can be as exhilarating or as relaxing as you like, but one thing is certain; you will have a great time on the beautiful North Devon rivers with our experienced instructors.
Stand up Paddleboarding Gallery
Coasteering in North Devon is an exhilarating and adventurous activity that allows participants to explore the stunning coastline in a unique and dynamic way. Here’s what you can expect from coasteering in Croyde Bay with Coastline Sports.
Some of Our 5 Star Reviews
Our team have extensive local knowledge of North Devon rivers and we pride ourselves in delivering the highest quality, fun and safe SUP trips. It is all of this that has resulted in Coastline Sports gaining hundreds of 5 star reviews on Google, Facebook and Trip Advisor.
Sign Up for Our Mailing List
Sign up for news, updates and articles
On the River Torridge, Bideford, North Devon
Book Now
Stand Up Paddleboarding with Coastline Sports
On the River Torridge, Bideford, North Devon
Book Now
Stand Up Paddleboarding with Coastline Sports
On the River Torridge, Bideford, North Devon
Book Now
Stand Up Paddleboarding with Coastline Sports
On the River Torridge, Bideford, North Devon
Book Now
.cs-adventure-slider,
.cs-adventure-slider * {
box-sizing: border-box;
}
.cs-adventure-slider {
–cs-accent: #47acce;
position: relative;
width: 100%;
height: 720px;
min-height: 500px;
overflow: hidden;
background: #111;
isolation: isolate;
}
/* Slides */
.cs-adventure-slide {
position: absolute;
inset: 0;
z-index: 1;
width: 100%;
height: 100%;
opacity: 0;
visibility: hidden;
pointer-events: none;
transition:
opacity 900ms cubic-bezier(.22, 1, .36, 1),
visibility 900ms;
}
.cs-adventure-slide.is-active {
z-index: 2;
opacity: 1;
visibility: visible;
pointer-events: auto;
}
/* Background image */
.cs-slide-image {
position: absolute;
inset: 0;
display: block;
width: 100%;
height: 100%;
margin: 0;
object-fit: cover;
object-position: center;
transform: scale(1.08);
transition: transform 7s linear;
}
.cs-adventure-slide.is-active .cs-slide-image {
transform: scale(1);
}
/* Overlay */
.cs-slide-overlay {
position: absolute;
inset: 0;
z-index: 1;
background:
linear-gradient(
90deg,
rgba(4, 12, 15, 0.92) 0%,
rgba(4, 12, 15, 0.72) 38%,
rgba(4, 12, 15, 0.25) 70%,
rgba(4, 12, 15, 0.14) 100%
),
linear-gradient(
0deg,
rgba(4, 12, 15, 0.62) 0%,
transparent 55%
);
}
/* Content */
.cs-slide-content {
position: relative;
z-index: 3;
display: flex;
flex-direction: column;
justify-content: center;
width: min(92%, 1320px);
height: 100%;
margin: 0 auto;
padding: 60px 40px 80px;
color: #fff;
}
/* Text animation */
.cs-slide-question,
.cs-slide-intro,
.cs-slide-title {
opacity: 0;
transform: translateY(38px);
transition:
opacity 700ms cubic-bezier(.22, 1, .36, 1),
transform 700ms cubic-bezier(.22, 1, .36, 1);
}
.cs-adventure-slide.is-active .cs-slide-question,
.cs-adventure-slide.is-active .cs-slide-intro,
.cs-adventure-slide.is-active .cs-slide-title {
opacity: 1;
transform: translateY(0);
}
.cs-adventure-slide.is-active .cs-slide-question {
transition-delay: 150ms;
}
.cs-adventure-slide.is-active .cs-slide-intro {
transition-delay: 270ms;
}
.cs-adventure-slide.is-active .cs-slide-title {
transition-delay: 390ms;
}
/* Main heading */
.cs-slide-question {
max-width: 1100px;
margin: 0 0 18px;
color: #fff;
font-family: Arial, Helvetica, sans-serif;
font-size: clamp(44px, 5.4vw, 84px);
font-weight: 700;
line-height: 0.98;
letter-spacing: -0.055em;
}
/* Location */
.cs-slide-intro {
margin: 0 0 25px;
color: rgba(255, 255, 255, 0.92);
font-family: Arial, Helvetica, sans-serif;
font-size: clamp(18px, 1.8vw, 29px);
font-weight: 400;
line-height: 1.3;
letter-spacing: -0.02em;
}
/* Book button */
.cs-slide-title {
display: inline-flex;
align-items: center;
justify-content: center;
align-self: flex-start;
min-width: 160px;
min-height: 54px;
margin: 0;
padding: 14px 28px;
border: 2px solid var(–cs-accent);
border-radius: 3px;
background: var(–cs-accent);
color: #fff;
font-family: Arial, Helvetica, sans-serif;
font-size: 18px;
font-weight: 700;
line-height: 1;
letter-spacing: 0.01em;
text-decoration: none;
transition:
background-color 250ms ease,
color 250ms ease,
transform 250ms ease;
}
.cs-slide-title:hover,
.cs-slide-title:focus-visible {
background: transparent;
color: var(–cs-accent);
transform: translateY(-2px);
}
/* Tablet */
@media (max-width: 1024px) {
.cs-adventure-slider {
height: 620px;
}
.cs-slide-content {
padding-right: 50px;
padding-left: 50px;
}
.cs-slide-question {
max-width: 850px;
}
}
/* Mobile */
@media (max-width: 767px) {
.cs-adventure-slider {
height: 400px;
min-height: 400px;
}
.cs-slide-image {
object-position: center;
}
.cs-slide-overlay {
background:
linear-gradient(
0deg,
rgba(4, 12, 15, 0.95) 0%,
rgba(4, 12, 15, 0.70) 60%,
rgba(4, 12, 15, 0.17) 100%
);
}
.cs-slide-content {
justify-content: flex-end;
width: 100%;
padding: 24px 20px 30px;
}
.cs-slide-question {
max-width: 100%;
margin-bottom: 10px;
font-size: clamp(26px, 8.2vw, 38px);
line-height: 1.02;
letter-spacing: -0.045em;
}
.cs-slide-intro {
max-width: 330px;
margin-bottom: 17px;
font-size: 14px;
line-height: 1.35;
}
.cs-slide-title {
min-width: 130px;
min-height: 45px;
padding: 11px 20px;
font-size: 15px;
}
}
/* Reduced motion */
@media (prefers-reduced-motion: reduce) {
.cs-adventure-slide,
.cs-slide-image,
.cs-slide-question,
.cs-slide-intro,
.cs-slide-title {
transition-duration: 0.01ms !important;
}
.cs-slide-image {
transform: none !important;
}
}
(function () {
function initAdventureSliders() {
const sliders = document.querySelectorAll(
‘.cs-adventure-slider:not([data-slider-ready])’
);
sliders.forEach(function (slider) {
slider.setAttribute(‘data-slider-ready’, ‘true’);
const slides = Array.from(
slider.querySelectorAll(‘.cs-adventure-slide’)
);
if (!slides.length) {
return;
}
const autoplayDelay =
parseInt(slider.getAttribute(‘data-autoplay’), 10) || 5000;
let currentIndex = 0;
let autoplayTimer = null;
let touchStartX = 0;
function showSlide(index) {
if (index < 0) {
index = slides.length - 1;
}
if (index >= slides.length) {
index = 0;
}
slides.forEach(function (slide, slideIndex) {
const isCurrent = slideIndex === index;
slide.classList.toggle(
‘is-active’,
isCurrent
);
slide.setAttribute(
‘aria-hidden’,
isCurrent ? ‘false’ : ‘true’
);
});
currentIndex = index;
}
function nextSlide() {
showSlide(currentIndex + 1);
}
function previousSlide() {
showSlide(currentIndex – 1);
}
function stopAutoplay() {
if (autoplayTimer !== null) {
window.clearInterval(autoplayTimer);
autoplayTimer = null;
}
}
function startAutoplay() {
stopAutoplay();
if (slides.length < 2) { return; } autoplayTimer = window.setInterval( nextSlide, autoplayDelay ); } function restartAutoplay() { stopAutoplay(); startAutoplay(); } slider.addEventListener( 'touchstart', function (event) { touchStartX = event.changedTouches[0].screenX; }, { passive: true } ); slider.addEventListener( 'touchend', function (event) { const touchEndX = event.changedTouches[0].screenX; const swipeDistance = touchEndX - touchStartX; if (Math.abs(swipeDistance) < 50) { return; } if (swipeDistance < 0) { nextSlide(); } else { previousSlide(); } restartAutoplay(); }, { passive: true } ); document.addEventListener( 'visibilitychange', function () { if (document.hidden) { stopAutoplay(); } else { startAutoplay(); } } ); showSlide(0); startAutoplay(); }); } if (document.readyState === 'loading') { document.addEventListener( 'DOMContentLoaded', initAdventureSliders ); } else { initAdventureSliders(); } if ( 'MutationObserver' in window && !window.csAdventureSliderObserver ) { window.csAdventureSliderObserver = new MutationObserver(function () { initAdventureSliders(); }); window.csAdventureSliderObserver.observe( document.documentElement, { childList: true, subtree: true } ); } })(); \n\n[/cs_content_seo][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][cs_element_section _id="5" ][cs_element_layout_row _id="6" ][cs_element_layout_column _id="7" ][cs_element_headline _id="8" ][cs_content_seo]Stand Up Paddleboarding SUP, North Devon\n\n[/cs_content_seo][cs_element_text _id="9" ][cs_content_seo]Stand-up paddleboarding (SUP) is a water activity that has gained in popularity and following in recent years. It involves standing on a large board and using a paddle to propel yourself through the water. Here at Coastline Sports we offer guided tours on the River Torridge.\n\n[/cs_content_seo][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][cs_element_section _id="10" ][cs_element_layout_row _id="11" ][cs_element_layout_column _id="12" ][cs_element_image _id="13" ][/cs_element_layout_column][cs_element_layout_column _id="14" ][cs_element_headline _id="15" ][cs_content_seo]Stand up paddleboarding (SUP) for Families, Groups, Stags, Hens, Schools\n\n[/cs_content_seo][cs_element_text _id="16" ][cs_content_seo]Whether you’re looking for a peaceful way to explore nature, a fun fitness activity, or an adventurous water sport, stand-up paddleboarding offers a versatile and enjoyable experience and is one that you can take away with you and practice elsewhere! All of the Coastline Sports instructors hold the Beach Lifeguard qualification and have an intimate knowledge of the North Devon area, weather patterns and tide characteristics to ensure that you are kept completely safe while having the time of your life! We run many paddleboarding trips every year for families, groups, parties, schools, teams and for stag and hen do's. We run private sessions for groups of 2 people or more. Check our calendar to see when we've got trips running and book yourself on to one of them. Alternatively if you are a larger group, get in touch with your requirements and we'll see what we can do.\n\n[/cs_content_seo][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][cs_element_section _id="17" ][cs_element_layout_row _id="18" ][cs_element_layout_column _id="19" ][cs_element_icon _id="20" ][cs_element_headline _id="21" ][cs_content_seo]Breathtaking Scenery\n\n[/cs_content_seo][cs_element_text _id="22" ][cs_content_seo]Our SUP tours take place on the River Torridge. It is a tidal journey which starts at Bideford and meanders its way though the trees, fields and the Old Lime Kiln towards Torrington. You will experience some of the best scenery that North Devon has to offer Once the tide turns all of the hard work has been done and we glide our way back to Bideford.\n\n[/cs_content_seo][/cs_element_layout_column][cs_element_layout_column _id="23" ][cs_element_icon _id="24" ][cs_element_headline _id="25" ][cs_content_seo]Fitness Benefits\n\n[/cs_content_seo][cs_element_text _id="26" ][cs_content_seo]SUP provides a full-body workout, engaging muscles in the core, arms, legs, and back. The activity also improves balance and coordination.\n\n[/cs_content_seo][/cs_element_layout_column][cs_element_layout_column _id="27" ][cs_element_icon _id="28" ][cs_element_headline _id="29" ][cs_content_seo]Experienced Instructors\n\n[/cs_content_seo][cs_element_text _id="30" ][cs_content_seo]Our professional and experienced instructors lead coasteering sessions, ensuring the safety and enjoyment of everybody. They are all extremely knowledgeable about the local terrain, tides, and weather conditions, providing a safe and secure environment for your adventure.\n\n[/cs_content_seo][/cs_element_layout_column][cs_element_layout_column _id="31" ][cs_element_icon _id="32" ][cs_element_headline _id="33" ][cs_content_seo]Environmental Responsibility\n\n[/cs_content_seo][cs_element_text _id="34" ][cs_content_seo]We are extremely conscious of our natural environment and our responsibilities to the local community to protect the beaches and coastline. We regularly engage in beach cleans and make sure that we are involved in the education of visitors to North Devon about environmental protection.\n\n[/cs_content_seo][/cs_element_layout_column][/cs_element_layout_row][cs_element_layout_row _id="35" ][cs_element_layout_column _id="36" ][cs_element_icon _id="37" ][cs_element_headline _id="38" ][cs_content_seo]Safety First\n\n[/cs_content_seo][cs_element_text _id="39" ][cs_content_seo]The River Torridge is perfect as it is suitable for beginners and experienced SUPers alike! All safety equipment will be provided and our professional instructors will tailor each tour to ensure that everybody has a great outing with safety as the core priority at all times.\n\n[/cs_content_seo][/cs_element_layout_column][cs_element_layout_column _id="40" ][cs_element_icon _id="41" ][cs_element_headline _id="42" ][cs_content_seo]Wildlife Encounters\n\n[/cs_content_seo][cs_element_text _id="43" ][cs_content_seo]Paddlers are encouraged to be environmentally conscious, respecting marine life and following our ‘Leave No Trace’ principles.\n\n[/cs_content_seo][/cs_element_layout_column][cs_element_layout_column _id="44" ][cs_element_icon _id="45" ][cs_element_headline _id="46" ][cs_content_seo]Group and Team-Building Activities\n\n[/cs_content_seo][cs_element_text _id="47" ][cs_content_seo]Coasteering in Croyde Bay is an excellent activity for groups, whether it’s a family outing, a team-building event, stag and hen parties or a group of friends seeking an adventure together. It fosters teamwork, communication, and a sense of accomplishment.\n\n[/cs_content_seo][/cs_element_layout_column][cs_element_layout_column _id="48" ][cs_element_icon _id="49" ][cs_element_headline _id="50" ][cs_content_seo]Learn theTechnique\n\n[/cs_content_seo][cs_element_text _id="51" ][cs_content_seo]Beginners often start by kneeling on the board to get a feel for stability before progressing to a standing position which is easy to master with the right tuition.\n\n[/cs_content_seo][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][cs_element_section _id="52" ][cs_element_layout_row _id="53" ][cs_element_layout_column _id="54" ][cs_element_global_block _id="55" ][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][cs_element_section _id="56" ][cs_element_layout_row _id="57" ][cs_element_layout_column _id="58" ][cs_element_global_block _id="59" ][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][cs_element_section _id="60" ][cs_element_layout_row _id="61" ][cs_element_layout_column _id="62" ][cs_element_headline _id="63" ][cs_content_seo]Get in Touch Today\n\n[/cs_content_seo][cs_element_text _id="64" ][cs_content_seo][gravityform id="1" title="false"]\n\n[/cs_content_seo][/cs_element_layout_column][/cs_element_layout_row][cs_element_layout_row _id="65" ][cs_element_layout_column _id="66" ][cs_element_headline _id="67" ][cs_content_seo]Get in Touch Today\n\n[/cs_content_seo][cs_element_text _id="68" ][cs_content_seo][gravityform id="1" title="false"]\n\n[/cs_content_seo][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][cs_element_section _id="69" ][cs_element_layout_row _id="70" ][cs_element_layout_column _id="71" ][cs_element_global_block _id="72" ][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][cs_element_section _id="73" ][cs_element_layout_row _id="74" ][cs_element_layout_column _id="75" ][cs_element_global_block _id="76" ][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][cs_element_section _id="77" ][cs_element_layout_row _id="78" ][cs_element_layout_column _id="79" ][cs_element_counter _id="80" ][/cs_element_layout_column][cs_element_layout_column _id="81" ][cs_element_counter _id="82" ][/cs_element_layout_column][cs_element_layout_column _id="83" ][cs_element_counter _id="84" ][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][cs_element_section _id="85" ][cs_element_layout_row _id="86" ][cs_element_layout_column _id="87" ][cs_element_global_block _id="88" ][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][cs_element_section _id="89" ][cs_element_layout_row _id="90" ][cs_element_layout_column _id="91" ][cs_element_global_block _id="92" ][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][cs_element_section _id="93" ][cs_element_layout_row _id="94" ][cs_element_layout_column _id="95" ][cs_element_global_block _id="96" ][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][cs_element_section _id="97" ][cs_element_layout_row _id="98" ][cs_element_layout_column _id="99" ][cs_element_headline _id="100" ][cs_content_seo]Coasteering\n\n[/cs_content_seo][cs_element_button _id="101" ][cs_element_button _id="102" ][/cs_element_layout_column][cs_element_layout_column _id="103" ][cs_element_headline _id="104" ][cs_content_seo]Surfing\n\n[/cs_content_seo][cs_element_button _id="105" ][cs_element_button _id="106" ][/cs_element_layout_column][cs_element_layout_column _id="107" ][cs_element_headline _id="108" ][cs_content_seo]Rock Climbing\n\n[/cs_content_seo][cs_element_button _id="109" ][cs_element_button _id="110" ][/cs_element_layout_column][cs_element_layout_column _id="111" ][cs_element_headline _id="112" ][cs_content_seo]Stand up Paddleboarding\n\n[/cs_content_seo][cs_element_button _id="113" ][cs_element_button _id="114" ][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][cs_element_section _id="115" ][cs_element_layout_row _id="116" ][cs_element_layout_column _id="117" ][cs_element_headline _id="118" ][cs_content_seo]Stand up Paddleboarding Gallery\n\n[/cs_content_seo][cs_element_text _id="119" ][cs_content_seo]Coasteering in North Devon is an exhilarating and adventurous activity that allows participants to explore the stunning coastline in a unique and dynamic way. Here’s what you can expect from coasteering in Croyde Bay with Coastline Sports. [justified_image_grid gallery=244523]\n\n[/cs_content_seo][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][cs_element_section _id="120" ][cs_element_layout_row _id="121" ][cs_element_layout_column _id="122" ][cs_element_headline _id="123" ][cs_content_seo]Some of Our 5 Star Reviews\n\n[/cs_content_seo][cs_element_text _id="124" ][cs_content_seo]Our team have extensive local knowledge of North Devon rivers and we pride ourselves in delivering the highest quality, fun and safe SUP trips. It is all of this that has resulted in Coastline Sports gaining hundreds of 5 star reviews on Google, Facebook and Trip Advisor.\n\n[/cs_content_seo][cs_element_text _id="125" ][cs_content_seo]{"@context":"https://schema.org","@type":"Product","name":"Stand up Paddleboarding | River Taw, Bideford, North Devon | Coastline Sports","url":"https://coastlinesports.uk/activities/paddleboarding-north-devon/","brand":{"@type":"Brand","name":"tand up Paddleboarding | River Taw, Bideford, North Devon | Coastline Sports"},"description":"Stand-up paddleboarding (SUP) involves standing on a large board and using a paddle to propel yourself through the water. Here at Coastline Sports we offer guided tours on the River Torridge, Bideford, North Devon","image":["https://coastlinesports.uk/wp-content/uploads/2024/10/boards-1-a.jpg"],"mpn":"991119","sku":"9911197","aggregateRating":{"@type":"AggregateRating","ratingValue":5,"reviewCount":90,"bestRating":5,"worstRating":1},"review":{"@type":"Review","reviewBody":"Fantastic morning coasteering in Croyde, instructor Ashley was great and very knowledgeable on where to jump highly recommend using them very professional","datePublished":"2024-10-17","author":{"@type":"Person","name":"paul kearns"},"reviewRating":{"@type":"Rating","ratingValue":5}}}\n\n[/cs_content_seo][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][cs_element_section _id="126" ][cs_element_layout_row _id="127" ][cs_element_layout_column _id="128" ][cs_element_headline _id="129" ][cs_content_seo]News and Articles\n\n[/cs_content_seo][x_recent_posts type="post" count="3" offset="" category="" orientation="horizontal" no_sticky="true" no_image="false" fade="false" class="man"][/cs_element_layout_column][/cs_element_layout_row][cs_element_layout_row _id="131" ][cs_element_layout_column _id="132" ][/cs_element_layout_column][cs_element_layout_column _id="133" ][cs_element_button _id="134" ][cs_content_seo]View More\n\n[/cs_content_seo][/cs_element_layout_column][cs_element_layout_column _id="135" ][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][cs_element_section _id="136" ][cs_element_layout_row _id="137" ][cs_element_layout_column _id="138" ][cs_element_global_block _id="139" ][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][cs_element_section _id="140" ][cs_element_layout_row _id="141" ][cs_element_layout_column _id="142" ][cs_element_global_block _id="143" ][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][/cs_content]

