.header-right-top {
    display: inline-block;
    margin-bottom: 0;
    height: auto;
}
.header-right-top .header-contact {
    display: flex;
    align-items: center;
}
.header-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.header-right-top .header-contact .origin-widget-animated-image img {
    max-height: 80px;
    margin-right: 30px;
}
.header-phone ul li {
    font-size: 16px;
    font-weight: 300;
    text-align: center;
    color: #2f56a7;
}

.header-phone ul li span {
    display: block;
    clear: both;
    font-size: 28px;
    font-weight: 500;
    color: #19b4b8;
}
.align-center {
    display: flex;
    align-items: center;
}
.main-nav > li{    margin-left: 2px;}
.main-nav > li.current-menu-item, .main-nav > li.current-menu-parent{	
	background:#19b1bc;
}
.main-nav > li.current-menu-item > a, .main-nav > li.current-menu-parent > a{
    color:#ffffff;
}
.main-nav > li.current-menu-item a.below:after, .main-nav > li.current-menu-parent a.below:after {
    color: #ffffff;
}
.main-nav > li:hover > a:after{color: #ffffff;}
.so-widget-sow-hero .sow-slider-base .sow-slider-pagination li a {
    background: transparent;
    border: 2px solid #1eb4bf;
    width: 14px;
    height: 14px; opacity:1;
    border-radius: 100%;
}
.sow-hero-buttons {
    margin-top: 10px !important;
}

.sow-hero-buttons .so-widget-sow-button {
    margin: 0 !important;
} 
.so-widget-sow-hero .sow-slider-base .sow-slider-pagination li.sow-active a{ border: 2px solid #3156a4; background: #ffffff;}
.sow-slider-image-wrapper .banner-caption h2 {
    background: rgba(26, 179, 189, 0.4);
    display: inline-block;
    padding: 15px;
    font-weight: 300;
    border-radius: 5px;
}
.home-slider{ height:500px;}
.home-service {
    margin-top: -50px;
    position: relative;
    z-index: 999;
}
.home-service-box {
    background: #1bb3be;
    padding: 30px;    box-shadow: inset 0 0 25px 5px rgba(51, 51, 51, 0.15);
}
.home-service .panel-grid-cell:nth-child(2) .home-service-box{
	background: #1aa9b3;
}
.home-service .panel-grid-cell:nth-child(3) .home-service-box{
	background: #1497a0;
}
.home-service .panel-grid-cell:nth-child(4) .home-service-box{
	background: #0e848c;
}
.home-service-box .widget-title {
    font-size: 22px;
    color: #ffffff;
    font-weight: 400;
}
.ow-button-base a.ow-icon-placement-right .sow-icon-image, .ow-button-base a.ow-icon-placement-right [class^="sow-icon-"] {
    margin: -0.1em 0 -0.2em .75em;
}
.home-service-box .textwidget p {
    color: #ffffff;
}
.about {
    text-align: center;
}
.specialty-service {
    position: relative;
}

.specialty-service .specialty-service-content {position: absolute;bottom: 0;left: 0;right: 0;text-decoration: none;background-color: rgba(25, 179, 189, 0.7);
overflow: hidden;width: 100%;padding: 15px;height: 117px;line-height: 80px;transition: .5s ease;}
.specialty-service .specialty-service-content h3 {
	margin: 0;
    text-transform: normal;
    font-size: 19px;
    font-weight: 600;
    color: #000000;
    letter-spacing: 1px;
    margin-bottom: 10px;
    position: relative;
    width: 100%;
    padding-right: 15%;
}

.specialty-service .specialty-service-content h3.widget-title:after {
    position: absolute;
    right: -45px;
    top: 30px;
    font-size: 24px;
    color: #ffffff;
    opacity: 1;
}
.specialty-service .specialty-service-content .textwidget {
    line-height: 24px;
        width: 100%;
}
.specialty-service .specialty-service-content .textwidget p {
    font-size: 16px;    max-width: 85%;
    letter-spacing: 1px;    margin-bottom: 0;
}
.specialty-service .read-more {
	display: inline-block;
    float: left;
    clear: left;
    position: relative;
    padding: 0 0 0 15px;
    background-color: #007c87;
    color: #ffffff;
    white-space: normal;
    width: 165px;
    margin-top: 15px;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    font-weight: 400;
    text-align: left;
    -webkit-transition: background 0.3s ease-in-out;
    -moz-transition: background 0.3s ease-in-out;
    -o-transition: background 0.3s ease-in-out;
    transition: background 0.3s ease-in-out;
}
.specialty-service .read-more .sow-icon-ionicons {
    font-size: 36px;
    position: absolute;
    right: 15px;
    top: 8px;
}
.specialty-service .specialty-service-content h3 .sow-icon-ionicons {
    position: absolute;
    right: 0;opacity: 1;
    font-size: 62px;
    top: -20px;
}
.specialty-service:hover .specialty-service-content h3 .sow-icon-ionicons {
    opacity: 0;
    -webkit-transition: opacity .5s;
    -moz-transition: opacity .5s;
    -o-transition: opacity .5s;
}
.specialty-service .read-more:hover {
    background-color: rgba(109, 109, 109, 0.8);
    color: #ffffff;
}
.specialty-service-slider .owl-buttons div {
    position: absolute;
    left: -30px;
    top: 45%;
    font-size: 0 !important;
    background: transparent !important;
}

.specialty-service-slider .owl-buttons div.owl-next {
    left: inherit !important;
    right: -30px;
}

.specialty-service-slider .owl-buttons div:before {
    content: "\f104";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 40px !important;
    text-rendering: auto;
    color: #000000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.specialty-service-slider .owl-buttons div.owl-next:before {
    content: "\f105";
}
a, .home-service-box {
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.home-service-box .ow-button-base a:hover{
    background-color: rgba(109, 109, 109, 0.8);
    color: #ffffff;padding:1em 2.5em;
}
.specialty-service:hover .specialty-service-content {
    height: 100%;
    line-height: 100%;
    padding: 30% 15px;
}
.condition-treated h4 {
    position: relative;
    width: 100%;
    padding-right: 15%;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 1px;
    color: #3156a4;
}

.condition-treated h4 .sow-icon-ionicons {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 44px;
    color: #19b1bc;
}

.condition-button {
  position: relative;
  display: inline-block;
  width: 25.6em;
  height: 6.3em;
  overflow: hidden;
  vertical-align: middle;
  text-align: left;
  text-decoration: none;
  line-height: 3em;
  font-size: 1rem;
  color: #3156a4;
  cursor: pointer;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
.condition-button svg {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
}
.condition-button svg g line,
.condition-button svg g polyline,
.condition-button svg g circle {
  fill: none;
  stroke: #19b1bc;
}
.condition-button svg g line,
.condition-button svg g polyline {
  stroke-miterlimit: 10;
}
.condition-button svg g circle {
  display: block;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 0.066em;
  stroke-dasharray: 200;
  stroke-dashoffset: 0;
  transition: stroke-dashoffset ease-out 0.5s;
}
.condition-button font {
  z-index: 2;
  position: relative;
  display: inline-block;
  text-transform: normal;
  padding-right: 60px;
  letter-spacing:1px;
  font-size: 1.5em;    line-height: 33px;
}
.condition-button:hover {
  -webkit-transform: translateZ(0) translateX(0.5em);
          transform: translateZ(0) translateX(0.5em);
}
.condition-button:hover svg g circle {
  stroke-dashoffset: 200;
}


.video .widget_media_video {
    display: flex;
    flex-wrap: wrap;
}

.video .widget_media_video h3.widget-title {
	order: 2;
    width: 100%;
    background: #ffffff;
    padding: 15px;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 1px;
    color: #000000;
	height: 68px;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.video .widget_media_video .wp-video {
    order: 1;
    overflow: hidden;
}
.blog-list {
    display: flex;    flex-wrap: wrap;
}
.blog-item {
    height: 100%;
}
.main-nav >li > ul {
    background: #ffffff;
	padding:0 15px 15px; 
}

.main-nav >li > ul > li > a{ position:relative;border-bottom: 1px solid #e2e2e2; padding-left:0; padding-right:0; }
.main-nav >li > ul > li > a:after{ content:"";    width: 100%;
    height: 0;
    background: #19b1bc;
    position: absolute;    transition: height .5s ease;
    -webkit-transition: height .5s ease;
    left: 0;
    bottom: 0;
}
.main-nav >li > ul > li > a:hover:after{height:2px;}
/* .main-nav >li > ul > li:not(:last-child) > a {
    border-bottom: 1px solid #e2e2e2;
} */
.main-nav >li.mega-menu > ul{
	width:840px;
}
.main-nav >li.mega-menu > ul > li{ float:left; width:50%; padding:0 10px;}
.condition-treated h3.widget-title {
    font-size: 36px;
    color: #000000;
    font-weight: 700;
    letter-spacing: 1px;
}

.condition-treated .textwidget p {
       font-size: 16px;
}

.condition-treated .menu {
    padding: 0;
    margin: 0;
    list-style: none;
    -webkit-columns: 260px;
    columns: 260px;
    -webkit-column-gap: 1em;
    column-gap: 1em;
}

.condition-treated .menu li {
    margin-bottom: 1em;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
    list-style: none;
}
.condition-treated .menu li a {
    color: #000000;
    display: inline-block;    font-size: 16px;
    width: 100%;
    background: rgba(23, 192, 230, 0.4);
    padding: 0.6em 1em;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
    list-style: none;
    border-radius: 50px;
}
.condition-treated .menu li a:hover{ color:#ffffff; background: rgba(23, 192, 230, 1);    padding: 0.6em 2em;}

.speciality-services h3.widget-title {
    font-size: 36px;
    color: #000000;
    font-weight: 700;
    letter-spacing: 1px;
}

.speciality-services .textwidget p {
       font-size: 16px;
}
.speciality-services .menu {
    padding: 0;
    margin: 0;
    list-style: none;
    -webkit-columns: 440px;
    columns: 440px;
    -webkit-column-gap: 1em;
    column-gap: 1em;
}

.speciality-services .menu li {
    margin-bottom: 1em;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
    list-style: none;
}
.speciality-services .menu li a {
    color: #000000;
    display: inline-block;
    width: 100%;    font-size: 16px;
    background: rgba(38, 180, 171, 0.4);
    padding: 0.6em 1em;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
    list-style: none;
    border-radius: 50px;
}
.speciality-services .menu li a:hover{ color:#ffffff; background:#26b4ab;    padding: 0.6em 2em;}
.ample-business-topfooter .widget ul {
    margin-left: 0;
}
.ample-business-topfooter .footer-widgets ul {
    margin-left: 0;
    padding: 0;
    margin: 0;
    list-style: none;
    -webkit-columns: 220px;
    columns: 220px;
    -webkit-column-gap: 0.5em;
    column-gap: 0.5em;
}
.ample-business-topfooter .footer-widgets ul.footer-address {
    -webkit-columns: inherit;
    columns: inherit;
    -webkit-column-gap: 0;
    column-gap: 0;
}
.ample-business-topfooter .footer-widgets ul.footer-address li {
    padding-left: 20px;
    font-size: 13px;
    line-height: 26px;
}
.ample-business-topfooter .footer-widgets ul.footer-address li:before {
    display: none;
}

.ample-business-topfooter .footer-widgets ul.footer-address li .fa {
    position: absolute;
    left: 0;
    top: 1px;
}
.home-blog .main-title h2.widget-title {
    text-align: center;
    color: #000000;
    line-height: 1.4em;
    font-size: 36px;
    text-transform: capitalize;
    font-weight: 700;
}
.home-membership h3.widget-title {
    color: #000000;
    font-size: 28px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

.home-membership ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.home-membership ul li {
	list-style: none;
    padding: 8px 23px;
    font-size: 14px;
    font-weight: 500;
    position: relative;
    color: #000000;
}
.home-membership ul li a{ color: #000000;}
.home-membership ul li a:hover{ padding: 0 10px;}
.home-membership ul li:before{   
    content: "\f178";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 16px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    left: 0;
    top: 10px;
    color: #000000;
	
	}
	.no-sidebar .show-sidebar ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.no-sidebar .show-sidebar ul li {
	clear: both;
    display: table;    padding: 0;
    margin-bottom: 12px;
    width: 100%;
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 12px;
}

.no-sidebar .show-sidebar ul li a {
	float: left;
    width: calc(100% - 35px);
    width: -webkit-calc(100% - 35px);
    width: -moz-calc(100% - 35px);
    color: #444;
    font-size: 15px;
    text-transform: normal;
}
.no-sidebar .show-sidebar ul li:last-child
{
    border-bottom: none;
}
/* .no-sidebar .show-sidebar ul li:before {
    position: absolute;
    left: 0;
    top: 11px;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 12px;
    color: rgba(0, 0, 0, 0.6);
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f061";
} */

.no-sidebar .show-sidebar ul li.current-menu-item a {
    color: #19b1bc;
}
.page-content h3, .entry-content h3 {
    font-size: 22px;
    margin-top: 0;    display: inline-block;
    margin-bottom: 15px;
}
.blog-details .entry-header {
    padding: 0;
    text-align: left;
}
.blog-details .page-content, .blog-details .entry-content, .blog-details .entry-summary {
    margin: 10px 0 0;
}
.about-doc {
    border-radius: 5px;
    box-shadow: 2px 2px 4px 1px rgba(51, 51, 51, 0.2);
}
.ample-inner-banner {
    position: relative;
}

.ample-inner-banner:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(49, 86, 164, 0.4);
}

.specialty-services-page h3.widget-title {
    font-size: 26px;
    position: relative;
    padding: 5px 0;
}

.specialty-services-page h3.widget-title:before {
    content: "";
    position: absolute;
    left: -17px;
    top: 2px;
    width: 50px;
    background: rgba(25, 177, 188, 0.1);
    height: 100%;
    z-index: 0;
}
.specialty-services-page ul.menu {
    padding: 0;
    margin: 0;
    list-style: none;
/*     -webkit-columns: 260px;
    columns: 405px;
    -webkit-column-gap: 1em;
    column-gap: 1em; */
}

.blog-page .post {
    width: 33.33%;
	float:left;
}
.specialty-services-page ul.menu li {
    margin-bottom: 1em;
float: left;
    width: 33.33%;
    padding: 0 5px;
    list-style: none;
}
.specialty-services-page ul.menu li a {
    color: #ffffff;
    display: inline-block;
    width: 100%;
    font-size: 14px;
    background: rgb(25, 177, 188);
    padding: 0.8em 1em 0.8em 1.5em;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
    list-style: none;
    border-radius: 5px;
    position: relative;
    box-shadow: 2px 2px 7px -2px rgba(51, 51, 51, 0.5);
}

.specialty-services-page ul.menu li a:before {
    border: 15px solid transparent;
    height: 0;
    width: 0;
    border-left-color: #05838c;
    left: 0px;
    top: 5px;
    content: '';
    display: block;
    position: absolute;
    z-index: 3;
}
.specialty-services-page ul.menu li a:hover{ padding-left:2em; background-color: #9d4b71 !important;
    background: radial-gradient(at 20% -10%, #9d4b71, #f29a99) !important;}
.specialty-services-page ul.menu li a:hover:before{ border-left-color: #9d4b71;}
.post  header.entry-header {
    text-align: left;
}
.cat-list {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
    -moz-column-gap: 1em;
    -webkit-column-gap: 1em;
    column-gap: 1em;
}
.cat-list article.post .entry-header .entry-title{    margin-bottom: 0;}
.cat-list article.post {
    float: left;
    margin: 0 0 1em;
    width: 100%;
    break-inside: avoid;
}
.single-ample-page #primary .container {
    width: 100%;
}
.custom-logo {
    -webkit-transition: all .5s;
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transition: all .5s;
    -ms-transform: scale3d(1, 1, 1);
    -moz-transition: all .5s;
    -moz-transform: scale3d(1, 1, 1);
    transition: all .5s;
    transform: scale3d(1, 1, 1);
}
.navbar-brand {
    height: auto;
}
.top-phone {
    color: #ffffff;
    display: flex;
    align-items: center; margin-right: 15px;
}

.top-phone .fa {
    margin-right: 5px;
}
.entry-content ol > li {
    padding: 5px 0;
}
.specialty-service-slider .panel-grid-cell {
    width: 100% !important;padding:0 20px;-ms-transition: all .5s; -moz-transition: all .5s; transition: all .5s; opacity:0; visibility:hidden;
}
.specialty-service-slider .owl-item .panel-grid-cell {
	opacity:1;visibility:visible;
}
.specialty .sow-headline-container {
    text-align: center;
}
@media only screen and (max-width:767px) {
.navbar-fixed-top img.custom-logo {
    max-width: 180px;
}
.navbar-fixed-top .nav-wrapper {
    margin: 5px 0px;
}
	.header-right {
		padding-right: 0;
    position: static;
    padding-left: 0;
	}
	.header-search {
		position: absolute;
		top: 5px;
		right: 15px;
	}
	.header-right-top, .header-right-top section, .header-right-top div{
		display: inline-block;
		vertical-align: bottom;
		width: 100%;
	}
	.header-right-top a{    width: 100%;
		display: inline-block;
		border-radius: 0 !important;}
	.top-header {
		padding: 5px 0 0;
	}
	.main-header {
		padding-top: 0 ;
		padding-bottom: 0 ;
	}
	#showbutton {
		font-size: 26px;    line-height: 26px;
	}
	.sow-slider-base ul.sow-slider-images .sow-slider-image-wrapper {
		padding: 130px 10px 0 25px !important;
	}
	.sow-slider-base ul.sow-slider-images li.sow-slider-image.sow-slider-image-cover {
		background-repeat: repeat;
		height: 350px !important;
	}
	.sow-slider-image-wrapper .banner-caption h2{font-size: 26px !important;}
	.sow-slider-base ul.sow-slider-images li.sow-slider-image:nth-child(3) .sow-slider-image-overlay.sow-slider-image-cover{    background-position: 90% 0 !important;}

.home-service .panel-grid-cell {
    margin-bottom: 0 !important;
}
.home-service, .specialty {
    padding-bottom: 0 !important;
}
.specialty .sow-headline-container, .condition-treated .sow-headline-container, .speciality-services .sow-headline-container {
    text-align: center !important;
}	
.speciality-services, .condition-treated, .home-membership .panel-widget-style {
    padding-left: 15px !important;
    padding-right: 15px !important; padding-top:30px !important;padding-bottom:30px !important;
}

.specialty {
    padding-bottom: 0 !important;
}
.speciality-services .menu li, .condition-treated .menu li {
margin-bottom: 0;}
.main-header .col-sm-9 {
    margin-left: auto; position:static;
}
.menu-main-menu-container {
    position: absolute;
    right: 0;    top: 100%;
    width: 100%;    max-height: 400px;
    overflow: auto;
}
.main-nav {
    background: #cccccc;
}
.main-nav > li {
    margin-left: 0;    display: inline-block;
}
.main-nav > li > a {
    padding: 0px 15px;
    height: auto;
    line-height: 40px;position: relative;
}
.below:after {
right: 10px;}
.main-nav > li > ul {
    width: 100% !important;
    float: left;
    padding: 0;
}
.main-nav > li > ul > li {
    width: 100% !important;
}
.main-nav >li > ul > li > a {
    padding-left: 25px;
    padding-right: 25px;
    color: #000000;    border-bottom: 0;font-size: 13px;
}
.main-nav > li.current-menu-item > a, .main-nav > li.current-menu-parent > a {
    color: #1bb3be;
}

.top-header-socialicon, .top-header-contact-info {
    text-align: left;
}
.alignright {
    display: inline;
    float: left;
    margin-left: 0;
    margin-bottom: 1.5em;
}
.blog-list .col-xs-12 {
    width: 100%;
    margin-bottom: 30px;
}
.info-section {
    padding: 30px 0;
}

.specialty-service .specialty-service-content h3 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 24px;
    margin-bottom: 0;}
.specialty-service .specialty-service-content {
    height: 100px;
}
.specialty-services-page ul.menu li {
    width: 100%;
}
.blog-page .post {
    width: 100%;
	float:left;
}
.specialty-service-slider .owl-buttons div {
    left: 0;
}
.specialty-service-slider .owl-buttons div.owl-next {
    right: 0;
}
.copyright-bottom span {
    margin-left: 0;
    padding-left: 0;
    margin-top: 5px;
    display: block;
    clear: both;
}
.copyright-bottom span:before{ display:none;}
}
@media only screen and (max-width:374px) {	
	.top-header-contact-info a.top-email {
    display: none;
}
.top-header-contact-info .top-phone a {
    font-size: 13px;
}

	}
@media only screen and (min-width:375px) and (max-width:479px) {
	.top-header-contact-info a.top-email {
    display: none;
}
	}
@media only screen and (min-width:480px) and (max-width:639px) {}
@media only screen and (min-width:640px) and (max-width:767px) {}
@media only screen and (min-width:768px) and (max-width:980px) {.top-header-contact-info a {
    font-size: 12px;
}
.main-header .col-sm-9 {
    margin-left: auto; position:static;
}
.menu-main-menu-container {
    position: absolute;
    right: 0;
    width: 100%;
}
.main-nav {
    background: #cccccc;
}
.main-nav > li {
    margin-left: 0;    display: inline-block;
}
.main-nav > li > a {
    padding: 0px 15px;
    height: auto;
    line-height: 40px;position: relative;
}
.below:after {
right: 10px;}
.main-nav > li > ul {
    width: 100% !important;
    float: left;
    padding: 0;
}
.main-nav > li > ul > li {
    width: 100% !important;
}
.main-nav >li > ul > li > a {
    padding-left: 25px;
    padding-right: 25px;
    color: #000000;
}
.main-nav > li.current-menu-item > a, .main-nav > li.current-menu-parent > a {
    color: #1bb3be;
}
.home-service .panel-grid-cell {
    float: left !important;
    width: 25% !important;    margin-bottom: 30px !important;
}

.home-service {
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-direction: inherit !important;
    -ms-flex-direction: inherit !important;
    flex-direction: inherit !important;
}
.home-service-box .widget-title {
    font-size: 18px;
    color: #ffffff;
    font-weight: 400;
}
.home-service-box {
    background: #1bb3be;
    padding: 15px;
    box-shadow: inset 0 0 25px 5px rgba(51, 51, 51, 0.15);
}
.so-widget-sow-image-default-bd5cd9da0588 .sow-image-container .so-widget-image {
    margin: 0 auto;
}
.specialty-service .specialty-service-content{    height: 80px;}

.speciality-services, .condition-treated, .home-membership .panel-widget-style {
    padding-left: 15px !important;
    padding-right: 15px !important; padding-top:30px !important;padding-bottom:30px !important;
}

.specialty {
    padding-bottom: 0 !important;
}
.no-sidebar #primary .panel-grid .panel-grid-cell:nth-child(1) {
    order: 2;
}
}