gynecology associates macon, ga
He returned to Macon for medical school at Mercer University School of Medicine. Residents in Macon and Warner Robins, Georgia, who are searching for a personable gynecologist and cosmetic surgeon for their womens health issues, should schedule a time to meet with Dr. Umerah and his team at Womens Health Institute for excellent patient care and expert solutions. Happy 4th of July from Ob/Gyn Specialists! Gynecology Associates is business in Macon, 31201 United States. "===d2&&(h2=true),this.addDigit(d2,h2);return this.startWatchingMutations()},a2.prototype.update=function(a3){var b2,c2=this;return a3=this.cleanValue(a3),(b2=a3-this.value)? I have never been to an office where people were so caring so gentle and had amazing bed side manner until now. Dr. Brooks Dr. Byron A. Brooks | Macon GYN OB Dr. Brooks is a board eligible obstetrician and gynecologist. Providers Overview Location Reviews Providers Dr. Byron Brooks Jr, MD Obstetrics & Gynecology 0 Ratings Danielle Brown, CNM Midwifery 0 Ratings Dr. Stephen Durkee, MD Obstetrics & Gynecology 33 Ratings font-style: normal; let videoSource = video.target.children[source]; "use strict";var __async=(__this,__arguments,generator)=>{return new Promise((resolve,reject)=>{var fulfilled=value=>{try{step(generator.next(value))}catch(e){reject(e)}};var rejected=value=>{try{step(generator.throw(value))}catch(e){reject(e)}};var step=x=>x.done?resolve(x.value):Promise.resolve(x.value).then(fulfilled,rejected);step((generator=generator.apply(__this,__arguments)).next())})};const Menu={originalMenuPosition:null,prevWindowWidth:null,stickTopSectionHeightTimerID:null,menuResizingTimerId:null};let attribute="data-menuposition";function ifExistsWithDefault(value,action,defaultValue){if(value){return action(value)}else{return defaultValue}}function correctSubmenusPositions(site){site.setAttribute("data-menucalculator","active");let htmlCollection=document.getElementsByClassName("submenu");let array=[].slice.call(htmlCollection);let docWidth=document.body.clientWidth;array.forEach(item=>{item.style.left="22px";if(item.clientWidth+item.parentNode.offsetLeft>docWidth){let offset=docWidth-(item.clientWidth+item.parentNode.offsetLeft);item.style.left=offset+"px"}});site.setAttribute("data-menucalculator","inactive")}const setResizeHorizontal=()=>{if(Menu.menuResizingTimerId){clearTimeout(Menu.menuResizingTimerId)}Menu.menuResizingTimerId=setTimeout(()=>{const site=document.querySelector("div.website[data-menuposition]");site==null?void 0:site.setAttribute("resize-horizontal","false")},800)};function menuCalculations(){return()=>__async(this,null,function*(){const site=document.querySelector("div.website[data-menuposition]");if(site){const initialSiteMenuPosition=site.getAttribute(attribute);site.setAttribute("menu-collapse","false");site.setAttribute("menu-shrink","false");site.setAttribute("resize-horizontal","true");if(Menu.originalMenuPosition===null){Menu.originalMenuPosition=initialSiteMenuPosition}if(Menu.originalMenuPosition!==initialSiteMenuPosition&&initialSiteMenuPosition!=="full_menu"){Menu.originalMenuPosition=initialSiteMenuPosition}site.setAttribute(attribute,Menu.originalMenuPosition)}let websiteLogo=document.querySelector('.top_menu img[data-elementtype="ICON"]');if(websiteLogo&&!websiteLogo.complete){websiteLogo.onload=menuCalculations}let siteMenuPosition=site?site.getAttribute(attribute):void 0;let numOfLink=ifExistsWithDefault(document.querySelectorAll(".top_menu .links > li"),v=>v.length,0);let leftWidth=0;let rightWidth=0;let prevLeftWidth=0;let prevRightWidth=0;let entireWidth=0;let foundMiddleFromLeft=false;let foundMiddleFromRight=false;let compensationToMiddle=0;ifExistsWithDefault(document.querySelectorAll(".top_menu .links > li"),allLinks=>allLinks.forEach(function(arrayItem){arrayItem.setAttribute("ismiddle","false");entireWidth=entireWidth+arrayItem.clientWidth}));ifExistsWithDefault(document.querySelectorAll(".top_menu .links > li"),allLinks=>allLinks.forEach(function(arrayItem,idx){leftWidth=leftWidth+arrayItem.clientWidth;rightWidth=rightWidth+allLinks[allLinks.length-idx-1].clientWidth;if(leftWidth>=entireWidth/2&&foundMiddleFromLeft==false){foundMiddleFromLeft=idx-1;prevLeftWidth=leftWidth}if(rightWidth>=entireWidth/2&&foundMiddleFromRight==false){foundMiddleFromRight=idx+1;prevRightWidth=rightWidth}}));let identityWidth=ifExistsWithDefault(document.querySelector(".top_menu .identity"),v=>v.scrollWidth,0);document.documentElement.style.setProperty("--identity-width",identityWidth+"px");let allLinksArray=document.querySelectorAll(".top_menu .links > li");if(prevRightWidth>prevLeftWidth){allLinksArray[foundMiddleFromLeft].setAttribute("ismiddle","true");compensationToMiddle=(entireWidth-prevRightWidth-prevRightWidth)/-2}else{const indexFromLeftTemp=allLinksArray.length-foundMiddleFromRight-1;if(allLinksArray[indexFromLeftTemp]){allLinksArray[indexFromLeftTemp].setAttribute("ismiddle","true")}compensationToMiddle=(entireWidth-prevRightWidth-prevRightWidth)/-2}let editorMenuHeight=ifExistsWithDefault(document.querySelector("header"),v=>v.scrollHeight,0);let identityHeight=ifExistsWithDefault(document.querySelector(".top_menu .identity"),v=>v.scrollHeight,0);let buttonsHeight=ifExistsWithDefault(document.querySelector(".top_menu .buttons"),v=>v.scrollHeight,0);let linksHeight=ifExistsWithDefault(document.querySelector(".top_menu .buttons"),v=>v.scrollHeight,0);let button1Height=ifExistsWithDefault(document.querySelector('.top_menu .buttons div[data-elementtype="BUTTON"]'),v=>v.scrollHeight,0);let button2Height=ifExistsWithDefault(document.querySelector('.top_menu .buttons div[data-elementtype="BUTTON2"]'),v=>v.scrollHeight,0);let button3Height=ifExistsWithDefault(document.querySelector('.top_menu .buttons div[data-elementtype="BUTTON3"]'),v=>v.scrollHeight,0);const maxButtonHeight=Math.max(button1Height,button2Height,button3Height);let menuTop=document.getElementsByClassName("top_menu");let menuTopInstance=menuTop&&menuTop[0];if(!menuTopInstance)return;document.documentElement.style.setProperty("--links-height",linksHeight+"px");document.documentElement.style.setProperty("--buttons-height",buttonsHeight+"px");document.documentElement.style.setProperty("--num-of-links",numOfLink);document.documentElement.style.setProperty("--compensation-to-middle",compensationToMiddle+"px");let windowWidthNormalized=window.innerWidth;let windowHeight=window.innerHeight||document.documentElement.clientHeight||document.body.clientHeight;let mobileCheck=false;if(/Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(navigator.userAgent)){mobileCheck=true}let buttonsWidth=ifExistsWithDefault(document.querySelector(".top_menu .buttons"),v=>v.clientWidth,0);let linksWidth=ifExistsWithDefault(document.querySelectorAll(".top_menu .links .main-links"),v=>{let linksWidth2=0;v.forEach(link=>{var _a;const menuParent=link.querySelector(".menu-parent");const styles=window.getComputedStyle(link);const spacing=parseInt(styles.borderLeftWidth)+parseInt(styles.borderRightWidth)+parseInt(styles.marginLeft)+parseInt(styles.marginRight)+parseInt(styles.paddingRight)+parseInt(styles.paddingLeft);linksWidth2+=(menuParent==null?void 0:menuParent.offsetWidth)?menuParent.offsetWidth+(spacing||0):(_a=link.scrollWidth)!=null?_a:0});return linksWidth2},0);let linksHeightLatest=ifExistsWithDefault(document.querySelector(".top_menu .links"),v=>v.clientHeight,0);const spaceForSideMenuSpread=Math.max(0,windowHeight-identityHeight-linksHeightLatest-buttonsHeight-editorMenuHeight-80);document.documentElement.style.setProperty("--side-menu-space",spaceForSideMenuSpread+"px");if(buttonsHeight>maxButtonHeight*2&&siteMenuPosition!=="full_menu"){site&&site.setAttribute("menu-collapse","true")}let collapseCheck=false;if(site){switch(siteMenuPosition){case"top_menu_fixed":if(linksWidth+identityWidth>windowWidthNormalized){collapseCheck=true}correctSubmenusPositions(site);break;case"top_menu":if(linksWidth+identityWidth>windowWidthNormalized){collapseCheck=true}correctSubmenusPositions(site);break;case"fix_menu":if(linksWidth+identityWidth+buttonsWidth>windowWidthNormalized){collapseCheck=true}correctSubmenusPositions(site);break;case"fix_menu_bright":if(linksWidth+identityWidth+buttonsWidth>windowWidthNormalized){collapseCheck=true}correctSubmenusPositions(site);break;case"middle_transparent_menu":if(linksWidth>windowWidthNormalized){collapseCheck=true}correctSubmenusPositions(site);break;case"simple_menu":if(linksWidth>windowWidthNormalized||identityWidth+buttonsWidth>windowWidthNormalized){collapseCheck=true}correctSubmenusPositions(site);break;case"center_logo_menu":if(linksWidth>windowWidthNormalized||identityWidth+buttonsWidth>windowWidthNormalized){collapseCheck=true}correctSubmenusPositions(site);break}}if(windowWidthNormalized<600||mobileCheck||collapseCheck){if(siteMenuPosition!=="full_menu"&&siteMenuPosition!=="transparent_menu"){site.setAttribute(attribute,"full_menu");siteMenuPosition="full_menu"}}else{if(!!site&&! Every time i have an appointment it's an great experience the staff is very friendly from check in / nurse / check out and Dr. Umerah. Obstetrics & Gynecology 1 Provider . Out of all the doctors I went to see about my situation he treated me the best and handed it quite swiftly. Complete obstetrical care for both normal and complicated pregnancies. "use strict";const Slideshow={items:{}};Slideshow.init=function({slideShowsSections=void 0,runFromEditor=false}){if(document.readyState!=="complete"){window.addEventListener("load",()=>{Slideshow.init({slideShowsSections,runFromEditor})});return}if(slideShowsSections===void 0){slideShowsSections=document.querySelectorAll("section[data-arranger='flex']")}let currentSlideShowsSectionsIds={};slideShowsSections.forEach(slideshow=>{const slideshowId=slideshow.getAttribute("id");const update=Slideshow.initSlideShowItem(slideshowId,slideshow,runFromEditor);currentSlideShowsSectionsIds[slideshowId]=slideshowId;slideshow.getAttribute("data-autoplay");if(update){const currentIndex=extractActiveDot(Slideshow.items[slideshowId].slideshow);if(currentIndex===-1){Slideshow.showSlide({slideShowData:Slideshow.items[slideshowId],runFromEditor})}else{Slideshow.showSlide({slideShowData:Slideshow.items[slideshowId],index:currentIndex,runFromEditor})}}});cleanup(currentSlideShowsSectionsIds)};const cleanup=currentSlideShowsSectionsIds=>{Object.keys(Slideshow.items).forEach(key=>{if(key&&!currentSlideShowsSectionsIds[key]){if(Slideshow.items[key].reOrderObserver){Slideshow.items[key].reOrderObserver.disconnect()}if(Slideshow.items[key].slideEffectObserver){Slideshow.items[key].slideEffectObserver.disconnect()}delete Slideshow.items[key]}})};Slideshow.initSlideShowItem=function(slideshowId,slideshow,runFromEditor){const slideEffectAnimation=querySelectSlideEffect(slideshow);const durationBetweenSlides=parseInt(slideshow.getAttribute("data-durationbetweenslides"))||4;const doAutoplay=slideshow.getAttribute("data-autoplay")==="autoplay";const pagination=generatePagination(slideshow,slideshowId);const arrowsColor=slideshow.getAttribute("data-arranger-arrows-color");const arrows=slideshow.getAttribute("data-arranger-arrows-position");let allSlides=querySelectSlides(slideshow);let sectionChildrenElement=slideshow.querySelector(".section-children");Slideshow.items[slideshowId]={slideEffectObserver:void 0,reOrderObserver:void 0,timeOutId:void 0,activeSlideIndex:void 0,prevActiveSlideIndex:void 0,isAutoPlay:!! FACOG (Emeritus), Coliseum Medical Center font-family: 'Raleway'; is married and has four children. Dr. Durkee is a Fellow of the American College of Obstetrics and Gynecology and a diplomat of the American Board of Obstetrics and Gynecology. He takes time and care with every patient. "use strict";class RateLimiter{constructor(fillRate,bucketSize,retryOnErrors=void 0){this.add=action=>{const curMillis=this.fillBucket();const recovery=e=>{if((retryOnErrors||[]).find(_=>e.message.includes(_))){console.debug(`recovering from error [${e.message}]`);return this.add(action)}else{return Promise.reject(e)}};if(this.curTokens>0){this.curTokens-=1;return action().catch(recovery)}else{const clientPromise=new Promise((resolve,reject)=>{this.queue.push(()=>{return action().then(resolve).catch(recovery).catch(e=>reject(e))})});if(!this.pendingFlush){this.pendingFlush=setTimeout(this.flush,1+1e3-curMillis%1e3)}return clientPromise}};this.flush=()=>{const curMillis=this.fillBucket();if(this.pendingFlush){clearTimeout(this.pendingFlush);this.pendingFlush=void 0}if(this.queue.length>0){while(this.curTokens>0&&this.queue.length>0){this.curTokens-=1;const pendingCall=this.queue.shift();pendingCall&&pendingCall()}}if(this.queue.length>0){this.pendingFlush=setTimeout(this.flush,1e3-curMillis%1e3)}return curMillis};this.fillBucket=()=>{const curMillis=new Date().getTime();const curSeconds=Math.round(curMillis/1e3);if(this.lastIncrementTime===0){this.curTokens=this.bucketSize}else if(this.curTokens!==this.bucketSize&&this.lastIncrementTime!==curSeconds){const secondsDiff=curSeconds-this.lastIncrementTime;this.curTokens=Math.min(this.bucketSize,secondsDiff*this.fillRate)}this.lastIncrementTime=curSeconds;return curMillis};this.bucketSize=bucketSize;this.fillRate=fillRate;this.queue=[];this.lastIncrementTime=0;this.curTokens=0;this.fillBucket()}}window.RateLimiter=RateLimiter;const debounceHandles=new Map;const debounce=(id,waitSeconds,action)=>{if(debounceHandles.has(id)){clearTimeout(debounceHandles.get(id));debounceHandles.delete(id)}debounceHandles.set(id,setTimeout(()=>{debounceHandles.delete(id);action()},waitSeconds*1e3))};window.debounce=debounce;const createArrowSvg=()=>{const arrowForwardSvg=document.createElementNS("http://www.w3.org/2000/svg","svg");const arrowForwardPath=document.createElementNS("http://www.w3.org/2000/svg","path");arrowForwardSvg.setAttribute("aria-hidden","true");arrowForwardSvg.setAttribute("viewbox","0 0 24 24");arrowForwardSvg.setAttribute("focusable","false");arrowForwardPath.setAttribute("d","M6.23 20.23 8 22l10-10L8 2 6.23 3.77 14.46 12z");arrowForwardPath.setAttribute("fill","none");arrowForwardSvg.setAttribute("width","24px");arrowForwardSvg.setAttribute("height","24px");arrowForwardSvg.appendChild(arrowForwardPath);return arrowForwardSvg};window.createArrowSvg=createArrowSvg; I can't thank you all enough! if (event.target.duration - event.target.currentTime < 0.5) { All the best to all of our fathers on this special day! Building A, Suite 100, Macon, GA 31217. Surgeries can be nerve wracking but Ive always felt at ease before each procedure. Cancel Search. Enjoy the long weekend and always.. One of our caring, qualified staff performing an ultrasound. I was very pleased with my visit. Dr. Umerah is very professional and personable. Qualified physicians to care for our patients. Dr. Davis graduated from the Medical College of Georgia At Georgia Regents University in 1992. 2005 - 2023 WebMD LLC, an Internet Brands company. Dr. Durkee is originally from Macon, Georgia and attended Stratford Academy. I love the fact that he took time to listen to what I had to say there was no rush.also I felt the Peace of God when we were discussing the things thats going to take place. She completed her post graduate training in family medicine at the University of Pittsburgh Medical Center. Dr. Byron Brooks Jr, MD - Obstetrics & Gynecology Specialist in Macon He is a Phenomenal Doctor and overall good person. I love Dr Umerah he has been the best ever since Ive been going to him highly recommended In my book. Trusted General Gynecology, Vein Ablation Specialists, Cosmetic Gynecologists & Cosmetic Surgeons serving the patients of Macon and Warner Robins, GA. He always takes the time to listen to his patients concerns and provides the best solutions possible for their womens health issues and goals. Ive been going to Dr. Umerah for years! Dr. Felisha Kitchen, MD - Obstetrics & Gynecology Specialist in Macon ("IntersectionObserver"in window)){}else if("IntersectionObserver"in window){const lazyOdoInstances=lazyOdos.map(odoEl=>{const initialValue=odoEl.innerText.trim();odoEl.setAttribute(odoDataAttribute,initialValue);return new Odometer({el:odoEl,value:0,format:initialValue.includes(",")? Macon, GA 31201. !showMoreButton){container.removeChild(showMoreButton)}}}};window.Pagination=Pagination; The staff was very friendly I love that.and also Dr. Umerah was very attentive I love that shows that he is concerned heard great things about his wife cant wait to meet her as well. Nnaemeka Umerah, MD, and his team offer complete health care for womens reproductive health and aesthetic concerns. .website section[data-arrangergallerycols="2"] article{width:50%}.website section[data-arrangergallerycols="3"] article{width:33.33333333333%}.website section[data-arrangergallerycols="4"] article{width:25%}@media only screen and (max-width: 680px){.website section[data-layoutclass=right-center] article .pic-side,.website section[data-layoutclass=right-right] article .pic-side,.website section[data-layoutclass=right-left] article .pic-side,.website section[data-layoutclass=left-center] article .pic-side,.website section[data-layoutclass=left-right] article .pic-side,.website section[data-layoutclass=left-left] article .pic-side,.website section[data-layoutclass=top-center] article .pic-side,.website section[data-layoutclass=top-left] article .pic-side,.website section[data-layoutclass=top-right] article .pic-side,.website section[data-layoutclass=bottom-left] article .pic-side,.website section[data-layoutclass=bottom-right] article .pic-side,.website section[data-layoutclass=bottom-center] article .pic-side{min-height:var(--arranger-item-min-height, 250px)!important}.website section[data-layoutclass=middle-left]:not[data-arranger=flex] article,.website section[data-layoutclass=middle-right]:not[data-arranger=flex] article,.website section[data-layoutclass=middle-center]:not[data-arranger=flex] article,.website section[data-layoutclass=middle-left]:not[data-arranger=carousel] article,.website section[data-layoutclass=middle-right]:not[data-arranger=carousel] article,.website section[data-layoutclass=middle-center]:not[data-arranger=carousel] article{min-height:250px!important}}@media only screen and (max-width: 850px){.website section[data-arrangergallerycols="10"]:not([data-arranger="carousel"]) article,.website section[data-arrangergallerycols="9"]:not([data-arranger="carousel"]) article,.website section[data-arrangergallerycols="8"]:not([data-arranger="carousel"]) article,.website section[data-arrangergallerycols="7"]:not([data-arranger="carousel"]) article,.website section[data-arrangergallerycols="6"]:not([data-arranger="carousel"]) article,.website section[data-arrangergallerycols="5"]:not([data-arranger="carousel"]) article,.website section[data-arrangergallerycols="4"]:not([data-arranger="carousel"]) article{width:25%!important;flex-grow:1}}@media only screen and (max-width: 680px){.website section[data-arrangergallerycols="10"]:not([data-arranger="carousel"]) article,.website section[data-arrangergallerycols="9"]:not([data-arranger="carousel"]) article,.website section[data-arrangergallerycols="8"]:not([data-arranger="carousel"]) article,.website section[data-arrangergallerycols="7"]:not([data-arranger="carousel"]) article,.website section[data-arrangergallerycols="6"]:not([data-arranger="carousel"]) article,.website section[data-arrangergallerycols="5"]:not([data-arranger="carousel"]) article,.website section[data-arrangergallerycols="4"]:not([data-arranger="carousel"]) article{width:40%!important;flex-grow:1}.website section[data-arrangergallerycols="3"]:not([data-arranger="carousel"]) article,.website section[data-arrangergallerycols="2"]:not([data-arranger="carousel"]) article{width:50%!important;flex-grow:1}}@media only screen and (max-width: 480px){.website section[data-layoutclass=middle-center] article,.website section[data-layoutclass=middle-left] article,.website section[data-layoutclass=middle-right] article{min-height:20vw}.website section[data-arrangergallerycols="8"]:not([data-arranger="carousel"]) article,.website section[data-arrangergallerycols="7"]:not([data-arranger="carousel"]) article,.website section[data-arrangergallerycols="6"]:not([data-arranger="carousel"]) article,.website section[data-arrangergallerycols="5"]:not([data-arranger="carousel"]) article,.website section[data-arrangergallerycols="4"]:not([data-arranger="carousel"]) article,.website section[data-arrangergallerycols="3"]:not([data-arranger="carousel"]) article,.website section[data-arrangergallerycols="2"]:not([data-arranger="carousel"]) article{width:100%!important;flex-grow:1}}.website section[data-arrangergallerycols="5"]:not([data-arranger="carousel"]) article{width:20%}.website section{position:relative;width:100%;min-height:0}.website section[data-layouttype=menu]{min-height:auto}.website section .children{width:100%;min-height:inherit;position:relative;display:flex;flex-wrap:wrap;margin-left:auto;margin-right:auto;align-items:flex-start}.website section .children .section-children{width:100%;min-height:inherit;position:relative;display:flex;flex-wrap:wrap;margin-left:auto;margin-right:auto}.website section[data-arranger=carousel] article.section-header,.website section[data-arranger=matrix] article.section-header{width:100%!important;min-height:0!important;height:inherit!important}@media only screen and (min-width: 880px){.website section[data-headerposition=right],.website section[data-headerposition=left]{display:flex;align-items:flex-start}.website section[data-headerposition=right] .children .section-children,.website section[data-headerposition=left] .children .section-children{width:70%!important}.website section[data-headerposition=right] article.section-header,.website section[data-headerposition=left] article.section-header{width:calc(30% - var(--arranger-item-spacing) - var(--arranger-item-spacing))!important;margin-right:0!important;margin-bottom:0!important}.website section[data-blocksverticalalign=bottom][data-headerposition=right] article.section-header,.website section[data-blocksverticalalign=bottom][data-headerposition=left] article.section-header{align-self:flex-end}.website section[data-blocksverticalalign=center][data-headerposition=right] article.section-header,.website section[data-blocksverticalalign=center][data-headerposition=left] article.section-header{align-self:center}.website section[data-blocksverticalalign=top][data-headerposition=right] article.section-header,.website section[data-blocksverticalalign=top][data-headerposition=left] article.section-header{align-self:flex-start}.website section[data-headerposition=left] .children{flex-direction:row}.website section[data-headerposition=right] .children{flex-direction:row-reverse}.website section[data-arranger=carousel][data-headerposition=right] article.section-header,.website section[data-arranger=carousel][data-headerposition=left] article.section-header{width:calc(30% - var(--arranger-item-spacing, 0px) - var(--arranger-item-spacing, 0px))!important}.website section[data-arranger=carousel][data-headerposition=right] .children .glide,.website section[data-arranger=carousel][data-headerposition=left] .children .glide{overflow:hidden;width:calc(70% - var(--carousel-arrows-padding))!important;padding:0 calc(calc(2 * var(--original-carousel-gap) + var(--carousel-arrows-padding)) * var(--carousel-arrows-outside));margin:0 auto}.website section[data-arranger=carousel][data-headerposition=right] .children .glide .glide__track .glide__arrows.arrows-outside .glide__arrow--left,.website section[data-arranger=carousel][data-headerposition=left] .children .glide .glide__track .glide__arrows.arrows-outside .glide__arrow--left{left:0}.website section[data-arranger=carousel][data-headerposition=right] .children .glide .glide__track .glide__arrows.arrows-outside .glide__arrow--right,.website section[data-arranger=carousel][data-headerposition=left] .children .glide .glide__track .glide__arrows.arrows-outside .glide__arrow--right{right:0}.website section[data-arranger=carousel][data-headerposition=right] .children .section-header,.website section[data-arranger=carousel][data-headerposition=left] .children .section-header{margin-bottom:0}.website section[data-arranger=carousel][data-headerposition=right] .children .glide .glide__track,.website section[data-arranger=carousel][data-headerposition=left] .children .glide .glide__track{display:grid}.website section[data-arranger=carousel][data-headerposition=right] .children .section-children,.website section[data-arranger=carousel][data-headerposition=left] .children .section-children{width:auto!important}.website section[data-arranger=carousel][data-headerposition=left] .children{flex-direction:row}.website section[data-arranger=carousel][data-headerposition=right] .children{flex-direction:row-reverse}}.website section[data-arranger=matrix] article.pic-side{display:none}.website section[data-arrangersubtype=mazonite] article{min-height:min-content;justify-content:end;display:inline-block;position:absolute}.website section[data-arrangersubtype=mazonite][data-layoutclass=bottom-center] article.section-item .pic-side{flex-grow:0}.website section[data-arrangersubtype=mazonite] article .pic-side img{height:auto;position:relative}.website section[data-arrangersubtype=mazonite] .children{display:flex;flex-flow:column wrap;max-width:100%}.website section[data-arrangersubtype=mazonite] article{flex:1 0 auto;overflow:hidden}section[data-arranger=flex] article{flex:0 0 100%;overflow:hidden;min-height:inherit}section[data-arranger=carousel] article{flex:none;overflow:hidden}.website section[data-arranger=carousel] .children,.website section[data-arranger=flex] .children{overflow:hidden;flex-wrap:nowrap}.website section[data-arranger=carousel] .children,.website section[data-is-slide-section=true] .children{flex-direction:column}.website section[data-arranger=carousel] .children .section-header{align-self:center}.website section[data-arranger=flex] .children .section-children{overflow:hidden;flex-wrap:nowrap}.website section[data-arranger=carousel] .children .section-children{flex-wrap:nowrap}.website section[data-arranger=flex] article.slide-animation{transition:transform 1s cubic-bezier(.165,.84,.44,1)}.website section[data-arranger=flex] article.fade-animation{position:absolute;inset:0;z-index:-1;display:none}.website section[data-is-slide-section=false] article.slide-animation{transform:translate(0)!important}.website section[data-is-slide-section=true] article.fade-animation{transform:translate(0)!important}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes fadeIn{0%{opacity:.1}to{opacity:1}}.website section[data-arranger=flex] article.fade-animation.prev-visible-slide{z-index:2;display:inherit;animation-name:fadeOut;animation-fill-mode:forwards;animation-timing-function:ease-in-out}.website section[data-arranger=flex] article.fade-animation.visible-slide{z-index:3;position:relative;display:inherit;animation-name:fadeIn;animation-fill-mode:forwards;animation-timing-function:ease-in-out}.website section[data-arranger=flex] .pagination{position:absolute;bottom:20px;left:50%;transform:translate(-50%);z-index:4}.website section[data-arranger=flex][data-carousel-bullets-position=outside] .pagination{position:relative;text-align:center;display:flex;flex:1;justify-content:center;padding:10px;z-index:4;transform:unset;left:unset;bottom:unset}.website section[data-arranger=flex][data-carousel-bullets-position=none] .pagination{display:none}.website section[data-arranger=carousel] .pagination{display:grid;justify-content:center;grid-auto-flow:column;padding:20px}.website section[data-arranger=flex] .pagination .slide-dot,.website section[data-arranger=carousel] .pagination .slide-dot{cursor:pointer;float:left;background-color:gray;width:9px;height:9px;border-radius:7px;margin:2px;z-index:4;box-shadow:0 .25em .5em #0000001a}.website section[data-arranger=flex] .pagination .slide-dot{transition:all .3s ease-in-out}.website section[data-arranger=flex].section[data-arranger-pagination-style=lines] .pagination .slide-dot{height:4px;width:19px;border-radius:10%;border:none}.website section[data-arranger=flex].section[data-arranger-pagination-style=lines] .pagination .slide-dot.active{width:40px}.website section[data-arranger=flex].section[data-arranger-pagination-style=hollow] .pagination .slide-dot{box-sizing:border-box;background-color:transparent;border-style:solid;border-color:gray;border-width:1px}.website section[data-arranger=flex].section[data-arranger-pagination-style=hollow] .pagination .slide-dot.active{background-color:gray;border-color:gray}.website section[data-arranger=flex].section[data-arranger-pagination-style=expanded-dots] .pagination .slide-dot{cursor:pointer;margin:3px;border-radius:4px;border:none;width:11px}.website section[data-arranger=flex].section[data-arranger-pagination-style=expanded-dots] .pagination .slide-dot.active{width:20px}.website section[data-arranger=flex] .pagination .slide-dot.active,.website section[data-arranger=flex] .pagination .slide-dot:hover,.website section[data-arranger=carousel] .pagination .slide-dot.active,.website section[data-arranger=carousel] .pagination .slide-dot:hover{background-color:#e6e6e6;box-shadow:0 .25em .5em #0000001a}section[data-arranger=flex] .arrow,section[data-arranger=carousel] .arrow{border:solid white;border-width:0 3px 3px 0;display:inline-block;padding:6px;transform:rotate(-45deg);-webkit-transform:rotate(-45deg);position:absolute;right:6%;top:50%;content:""}.website section[data-arranger=carousel] .gallery-pagination{display:none}.website section[data-arranger=matrix] .gallery-pagination{display:flex;width:100%;align-items:center}.website section[data-arranger=matrix] .gallery-pagination .pagination-more-button.pagination_variant_1{margin:20px auto 40px;cursor:pointer;padding:10px;font-family:arial,serif;color:#a9a9a9;font-size:14px;border:1px solid darkgray;position:relative}.website section[data-arranger=matrix] .gallery-pagination .pagination-more-button.pagination_variant_2{margin:20px auto 40px;cursor:pointer;padding:10px;font-family:arial,serif;color:#fff;font-size:14px;border:1px solid white;position:relative}.website section[data-arranger=matrix] .gallery-pagination .pagination-more-button.pagination_variant_3{margin:20px auto 40px;cursor:pointer;padding:10px;font-family:arial,serif;color:#fff;font-size:14px;border:0 solid white;position:relative;background-color:gray}
What Beaches Can You Drink Alcohol On In Florida,
Articles G