/*   
 * Theme Name: Theme Name
 * Theme URI: http://www.domainname.com/
 * Description: Developed by SocialDoctor
 * Author: SocialDoctor
 * Author URI: http://www.socialdoctor.com/
 * Version: 1
 */


/* Site Wide */
body{ font-family:"europa"; background-color:#fdfdfc; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;}
[data-toggle="tooltip"]:hover{ cursor: pointer; }
a{ cursor: pointer; }
a:hover,
a:visited,
a:focus{ text-decoration: none; }
.category-title{ color:#137d79; text-transform: uppercase; letter-spacing: 1px;font-size: 0.875rem;text-transform: uppercase;margin-bottom: 23px; display: block; font-weight: 600;}
/*.contentWrapper{ padding:5rem 0 }*/
.expand-width{ width:100% }
.expand-width > .img-fluid{ width:100% }
.alignright{ float:right; display: inline-block; margin-left:30px;}
.alignleft{ float:left; display: inline-block; margin-right:30px;}
.aligncenter{ display: block; margin: 0 auto; }
.iframe-map { max-width: 100%; height: 450px; }
.pano-videos canvas{ max-width:100% !important; height: auto; }
.add-divider{ border-top: 1px solid #EEE; margin-top: 60px; padding-top: 60px; }
.hidden-all { display: none !important; }
.iframeWrapper { position: relative; width: 100%; height: 0; padding-bottom: 56.25%; margin-bottom: 40px; }
.iframeWrapper > iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
/* Bootstrap Overwrite */
.container-fluid{ max-width:1380px; }
.btn-link:hover{ text-decoration: none; }
.dropdown-item{ white-space: normal; }
.dropdown-toggle::after {
    width: 14px;
    height: 20px;
    content: "";
    border-top: 0 solid;
    border-right: 0 solid transparent;
    border-bottom: 0;
    border-left: 0 solid transparent;
    background-image: url('images/arrow-down-white.png');
    background-repeat: no-repeat;
    margin-left: 0;
    background-position: bottom center;
    margin-top: 2px;
}
.dropdown-menu{ border:0; box-shadow: 0 0 10px rgba(0,0,0,0.1); }
.dropdown-divider{ margin: 0 25px !important; }

.overflow-x-hidden { overflow-x:hidden;  }
/* Containers Padding Control */
.no-margin { margin-left: 0 !important; margin-right: 0 !important; }
.no-padding { padding-left: 0 !important; padding-right: 0 !important; }
.top-margin-30 { margin-top: 30px }
.bottom-margin-30 { margin-bottom: 30px }
.top-padding-60 { padding-top: 60px }
.bottom-padding-60 { padding-bottom: 60px }
.top-padding-70 { padding-top: 70px }
.bottom-padding-70 { padding-bottom: 70px }
.top-padding-90 { padding-top: 90px }
.bottom-padding-90 { padding-bottom: 90px }
.top-padding-50 { padding-top: 50px }
.bottom-padding-50 { padding-bottom: 50px }
.top-margin-50 { margin-top: 50px }
.bottom-margin-50 { margin-bottom: 50px }
.top-padding-100 { padding-top: 100px }
.bottom-padding-100 { padding-bottom: 100px }
.top-padding-110 { padding-top: 110px }
.bottom-padding-110 { padding-bottom: 110px }
.top-padding-120 { padding-top: 120px }
.bottom-padding-120 { padding-bottom: 120px }
.top-padding-160 { padding-top: 160px }
.bottom-padding-160 { padding-bottom: 160px }
.top-padding-146 { padding-top: 146px }
.bottom-padding-146 { padding-bottom: 146px }
.top-bottom-padding-160 { padding-top: 155px; padding-bottom: 155px; }
.container-fluid { max-width: 1360px; }
.ligh-gray-bg { background-color: #fbf9f7; border-top:1px solid #ebe8e5; border-bottom:1px solid #ebe8e5; overflow: hidden; }

.max-expand-center { max-width: 1180px; }
.snippet-max-expand { max-width: 680px; }

#alertMessage{background-color:#a66a31;height:auto;padding:8px;}
#alertMessage p{color:#FFF;font-size: 1rem;text-align: center;margin-bottom: 0;}
#alertMessage a{ color: #FFF;  }

/* Header */
#header { position: relative; z-index: 999999; background-color: #FFF; }
#header.affix { position: fixed; top:0;left: 0;width: 100%; }
#header .container-fluid .row{ height: 150px; }
#logo > a { max-width: 350px; }
/* Main Navigation */
#header ul.nav > li{ font-size: 0.9375rem; padding: 13px 0; position: relative; letter-spacing: 2px; height: 100%;display:flex; align-items: center !important; }
#header ul.nav li a{ color:#454545; text-transform: uppercase; }
#header ul.nav > li a.nav-link{ padding:0 10px; }
#header ul.nav li.contactBtn { background-color: #26728c; border: 0 none; text-align: center;  }
#header ul.nav li.contactBtn > a{ color:#FFF;width: 170px; font-weight: 600;}
#header ul.nav li.contactBtn li { text-align: left }



.sub-menu { display: none; list-style:none; }
#header ul.nav > li:hover > .sub-menu{ display: block; }
#header ul.nav > li > .sub-menu { box-shadow: 0 0 10px rgba(0,0,0,0.1); background-color:#FFF; border-radius: 5px;left: 0; position: absolute; right: 0;width: 300px; top:130px; margin: 0 auto 0 -80px;padding: 20px 30px 20px 30px;list-style: none; }
#header ul.nav li .sub-menu:after { content: '▼'; width: 100%; height: 26px; position: absolute; left: 0; right: 0; top: -24px; margin: 0 auto; color: rgb(255, 255, 255); font-size: 20px; text-shadow: 0px -3px 5px rgba(0,0,0,0.05); text-align: center; display:none; }
#header ul.nav li .sub-menu li{ padding: 0 !important; letter-spacing: 0.5px; font-size: 1rem;background-color:#FFF; }
#header ul.nav li .sub-menu li:hover a{ color: #26728c; }
#header ul.sub-menu li a { color:#676767; margin: 0 30px; padding: 7px 0 !important; text-transform:none; }
#header ul.nav li .sub-menu li:last-child a{ border-bottom:0 none !important; }

#header ul.nav li .sub-menu li .sub-menu { background-color:#FFF; padding-left: 0; }
#header ul.nav li .sub-menu li:hover .sub-menu { display: block; }

#sideNav { display: none; position: fixed; top: 0; z-index: 999999999; background-color: #FFF; padding: 0; right: -420px; height: 100%; width: 100%; overflow-y: scroll }
#sideNav .close { display: none }
#sideNav .nav { margin-bottom: 62px }
#sideNav ul li { display: block; width: 100%; position: relative; line-height: 1.7 }
#sideNav ul li.largerFont a { font-size: 1rem; padding: 0.75rem 0 }
#sideNav ul li a { color: #000; text-transform: uppercase; font-size: 0.9375rem; letter-spacing: 1px; padding: 0.55rem 0; width: 100%; position: relative }
#sideNav ul li a:hover { color: #3794a3 }
#sideNav ul.nav > li { line-height: 2.1 !important }
#sideNav.show { display: block; z-index: 99999999 }
#sideNav .btn-primary{margin-top: 0;}

#closeBtn{color:#3794a3;display:block;padding-bottom:15px;padding-left:0;position:relative;margin-bottom:53px;margin-top: 25px;font-size:0.875rem;letter-spacing:1px;}
#closeBtn::after{content: ''; display: inline-block; width: 16px; height: 16px; position: absolute; right: 40px; top: 4px; background-image: url(images/x.svg); background-size: contain; background-repeat: no-repeat }
#closeBtn:hover::after{opacity:0.7;}


.light-gray-bg { background-color:#fbf9f7; }
/* Slider */
.sliderContainer { position: relative; }
.sliderContainer.affix { margin-top: 150px; }
.sliderContainer .first-line { display: block; font-size: 4.875rem; line-height: 1.03; color:#FFF; border-bottom:1px solid #FFF; margin-bottom: 0; padding-bottom: 50px !important;}
.sliderContainer p {color:#FFF; font-size: 1.125rem; line-height: 1; position: relative; }
.sliderContainer p::before{ content:'•'; color: #247995; padding-right: 20px; font-size: 40px; display: inline; vertical-align: middle; padding-bottom: 4px;}
.sliderContainer p::after{ content:''; background:url('images/arrow-down.png') no-repeat; padding-right: 20px; font-size: 50px; display: inline; vertical-align: middle; padding-bottom: 4px; position: absolute; right: 0; height: 30px; }
.sliderContainer a{ display: inline-block; position: absolute; top: 0;left: 0;width: 100%;height: 100%;z-index: 9999; }

.modal-dialog{ max-width: 570px;}
.modal-content{ padding:25px; }

.tiles span.left{  position: absolute; left: -330px; transform: rotate(-90deg); display: block; width: 100%; top: 49%; text-align: center; }
.tiles span.right{ position:absolute; right: -330px; transform: rotate(90deg); display: block; width: 100%; top: 49%; text-align: center;  }
.tiles .m-auto { max-width: 490px; }
.tiles .m-auto .h5 { color:#9a9a9a; }
.tiles .mdash { color:#a66a31 !important; }

/* Split Section */
.split-container,
.split-container div{ padding: 0; }
.split-container .col{ display: flex; background-color:#FFF; }
.split-container .col > div{ margin: auto; max-width: 30.625rem; padding: 15px; }
.split-container .col h1 { margin-bottom: 27px; color: #454545; }
.split-container .col p{ color:#676767; margin-bottom:40px; }

.btn-default.orange{ background-color:#d46a1b; margin-left: 20px; }
.btn-default{ background-color:#00a176; color:#FFF !important; text-transform: uppercase; font-size: 1rem; letter-spacing: 0.0625rem;}
.btn-default:hover{ color:#FFF; }
.split-container .pic-stack .col{ background-color:transparent; }

.custom-btn-width{ max-width: 160px; }
#ourTeam h1 { font-size:32px !important;color:#a05f23 !important }
.team-row > div { max-width: 373px;}
.team-row h3 { font-size:24px !important;color:#3d3d3d !important }
.team-row h5 { font-size:18px !important;color:#3d3d3d; text-transform:none !important; font-weight:normal !important;border-bottom: 2px solid #3d3d3d;
padding-bottom: 17px; }

/* Inside Page */
.post-image{ max-width: 100%;display: inline-block; margin:45px auto 85px; position: relative;}
.post-image img{ display: block; max-width: 100%; height: auto; }
.contained-image{position: relative;}

.homeBtn:after {
    display:block;
    content: '';
    transform: scaleX(0);
    transition: transform 500ms ease-in-out;
    transform-origin: 100% 50%;
    height: 1px;
    width: 100%;
    background: #b57238; /* Old browsers */
    background: -moz-linear-gradient(left,  #b57238 0%, #997c68 50%, #7b8799 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  #b57238 0%,#997c68 50%,#7b8799 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  #b57238 0%,#997c68 50%,#7b8799 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b57238', endColorstr='#7b8799',GradientType=1 ); /* IE6-9 */
    margin-top: -1px;
}
.homeBtn.fromLeft:after{ transform: scaleX(1) !important; transform-origin: 0% 50% !important; }
/*.homeBtn.fromRight:after{  transform-origin: 0% 50%; }
.homeBtn.fromLeft:hover:after{ transform: scaleX(1); transform-origin: 0% 50%; }
.homeBtn.fromRight:hover:after{ transform: scaleX(1); transform-origin: 100% 50%; }*/

.single-column{ max-width: 800px; }
.post-section{ width: 100%; /*max-width: 800px;*/ flex:none; margin: 0 auto; /*padding-left:15px; padding-right:15px;*/ }
.center-snippet{ max-width: 930px; margin: 0 auto; text-align: center; }
/*.center-snippet p{ font-size: 1.125rem; }*/
.center-snippet h1,
.center-left-snippet h1 { margin-bottom: 15px; }
.center-snippet .h5,
.center-left-snippet .h5 { margin-bottom: 31px; line-height: 1.3; }
.center-snippet p,
.center-left-snippet p { font-size: 1.0625rem; }

.insidePage { padding-top: 100px; padding-bottom: 100px; }
.insidePage hr.img-divider{ margin-bottom: 25px; }
.insidePage img{ max-width:100%; height:auto; }
.insidePage .post h1 { margin-bottom: 25px; }
.insidePage h2 { margin-bottom: 1.75rem !important; }
.insidePage h3 { margin-bottom: 1.0625rem !important; font-weight: lighter; }
.insidePage h4 { margin-bottom: 20px !important;}
.insidePage h5 { font-weight: 600; margin-bottom: 25px; }
.insidePage h2,
.insidePage h3,
.insidePage h4,
.insidePage p,
.insidePage ul,
.insidePage ol,
.insidePage blockquote{ margin-bottom: 1.5rem; width: 100%; line-height: 2.22; }
.insidePage h2,
.insidePage h3,
.insidePage h4,
.insidePage h5{ line-height: 1.5; }
.insidePage a{ color:#137d79; }
.insidePage p > a:hover{ border-bottom:1px solid #137d79 }
.insidePage blockquote{ background-color: #fdfdfc; border-left: 3px solid #137d79; box-shadow: 0 0 10px rgba(0,0,0,0.1); padding: 33px 50px; }
.insidePage blockquote p{ font-style: italic; }
.insidePage blockquote p:last-child{ margin-bottom: 0; }
.insidePage blockquote p > strong{ font-style: normal; }

.insidePage table.table-striped tr > td{ text-transform: uppercase; color:#007167; letter-spacing: 1px; padding-top:20px; padding-bottom:20px;font-size: 0.9375rem; }
.insidePage table.table-striped tr > td:first-child{ text-transform: uppercase; color:#b1b1b1; letter-spacing: 1px; padding-left:40px;}

.insidePage .newsAlert{ background-color:#fdfdfc; color:#007167 !important; font-size: 0.9375rem; text-transform: uppercase; padding:20px 27px; margin-bottom: 28px; letter-spacing: 1px; font-weight: 500; line-height: 2;}
.insidePage .newsAlert span{ color:#b1b1b1 !important; margin-right:30px; }
.insidePage .newsAlert a{ color:#007167 !important; }
.insidePage .newsAlert p{ color:#007167 !important; display: inline-block; }

.insidePage .btn-default{ margin-bottom: 30px;}

.has-caption { position: relative; }
.has-caption > span{position: absolute; left:40px; bottom:40px; color: #FFF; font-size: 0.875rem; text-transform: uppercase; letter-spacing: 1px; font-weight: 700; } .no-margin { margin-left: 0 !important; margin-right: 0 !important; }

.box { background-color:#fdfdfc; border-left:4px solid #247995; margin-bottom: 1.875rem;margin-left: 0;margin-right: 0; }
.box .title { width: 50px !important; flex: none; padding: 0;}
.box .title span{ 
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -9px;
    font-size: 0.875rem;
    color:#247995;
    text-transform: uppercase;
}
.box-content{
    padding:30px 15px;
    color:#676767;
    font-size:1.0625rem;
    letter-spacing: .1px;
    line-height: 2.22;
    -webkit-font-smoothing: antialiased; 
    -moz-osx-font-smoothing: grayscale;
}

#overviewPage a,
#overviewPage h5 { color:#FFF; padding-left: 0; }

#overviewPage h5 { margin-bottom: 22px; font-size: 1.1rem;}
#overviewPage li { line-height: 1.3; }
#overviewPage li.complimentary-links a{ color: rgb(139, 139, 139) !important; }
#overviewPage a.nav-link:hover{ opacity: 0.8 !important; }

.green-bg{ background-color: #01656e; }


/* Landing Page */
.mCSB_scrollTools.mCSB_scrollTools_horizontal { height: 17px; bottom:-19px; }
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar { width: 110px; height: 3px; margin: 0 auto; border: 0 none; }
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar { background-color: #00a176; }
.mCSB_scrollTools:hover .mCSB_dragger .mCSB_dragger_bar { background-color: #00a176 !important; }
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail { width: 100%;margin: 0px auto;max-width: 300px; height: 3px;}
.mCSB_scrollTools .mCSB_draggerRail { background-color: #ebebeb; }
.mCustomScrollBox{ overflow: visible; }
.horizontal-scroll-wrapper {
    width: 100%;
    position: relative;
    height: 620px;
}
.horizontal-scroll-wrapper > div{
    position: absolute;
    left: 0;
    top: 0;
    width: 1660px;
}
.horizontal-scroll-wrapper .pop-doctor-info{ 
    position: relative;
    top: auto;
    display: inline-block;
    float: left;
    left: 0;
    margin-right: 60px;
}


/*.blog-roll .post h2,
.blog-roll .post h2 a{ color:#137d79; font-size: 1.75rem; margin-bottom: 0.8125rem; }*/

.animateThis{ opacity:0; }
.hidden{ opacity:0; }
.visible{ opacity:1; }
.navigation { font-size:2.5rem; color:#949494; margin-top: 25px; text-align: center; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
.navigation { margin-bottom: 50px; }
.navigation h3{ line-height: 0.9; margin-bottom: 0; }
.navigation > div{ display: inline-block; padding: 0 20px; line-height: 33px; }
.navigation > div a{ color:#a46f22 }
.navigation > div a:hover{ color:#949494 }
.sidebarWrapper{ position: relative; margin-bottom: 115px;}
#blogRoll #sideBar, .singleBlog #sideBar{ max-width: inherit; z-index: 99; width: 100%; position: absolute;}
#blogRoll #sideBar .section.affix, .singleBlog #sideBar .section.affix{ position: relative; top:auto; }
#blogRoll #sideBar .section ul.list-group, .singleBlog #sideBar .section ul.list-group { padding: 0; height: 58px; overflow: hidden; width: 100%; }
#blogRoll #sideBar .section ul.list-group a, .singleBlog #sideBar .section ul.list-group a { display: block; }
#blogRoll #sideBar .section ul.list-group li, .singleBlog #sideBar .section ul.list-group li { line-height: 2.7; }
#blogRoll #sideBar .section ul.list-group.menu_dropped, .singleBlog #sideBar .section ul.list-group.menu_dropped { height: auto; }
#blogRoll #sideBar .section ul.list-group.menu_dropped:after,
.singleBlog #sideBar .section ul.list-group.menu_dropped:after { transform: rotate(180deg); top: 32px; right: 60px; }
#blogRoll #sideBar .section ul.list-group:after,
.singleBlog #sideBar .section ul.list-group:after { content: '▼'; width: 15px; height: 5px; position: absolute; right: 55px; top: 18px; margin: 0 auto; color: rgb(255, 255, 255, 0.4); font-size: 10px; }
#blogRoll #sideBar .sidebar_menu_dropdown, .singleBlog #sideBar .sidebar_menu_dropdown { color: green; background-color: #FFF; padding: 10px 25px; display: block; border-radius: 5px; font-size: 17px; text-transform: uppercase; letter-spacing: 1px; }
#blogRoll #sideBar .section ul.list-group.archive, .singleBlog #sideBar .section ul.list-group.archive{
    background-color:#2a447a;
}
.singleBlog .post{ padding-left:0; }
.singleBlog .container{ max-width: 1120px; }
#blogRoll h1{ color: rgb(255, 255, 255); }
#blogRoll .post { padding-left:0;}
#blogRoll .post hr{ margin: 80px 0 0 0; max-width: 100%; border: 2px solid rgb(244, 244, 244); }
#blogRoll .entry p{ margin-bottom: 0; }
#blogRoll .featured{ margin:120px 0 40px }
#blogRoll .featuredArticle{ height:425px; display:block; position:relative; text-align: center; margin:0; background-size:cover !important;}
#blogRoll .featuredArticle .featuredText{ color:#FFF; position: absolute; left:0; right:0; margin:0 auto; top:40%; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
#blogRoll .featuredArticle .supText{font-size: 0.875rem; text-transform: uppercase; margin-bottom: 25px; display: block; letter-spacing: 1px; }
#blogRoll .featuredArticle.mainFeatured{ margin-bottom:100px }

#blogRoll .container{ padding-top:80px; max-width: 1120px; }
#blogRoll .container span{ font-size: 0.875rem;display: block; color: rgb(19, 125, 121); letter-spacing: 2px; margin-bottom: 20px; line-height: 1.4; text-transform: uppercase; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
#blogRoll .container h2{ color:rgb(35, 118, 131) !important; margin-bottom: 20px; line-height: 1.4; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
#blogRoll .container h2 a{ color:rgb(35, 118, 131) !important; }
#blogRoll .featuredImageThumb > a{ width: 360px; height: 385px; display: block; margin: 0 auto; position: relative; float: left;}
#blogRoll a:hover div.overlay{ display: inline-block !important; }
div.overlay{ display: none; background-color: rgb(0, 0, 0); position: absolute; top: 0; left: 0; width: 100%; height: 100%; opacity: 0.2; }
.moretag{color:rgb(19, 125, 121)}

#blogRoll .splitPost .featuredImageThumb > a{ width: 100%; height: 290px; display: inline-block; margin-bottom: 30px; background-size:cover !important; }
#blogRoll .splitPost .imageCTA{ width: 360px; height: 623px; display: block; margin: 0 auto; position: relative;}
#blogRoll .splitPost .featuredText{ color:#FFF; position: absolute; left:0; right:0; margin:0 auto; top:30%;  -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
#blogRoll .splitPost .supText{ font-size: 2.6rem; }

#blogRoll .h5 { margin-bottom:38px; }


.postCat{ display: inline-block; color: rgb(19, 125, 121); font-size: 0.875rem; letter-spacing: 2px; margin-bottom: 20px; line-height: 1.4; text-transform: uppercase; }
.postImg{ margin: 0 100px 60px 0;  }



.meta{ margin:15px 0 5px !important; font-size: 1rem; color:rgb(103, 103, 103) }

.quick-links { margin-top: 50px; margin-bottom: 50px; }
.quick-links .btn{ 
    color:#FFF !important;
    padding:18px 0;
    display: block; 
    text-transform: uppercase;
    font-size: 0.875rem;
    letter-spacing: 1px;
    -webkit-border-radius: 0;
            border-radius: 0;
    font-weight:600;
}

.btn-with-img{ background-color: rgb(13, 166, 125); color: rgb(255, 255, 255); padding: 0px 25px 0 0; float: left; font-size: 0.9375rem; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 15px; width: 100%; max-width: 400px;}
.btn-with-img > img{ margin-right: 25px; }

.next-posts,
.prev-posts{display:inline-block;margin-bottom:50px;}
.next-posts a,
.prev-posts a{color:rgb(19, 125, 121);}
.next-posts{border-right:1px solid #CCC;padding-right:10px;}
.prev-posts{padding-left:8px;}

/* Accordion */
#accordion{ margin-bottom:3.125rem }
#accordion,
.card,
.card-header{ 
    background-color: transparent; 
    border-top: 0; 
    border: 0 solid rgba(0, 0, 0, 0.125); 
    -webkit-border-radius: 0;
            border-radius: 0;
}
.card-header{ padding: 0.75rem 0; border-bottom:2px solid #ececec;  }
.card-header button.btn.btn-link{ letter-spacing:0.5px !important; padding-right: 30px;}
.card-header .mb-0{ margin-bottom: 0 !important;  }
.card-header .mb-0 button{ font-size: 1.75rem !important; color: #247995 !important; padding: 0.375rem 0; display: block; width: 100%; text-align: left; white-space: normal !important; margin-bottom: 0 !important;}
.card-header button::after{ content: '▲'; width: 18px; height: 18px; position: absolute; right: 0;top: 30px; font-size: 14px; }
.card-header button[aria-expanded="false"]::after{ color:#247995; content: '▼'; width: 18px; height: 18px; position: absolute; right: 0; top: 30px; }
.card-header button[aria-expanded="true"]::after{ color:#ababab; content: '▲'; width: 18px; height: 18px; position: absolute; right: 0; top: 30px; }
.card-body{ padding:1.875rem 0; }
.card-body .accordion-col-btns{ margin-left: -5px; margin-right: -5px; }

.accordion-col-btns { margin-left: 0; padding: 0; }
.accordion-col-btns li{ width: 50%; display: inline-block; float: left; margin-bottom: 10px; text-align: center; padding: 0 5px; letter-spacing: 1px; text-transform: uppercase; font-size: 0.9375rem; }
.accordion-col-btns li em{ color:#FFF !important; display:block; color: #FFF; background-color: #0da67d; padding: 20px; font-style: normal; }

.servicesSlider .h3{ border-bottom:2px solid #3d3d3d; display: block; margin-bottom: 15px;}

/* Header Image */
.contentWrapper.topMargin{ margin-top: 150px; }
#headerImage.affix{
    margin-top: 150px;
}
#headerImage{ height: 425px; background-color: #bbbbbb; position: relative;
    -webkit-background-size: cover;
        -o-background-size: cover;
            background-size: cover;
    background-position:center;
    display: flex;
}
#headerImage.aboutHeaderImage{ background-image:url('images/headers/about-header.jpg'); }
#headerImage.servicesHeaderImage{ background-image:url('images/headers/inside-header.jpg'); }
#headerImage.resourcesHeaderImage{ background-image:url('images/headers/resources-header.jpg'); }
#headerImage.contactHeaderImage{ background-image:url('images/headers/contact-header.jpg'); }
#headerImage.blogHeaderImage{ background-image:url('images/headers/blog-header.jpg'); }

#headerImage .first-line{ color:#FFF;  }
#headerImage > div{ margin: auto; }

#sideBar { min-height: 35px; z-index: 99; }
#sideBar .end-link { border-radius:0 0 5px 5px; width: 100%; background-color: #01656e; border:0 none; padding:23px 0; text-align: center; letter-spacing: 1px; text-transform: uppercase; }
#sideBar .end-link.emergency-btn { background-color: #01656e; }
#sideBar > div.section div { width: 100%; }
#sideBar > div.section { margin-bottom:60px;  }
#sideBar .list-group{ padding:2.5rem 0; background-color:#247995; }
#sideBar .list-group > li:first-child { margin-bottom: 0.9375rem; }
#sideBar .list-group > li:first-child > a { text-transform: uppercase; font-weight: 600; color:#FFF; letter-spacing: 1px; background-color:transparent; font-size:0.875rem; text-transform: uppercase; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;}
#sideBar .list-group > li:first-child > a:hover { background-color:transparent; }
.void-link a:hover{ color:rgba(255,255,255,1) !important; }
#sideBar .list-group > li { position: relative;display: block; line-height: 1.3; }
#sideBar .list-group li a { color:rgba(255,255,255,0.6); display: block; font-size: 1.0625rem; padding: 10px 50px; letter-spacing: .1px;-webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
#sideBar .list-group li a:hover { color:rgba(255,255,255,0.6); background-color:rgba(0,0,0,0.09); }
#sideBar .list-group ul { list-style:none; padding-left:0; margin-bottom: 3.125rem; }
#sideBar .list-group ul:last-child { margin-bottom: 0; }
#sideBar .list-group ul li { list-style:none; padding-left: 0; line-height: 1.3;}
#sideBar .list-group li.current-menu-parent > ul { display: block; }
#sideBar .list-group li.current-menu-parent ul a{ padding:0.75rem 5rem }
#sideBar .list-group li.menu-item-has-children > a span::after{ content: '▼'; font-size: 10px; padding-left: 10px; opacity: 0.4;  }
#sideBar .list-group li.current-page-parent > ul { display: block !important; }
#sideBar .list-group li.current-menu-item > ul { display: block !important; }
#sideBar .list-group li.current-menu-item ul a { padding-left:80px; }
#sideBar .list-group li.current-menu-item > a{ background-color:rgba(0,0,0,0.09); }
#sideBar .list-group > li:last-child { margin-bottom: 0; border-bottom-right-radius: .25rem; border-bottom-left-radius: .25rem; }

#sideBar .list-group > li.category-title { margin-bottom: 0 !important;}
#sideBar .list-group > li.category-title a{ color: #FFF; text-transform: uppercase; }
#sideBar .list-group > li.category-title:hover a{ background-color:transparent;}
#sideBar .doctor-info .white-bg ul{ margin-bottom: 25px; }

.section.affix { position: fixed;top: 170px;}
/*.section.affix.bottom { top: -130px }*/


#menu-sidebar-specialities-parent-page{ height: auto !important; }
#sideBar.specialty { max-width:inherit; padding-top:100px; }
#sideBar.specialty  > div.section { max-width:380px }
#sideBar.specialty h1 { margin-bottom: 25px; }
#sideBar.specialty p { margin-bottom: 50px; }
#sideBar.specialty .list-group{ padding:3.4375rem 0; }
#sideBar.specialty li.link-as-title:first-child a{ margin-top:0 !important; }
#sideBar.specialty li.link-as-title a:hover{ background-color:transparent; cursor: default; }
#sideBar.specialty li.link-as-title a{ margin-top:40px !important; font-size:1.625rem !important; color:rgb(81, 80, 80) !important; padding:0 0 31px 50px !important; line-height: 1;}
#sideBar.specialty li {margin-top:0 !important; text-transform: none !important; font-weight: 500; line-height: 1.8 !important;}
#sideBar.specialty li a { font-size: 1.2rem; text-transform: none !important; color:#00a176 !important; }
#sideBar.specialty .list-group li a { padding: 0.3125rem 3.125rem; }

#sideBar .section .white-bg h2{ margin-bottom: 26px; }
#sideBar .section .white-bg h2 > a{ color:#212529 }
#sideBar .section .white-bg ul li{  }
#sideBar .section .white-bg ul li a{ color:rgb(81, 80, 80); }
#sideBar .section .white-bg ul li a:hover{ color:#137d79; }
#sideBar .section .white-bg{ background-color:#FFF; padding:50px; }
#sideBar .section .white-bg .category-title{ margin-bottom: 4px; }
#sideBar .section ul:last-child{ margin-bottom:0; }

#sideBar .list-group > li.category-title{ margin-top: 30px; }
#sideBar .list-group > li.category-title:first-child { margin-top: 0; }
#sideBar .title-section > a{ text-transform: uppercase !important; color: #137d79 !important; padding-top:1.875rem !important; }

.box-shadow{ box-shadow: 0 0 10px rgba(0,0,0,0.1); }

.reviews{ color:#b2b2b2; margin-bottom:30px; display: block; font-size: 0.9375rem; font-weight: 500; letter-spacing: 0.5px;}
.reviews img{ margin-right:10px }

.location-list-ico{ position: relative; padding-left: 20px; }
.location-list-ico:before{ content:"";width:13px;height:20px; position:absolute; left: 0; top:5px; background-image:url("images/location-list-ico.png");}

.col-list .category-title{  margin-left: -40px !important; margin-bottom: 22px !important; }
.col-list{ width: 50%; display: inline-block; float: left; margin-bottom: 10px; }

/* Interactive Overview */
.specialties-image {
    background: url('images/specialties-bg.jpg') no-repeat transparent;
        background-position-x: 0%;
        background-position-y: 0%;
    background-position: top center;
    height: 1400px;
    }

/* Specialties */
#hot-spots { margin-bottom: 0; position: absolute; z-index: 9; width: 100%; height: 100%;}
#hot-spots li:hover{ cursor: pointer; }
#hot-spots li{ width:50px; height:50px; background:url('images/circle-link.png') no-repeat transparent; position: absolute; background-position: center;}
#hot-spots li a { display: inline-block; width: 40px; height: 40px; position: relative; }
#hot-spots li.one { top: 24%; left: 45%; }
#hot-spots li.two { top: 27%; left: 56%; }
#hot-spots li.three { top: 52%; left: 19%; }
#hot-spots li.four { top: 53%; left: 54%; }
#hot-spots li.five { top: 59%; left: 76%; }
#hot-spots li.six { top: 69%; left: 16%; }
#hot-spots li.seven { top: 77%; left: 46%; }
.btn.btn-primary.w-100:before {
content: '';
width: 30px;
height: 15px;
position: absolute;
right: 75px;
top: 23%;
background: url('images/arrow-right-white.png') no-repeat;}
.btn.btn-primary.w-100 { white-space: normal !important; }
.btn.btn-primary.w-100 span{ color:#CCC !important; }
#contact_form .form-control,
#contact_form select { padding: 0.75rem; }
#contact_form select { height: calc(2.25rem + 14px); }
#contact_form textarea { margin-bottom:30px; }
#contact_form label { color: rgb(103, 103, 103); display: block; width: 100%; line-height: 2.22;letter-spacing: 0.1px; font-size: 1.0625rem; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;}
#contact_form .btn-primary { display: block; margin-bottom: 30px; width: 100%; padding: 15px; text-transform: uppercase; font-weight: 600; letter-spacing: 1px; font-size: 0.875rem;  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;}

.boxed-in{ margin-bottom: 15px; }
.boxed-in .category-title{ margin-top: 23px; margin-bottom: 3px; }
.boxed-in > div{ box-shadow: 0 0 10px #0000001a; background-color: #FFF; width: 100%; padding: 30px 15px 10px; height: 100%; }

.captcha{ margin-bottom: 30px; }

#relatedLinks { background-color:#f2f0f0;}
#relatedLinks h5{ color:#26728c !important; font-size: 0.9375rem}
#relatedLinks .links-wrapper{ height: 200px;overflow: hidden; transition:height 0.3s;}
#relatedLinks ul li { letter-spacing: 0.1px; }
#relatedLinks ul li a{ color:#26728c; border-bottom:1px solid #3794a3 }
#relatedLinks .links-wrapper.showAllLinks{ height: auto;}
#relatedLinks .viewAllLinks{ font-size: 1.0625rem; letter-spacing: 0.1px;  }
#relatedLinks .viewAllLinks::after{width: 15px;height: 12px;margin-left: 10px; font-weight: bold; content:''; background-image:url('images/right-arrow.svg');background-size:contain; background-repeat: no-repeat; background-position: center; transform:rotate(90deg); display: inline-block; }
#relatedLinks .viewAllLinks.up-caret:after{ transform:rotate(-90deg); }

.footer-posts .note{ text-transform: uppercase; color:#fff; background-color:#174b85; padding: 4px 11px; position: absolute; left: 35px; bottom: 35px; }
.footer-posts .h3{ padding-bottom:15px; border-bottom:2px solid #000; display: block; }

#footer{ background-color: #fbf9f7; padding:98px 0 0; border-top:1px solid #ebe8e5 }
#footer .copyright{ padding:68px 0 90px; }
#footer .copyright .h3{ display:inline-block; margin-bottom:0; line-height:1; }
#footer .copyright img{ vertical-align: text-top; margin-top: 2px;}
#footer .col .h5{ margin-bottom: 27px; }
#footer .col ul li { line-height: 2.3; letter-spacing: 0.5px; }
#footer .col ul li a{ font-size: 1rem; color:#676767; }
#footer .footer-reviews{ display: inline-block; text-transform: uppercase; color: #676767; vertical-align: middle; margin-top: 4px; }
ul#social-media{ list-style: none;display: inline-block;vertical-align: middle;margin-left: 0;height: 21px;padding-left: 10px;margin-bottom: 0; }
ul#social-media li{ display:inline-block; margin-left:5px; line-height:1 !important;}
ul#social-media li a{ transition:opacity 0.3s; opacity: 1; display: inline-block; width: 24px; height:21px; background:url('images/social-media-icons.svg') no-repeat; background-position:0 0; background-size:cover; }
ul#social-media li a:hover{ opacity:0.5; }
ul#social-media li a.facebook{ background-position:0 0; }
ul#social-media li a.twitter{ background-position:-74px 0; width:25px; }
ul#social-media li a.instagram{ background-position:-25px 0px; }
ul#social-media li a.google{ background-position:-49px 0; }
ul#social-media li a.youtube{ background-position:-135px 0; }
ul#social-media li a.linkedin{ background-position:-104px 0; }

/* Popup */
.popupContainer{width:100%;height:100%;position:fixed;z-index:99999999999999;top:0;left:0;background-color:rgba(0,0,0,0.8);display: none;}
.pop-up-image{ width:1110px;height:auto;max-width:100%;margin:70px auto 0;display:block; z-index: 999999999999999; }
.pop-up-image::hover{ cursor: pointer; }
.popup{top:10%;position:absolute;left:0;opacity:1;box-shadow:0px 0px 15px #333;right:0;margin:0 auto;width:1110px;height:auto;max-width:100%;}
.popup a.popup-link{display:inline-block;width:1110px;margin:0 auto;left:0;right:0;position:absolute;max-width:100%;}
.overlay{width:100%;height:100%;background-color:#333;opacity:0.7;position:fixed;z-index:999999999998;}
.closeMe{color:#fff;font-weight:bold;position:absolute;top:70px;right:20px;cursor:pointer;font-size:2rem;z-index:9999;}

/* Corner Popup */
#corner-pop-up{position:fixed;max-width:430px;bottom:5%;right:0;text-align: right !important;overflow:hidden;opacity:0;-webkit-transition:all 0.3s;-moz-transition:all 0.3s;-ms-transition:all 0.3s;-o-transition:all 0.3s;transition:all 0.3s;}
#corner-pop-up p{line-height:1;color:#FFF;font-size:16px;margin-bottom:0;letter-spacing:1px;font-weight:100;}
#corner-pop-up p a{color:#FFF;}
#corner-pop-up p sup{top:-3px;font-weight:lighter;font-size:23px;}
#corner-pop-up p span{font-size:50px;margin-bottom:0;display:inline-block;vertical-align:middle;}
.list-fade-in{opacity:1!important;}
.visible-pop{display:block!important;}
.close{position:absolute;right:25px;top:25px;}
#corner-pop-up.visible-pop{opacity:1;z-index: 999999;}
#corner-pop-up .btn { flex: none; display: inline-block !important; z-index:99999; }


/* Landing Page */
.accordion-section { background: #247995; }
.accordion-section h5,
.accordion-section p { color:#FFF !important; }
.card-header .mb-0 button{
    text-transform: none;
}
.accordion-section .card-header { border-bottom:2px solid #1d6e7b; }
.accordion-section #accordion { margin-bottom: 0; }




/******************
Media Queries
*******************/

/* Breakpoint XS */
@media (max-width: 575px)
{
    .hidden-xs-down, .hidden-sm-down, .hidden-md-down, .hidden-lg-down, .hidden-xl-down, 
    .hidden-xs-up, .hidden-unless-sm, .hidden-unless-md, .hidden-unless-lg, .hidden-unless-xl
    {
        display: none !important;
    }
    .col-xs-12{
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-xs-1
    {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    .order-xs-2
    {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .reversed-xs { flex-direction: column-reverse !important; }
    .reversed-xs > div { min-height: auto !important; display: block !important; }
    .col.mt-auto.mb-auto.p-0.mt-sm-3{margin-top: 30px !important;}
    .mb-xs-3{margin-bottom: 30px !important;}
    .pb-xs-0{padding-bottom: 0 !important;}
    .pt-xs-3{padding-top: 30px !important;}
    .align-self-center.reversed-xs .d-flex{ display: block !important; }
    /* Side Wide */
    /*.ligh-gray-bg .pr-0{ padding-left:0 !important; }*/
    
    .top-padding-100 { padding-top: 80px }
    .bottom-padding-100 { padding-bottom: 80px }
    .top-padding-110 { padding-top: 80px }
    .bottom-padding-110 { padding-bottom: 80px }
    .bottom-padding-120{ padding-bottom: 80px; }
    .top-padding-120 { padding-top:80px }
    
    #sideNav { max-width: 450px; }


    #corner-pop-up { margin: 0 auto; right: 0; left: 0; max-width: 320px; }
    #corner-pop-up.visible-pop,
    #corner-pop-up.visible-pop .btn { width: 100%; }
    #corner-pop-up .btn{ padding-left: 0; padding-right: 0; }


    /* Home */
    #dropdownMenuButton{ width: 100%; }
    .call-to-actions .col > div a{ padding:7px; }


    /* Header */
    #logo > a { max-width: 150px; }
    #logo img { width: 100%; }
    #menuIco{ margin-top: 10px !important; }

    #header .container-fluid .row { height: 70px !important;}

    /* Landing Page*/
    .ligh-gray-bg .reversed-xs > div:first-child{ flex: none !important; }

    /* Header Image */ 
    #headerImage .rsABlock { height: 80px; }
    #headerImage .first-line { font-size: 1.75rem !important; }


    #headerImage { height: 205px; }
    
    /* Serach Box */
    .locations-page .searchBox > div > div{ max-width: 560px; }
    .searchBox{ margin-bottom: 20px; }
    .left-container{ padding-right:15px; }
    .right-container{ padding-left:15px; } 
    .locations-page h3{margin-bottom: 30px;}
    .searchBox h3{font-weight: 500; font-size: 1.1rem !important;}

    /* Find a Provider */
    .searchBox h3{ margin-top: 0; }
    .pop-doctor-info{ display: none !important; }
    table.providers-table th, 
    table.providers-table td{ height: 55px; padding-left: 15px; }
    .locations-page > .row{ margin-bottom: 30px; }

    .locations-page .searchBox > div{ padding: 35px 15px; display: block !important;flex: unset;height: auto; }
    .locations-page .searchBox{ margin-bottom: 30px; }

    .accordion-col-btns li { width: 100%; }

    /* Locations */
    .location-info-box > div{ padding: 30px; }

    /* Side Bar */
    #sideBar .doctors-headshot{ width: 100%; }
    .divider{ display: none; }
    #sideBar .section .white-bg{ padding: 20px; }

    .post-wrapper { margin-bottom:30px; }

    .insidePage p,
    .insidePage ul,
    .insidePage ol,{ font-size: 1rem; }

    #sideBar.specialty li.link-as-title a{ padding: 0 0 30px 15px !important; }
    #sideBar.specialty .list-group li a{ padding: 0.3125rem 15px; }

    #blogRoll #sideBar .section { margin-bottom: 20px; }

    /* Home Page */
    .homePage > div:last-child { margin: 0 auto !important; }
    .homePage .call-to-actions,
    .split-container > .row > div{ padding-top:0; padding-bottom:0; }

    .split-container .col > div{ padding-top:30px; padding-bottom:30px; }

    /* Blog */
    #blogRoll #sideBar, .singleBlog #sideBar{ position: relative; }
    #blogRoll > .container:first-child { padding-top: 0 !important; }
    #blogRoll .featuredImageThumb > a{ height: 160px; width: 100%; }

    .postImg{ margin: 0 20px 20px 0; width: 100%; }

    /* Footer */
    #footer .d-flex{ display: block !important; }
    .blog-roll .post h2, 
    .blog-roll .post h2 a{ font-size: 1.3rem !important; line-height: 1.6; }
    
    .popupContainer{ display: none !important; }
}

/* Breakpoint SM */
@media (min-width: 576px) and (max-width: 767px)
{
    .hidden-sm-down, .hidden-md-down, .hidden-lg-down, .hidden-xl-down, .hidden-xs-up, .hidden-sm-up, 
    .hidden-unless-xs, .hidden-unless-md, .hidden-unless-lg, .hidden-unless-xl
    {
        display: none !important;
    } 

    /* Serach Box */
    .left-container{ padding-right:15px; }
    .right-container{ padding-left:15px; } 
    
    /* Footer */
    #footer .d-flex{ display: block !important; }

    /* Blog*/
    #blogRoll .featuredImageThumb > a{ width: 100%; margin-bottom: 30px; }
    #blogRoll .splitPost .imageCTA{ display: none; }
    #blogRoll .splitPost .featuredImageThumb > a{ background-position: center !important; margin-bottom: 30px; display: block; }
    #blogRoll .featuredArticle h2{ font-size: 4em; }
    .postImg{ padding: 0 0 20px 0; }

    /* Landing Page*/
    .ligh-gray-bg .reversed-xs > div:first-child{ flex: none !important; }

}

@media (min-width: 576px) and (max-width: 991px)
{
    #sideBar .doctors-headshot.rounded-top { float: left;margin-right: 50px; max-width: 180px; border-top-left-radius: 0 !important; border-top-right-radius: 0 !important; }
    .divider{ clear:both; margin-top:-8px; margin-right: -50px; margin-bottom: 30px; margin-left: -50px; }
    /*div{ border:1px solid red; }*/
    #sideBar .headshot{ float: left; }
}

/* Breakpoint MD */
@media (max-width: 768px){ 
    .d-flex.green-bg { display: block !important; } 
    .sliderContainer p::after{ display: none; }
}
@media (min-width: 768px) and (max-width: 991px)
{
    .hidden-md-down, .hidden-lg-down, .hidden-xl-down, .hidden-xs-up, .hidden-sm-up, .hidden-md-up, 
    .hidden-unless-xs, .hidden-unless-sm, .hidden-unless-lg, .hidden-unless-xl
    {
        display: none !important;
    } 
    
    /* Serach Box */
    .left-container{ padding-right:15px; }
    .right-container{ padding-left:15px; }  
}

@media (max-width: 991px){
    html, body { overflow-x: hidden }
    /* Bootstrap */
    .container,
    .container-fluid { padding-right: 15px; padding-left: 15px; }
    .row { margin-right: -15px; margin-left: -15px; }
    .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, 
    .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, 
    .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, 
    .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, 
    .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, 
    .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, 
    .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto{
        padding-right: 15px; padding-left: 15px;
    }

    .box.row{ margin-left: 0; margin-right: 0; }
    .post-section { padding-left: 15px; padding-right: 15px;}

    h1, .h1 { font-size: 2.75rem; }
	#sideBar {display:none;}
    #header .container-fluid .row { height: 80px; }
    #menuIco { display: inline-block !important; width: 50px; height: auto; float: right; padding: 6px 4px; margin-top: 18px !important; }
    #menuIco:hover { cursor: pointer; }
    #menuIco:hover span{ background-color:#666; }
    #menuIco.active-menu span { background-color:#666; }
    #menuIco span { background-color: rgb(186, 186, 186); height: 2px; margin-bottom: 7px; display: block; }
    #menuIco span:last-child{ margin-bottom: 0; }

    #logo a{ display: inline-block; margin-top:0 }
    #logo img {  height: 70px; max-width: 193px;}
    #supHeader { padding: 10px; }
    #supHeader .container-fluid div{ width: 100%; }
    #supHeader ul li{ line-height: 1; }
    #supHeader .dropdown:hover > .dropdown-menu { display: none; }

    #main_nav_wrapper.show { border-top: 1px solid #EEE;
        height: 100%;
        position: fixed;
        z-index: 999999999;
        top: 0;
        left: 0;
        display: block !important;
        background-color: #FFF;
        width: 100%; 
        padding: 75px 30px 0 !important;
    }
    #main_nav_wrapper.show ul.nav{ display: block; }
    #main_nav_wrapper ul.nav li:hover ul { display: none !important;}
    #main_nav_wrapper ul.nav > li { padding: .25rem 0; }
    #main_nav_wrapper ul.nav > li a:hover{ color:#174b84 }

    #main_nav_wrapper ul:first-child { margin-bottom: 20px; }
    #main_nav_wrapper ul:first-child li { font-size: 1.4375rem; }
    #main_nav_wrapper ul:first-child li.contactBtn { display: none !important; }
    #header ul.nav li.contactBtn{ height: auto; margin-top: 33px; margin-left: 0;}
    #main_nav_wrapper ul li.contactBtn a{ display: block; text-align: center; padding:0.4375rem 0 !important;  }
    #main_nav_wrapper ul li.contactBtn a:hover{ color:#FFF; }
    #main_nav_wrapper ul li.contactBtn:hover{ background-color: rgb(198, 108, 41); }
    
    #header { padding-top: 10px; padding-bottom: 10px; }
    #header ul.nav:last-child > li{ font-size: 1.0625rem; padding:2px 0;}
    #header ul.nav li.contactBtn{ padding: 10px !important; line-height: 2.5;}

    #sideNav .nav{ min-width: 360px; padding: 40px}
    #sideNav .nav.activeParent > li{ display: none; }
    #sideNav .nav.activeParent > li.showChildren{ display: block !important; }
    #sideNav .nav.activeParent > li.showChildren > a{ display: none; }


    #sideNav .nav.activeParent > li.showChildren > span { width: 100%; height: 52px; display: inline-block; color: rgb(0, 0, 0); position: absolute; left: 0; top: -65px; border-bottom: 3px solid #e1e1e1; font-size: 0.9375rem; letter-spacing: 1px }
    #sideNav .nav.activeParent > li.showChildren > span:hover { cursor: pointer }
    #sideNav .nav.activeParent > li.showChildren > span::before { content: 'BACK'; width: 62px; height: 27px; display: inline-block; color: rgb(0, 0, 0); position: absolute; left: 0; top: 0; background-image: url('images/left-arrow.svg'); background-size: 8px; background-position: left 8px; background-repeat: no-repeat; padding-left: 20px }
    #sideNav .nav.activeParent > li.showChildren ul li a{ text-transform:none !important;font-size:1.0625rem; letter-spacing: 0; }
    
    li.menu-item-has-children > a{ display: inline-block; position: relative; }
    ul.nav > li.menu-item-has-children > a::after{ content: ''; width: 9px; height: 17px; display: inline-block; color: #ccc; background: url(images/right-arrow.svg) no-repeat center center transparent; background-size: contain; position: absolute; right: 0; top: 16px }

    ul.nav > li.menu-item-has-children > ul > li.menu-item-has-children > a::after{ content: ''; width: 13px; height: 13px; display: inline-block; color: #ccc; background: url(images/+.svg) no-repeat center left transparent; background-size: cover; position: absolute; right: 2px; top: 17px }
    ul.nav > li.menu-item-has-children > ul > li.menu-item-has-children.showChildren > a{color: #3794a3 !important; border-bottom: 3px solid #e1e1e1; padding-bottom: 22px !important }
    ul.nav > li.menu-item-has-children > ul > li.menu-item-has-children.showChildren > a::after{ background:url(images/+.svg) no-repeat center right transparent; background-size: cover;}

    ul.nav > li.menu-item-has-children > ul > li.menu-item-has-children > ul > li.menu-item-has-children > a::after{ content:''; width: 10px; height: 9px; display: inline-block; color:#ccc; background:url(images/+.svg) no-repeat center left transparent; background-size: cover; position: absolute; right: 20px; top: 22px; }
    ul.nav > li.menu-item-has-children > ul > li.menu-item-has-children > ul > li.menu-item-has-children.showChildren > a::after{ background:url(images/+.svg) no-repeat center right transparent; background-size: cover; }
    ul.nav > li.menu-item-has-children > ul > li.menu-item-has-children > ul > li.menu-item-has-children.showChildren > .sub-menu a { padding-left:30px !important; }
    
    .showChildren > .sub-menu { position: relative;}
    .showChildren.menu-item-has-children > .sub-menu { display:block;padding-left: 0;}
    .showChildren.menu-item-has-children > .sub-menu > li{ position: relative; }
    .showChildren.menu-item-has-children > .sub-menu > li > .sub-menu { padding-top:10px;padding-bottom:20px;}
    .showChildren.menu-item-has-children > .sub-menu > li > .sub-menu > li { line-height: 2.55 !important; }
    .showChildren.menu-item-has-children > .sub-menu > li > .sub-menu > li > a{ border-bottom:0 none !important; padding: 0.2rem 25px !important;}
    .showChildren.menu-item-has-children > .sub-menu > li > .sub-menu > li:last-child > a { border-bottom: 3px solid rgb(225, 225, 225) !important;padding-bottom: 0.7rem !important; }

    
    #supHeader .container-fluid .row{ height: auto; }

    #main_nav_wrapper ul.nav > li a.nav-link {
        text-transform: uppercase;
        line-height: 2.8;
        border-left: 3px solid #e1e1e1;
        letter-spacing: 1px;
        padding-top: 0.3rem;
        padding-bottom: 0.3rem;
    }
    #header ul.nav:last-child > li{ padding: 0; }

    .sliderContainer.affix,
    #headerImage.affix { margin-top: 80px; }

    .close { position: absolute; right: 35px; top: 35px; }
    .close .x-mark { width: 17px; height: 17px; display: block; }
    .x-mark { background: url("images/x-mark.svg"); background-repeat: no-repeat; background-size: auto; background-position: center; background-color: transparent; }

    #supHeader .container-fluid .row{ height: auto; }


    .sliderContainer p{ line-height: 1.6; }
    .sliderContainer p::before{ content:''; display: none; }

    /* Header Image */
    #headerImage .rsABlock{ height: auto; }
    #headerImage .first-line { font-size: 2.75rem; }
    
    #sideBar{ max-width:100%; }
/*     .insidePage img{ margin:0 20px 20px 0; max-width: 150px; } */

    /* Post */
    .post-section{ max-width: 100%; flex:none; }

    .post-image { margin:45px auto 15px; }
    .post-image img { margin: 0; max-width: 100%; width: 100%;}

    #sideBar .section ul.list-group { padding: 0; height: 38px; overflow: hidden; position: absolute; }
    #sideBar .section ul.list-group a { display: block; }
    #sideBar .section ul.list-group.menu_dropped { height: auto; }
    #sideBar .section ul.list-group.menu_dropped:after { transform: rotate(180deg); font-size: 14px; top: 30px; right: 35px; }
    #sideBar .section ul.list-group:after { content: '▼'; width: 15px; height: 5px; position: absolute; right: 30px; top: 8px; margin: 0 auto; color: rgb(255, 255, 255, 0.4); font-size: 10px; text-shadow: 0px -3px 5px rgba(0, 0, 0, 0.05); transform: scale(1.5, 1.1); opacity: 0.4; }
    .quick-links a{ margin-bottom: 15px; }

    /* Blog */
    #blogRoll .featuredImageThumb { display: block; clear: both; margin-bottom: 40px; }
    #blogRoll .featuredImageThumb > a{ display: none; /*width: 287px; height: 295px;*/ }
    #blogRoll .splitPost .imageCTA{ display: none; }
    #blogRoll .splitPost .featuredImageThumb > a{ background-position: center !important; margin-bottom: 30px; display: block; }
    #blogRoll .featuredArticle h2{ font-size: 4em; }
    #blogRoll .container{ max-width: 760px; width: 100%; }
    #blogRoll .featuredImageThumb > a{ float: none; }

    #blogRoll #sideBar .section ul.list-group, 
    .singleBlog #sideBar .section ul.list-group { width: 91%; }

    /* Footer */
    #footer ul{ margin-bottom:60px; }
    .blog-roll .post h2, 
    .blog-roll .post h2 a{ font-size: 1.75rem; font-weight: normal;}
}

/* Breakpoint LG */
@media (min-width: 992px) and (max-width: 1199px)
{
    .hidden-lg-down, .hidden-xl-down, .hidden-xs-up, .hidden-sm-up, .hidden-md-up, .hidden-lg-up, 
    .hidden-unless-xs, .hidden-unless-sm, .hidden-unless-md, .hidden-unless-xl
    {
        display: none !important;
    } 

    .left-container{ padding-right:15px; }
    .right-container{ padding-left:15px; }   
    
}

/* Breakpoint XL */
@media (min-width: 1200px)
{
    .hidden-xl-down, .hidden-xs-up, .hidden-sm-up, .hidden-md-up, .hidden-lg-up, .hidden-xl-up, 
    .hidden-unless-xs, .hidden-unless-sm, .hidden-unless-md, .hidden-unless-lg
    {
        display: none !important;
    } 

    /* Header */
    /*#supHeader ul li.nav-item > a{ padding: 0.5rem 1rem; }*/
    #header ul.nav > li a.nav-link{ padding:0 23px; }
    
    /* Inside Page */
    .blog-roll .post h2,
    .blog-roll .post h2 a{ font-size: 2.75rem; }

    /* Sidebar */
    #sideBar .list-group li a { padding: 10px 50px; }


    /* Overview - Hand, Wrist, Elbow */
    .split-list { margin-bottom: 30px; }

}