@media screen {
* {
    margin: 0;
    padding: 0;
}
html {
    font-size: 16px;
    overflow-x: hidden;
}
body {
    background-color: #eee;
    font-family: Arial,sans-serif;
    font-size: 50%;
    line-height: 1.8;
}
.screen-reader-text {
    left: -9999px;
    position: absolute;
    top: -9999px;
}
.clear {
    clear: both;
}
.group::after {
    clear: both;
    content: " ";
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden;
}
* html .group, *:first-child + html .group {
}
h1, h2, h3 {
    font-weight: normal;
    line-height: 1.5em;
    margin: 0 0 10px;
}
h1 {
    color: #1c7ab0;
    margin-bottom: 30px;
}
h2 {
    color: #1c7ab0;
}
h3 {
    color: #1c7ab0;
    font-size: 2em;
}
p {
    color: #777;
    font-size: 16px;
    margin: 0 0 30px;
}
a {
}
a:hover {
    text-decoration: none;
}
blockquote {
    border-left: 4px solid #47a277;
}
blockquote p {
}
.ticker {
    background-color: #e6e6e6;
    border-bottom: 3px solid #d6d6d6;
    margin: 0 !important;
    padding: 0 !important;
    text-align: center;
}
.ticker p {
    color: #47a277;
    margin: 0 !important;
}
ul, ol {
    margin: 0 0 10px;
}
.post {
}
.post h1 {
    color: #1c7ab0;
    font-size: 2.8em;
}
.post h2 {
    color: #47a277;
    font-size: 2em;
    padding-right: 30px;
}
.post h3 {
    color: #1c7ab0;
    font-size: 1.6em;
}
.post ul, .post ol {
    color: #777;
    font-size: 1.6em;
    list-style: outside none disc;
    margin-bottom: 30px;
    margin-left: 15px;
}
.post ul ul, .post ol ol {
    font-size: inherit;
}
.post .entry p{
	font-size: 1em;
	margin-bottom: 5px;
}
.post .entry ul, .post .entry ol {
    color: #777;
    font-size: 1em;
    list-style: outside none disc;
    margin-bottom: 10px;
    margin-left: 15px;
}
.post .entry ul li ul li {
	list-style-type: circle;
}
.post .entry h3 {
    color: #1c7ab0;
    font-size: 1.6em;
    margin-top: 10px;
}
.post .entry h4 {
    color: #1c7ab0;
    font-size: 1.3em;
    margin-top: 10px;
}
.post .entry img{
	max-width: 100%;
}
.post .btn {
    font-size: inherit;
}
.entry {
    padding-right: 30px;
}
.navigation {
    font-size: 2em;
    height: 40px;
    margin-bottom: 40px;
}
.navigation > div {
    display: inline-block;
}
.next-posts {
    float: left;
}
.prev-posts {
    float: right;
}
input[type="text"],input[type="date"] {
    font-size: 1.4em;
}
.active {
    opacity: 1 !important;
}
.alignleft {
    float: left;
    margin-right: 15px;
}
.alignright {
    float: right;
    margin-left: 15px;
}
.borderTop {
    border-top: 1px solid #cccccc;
}
#siteWrapper {
    background-color: #fff;
    box-shadow: 0 0 3px #666666;
    margin: 0 auto;
    max-width: 1440px;
    overflow: hidden;
    position: relative;
    z-index: 0;
}
hr {
    margin-bottom: 15px;
    margin-top: 15px;
}
.viewAll {
    display: inline-block;
    font-size: 1.6em;
    vertical-align: text-bottom;
}
.show {
    display: none !important;
}
.first {
    padding-left: 0 !important;
}
.last {
    margin-right: 0 !important;
    padding-right: 0 !important;
}
.btn {
    border-radius: 0;
    color: #fff;
    font-size: 14px;
    margin: 0 40px 30px 0;
    padding: 17px 40px;
}
.btn:hover {
    background-color: #555;
    color: #fff;
}
.yellowBtn {
    background-color: #dc9416;
}
.orangeBtn {
    background-color: #c8663d;
}
.purpleBtn {
    background-color: #a6468a;
}
.greenBtn {
    background-color: #47a277;
}
.tiltBtn {
    background-color: #019cb3;
}
.form-control{
	padding: 6px 12px !important;
}
input[type="date"].form-control{
	line-height: 1.4em;
	text-align: right;
}
.middleContainer {
    border-left: 1px solid #dfdfdf;
    border-right: 1px solid #dfdfdf;
}
.topBottomPadding .container > div {
    padding: 48px 40px;
}
#secondaryNav {
    background-color: #1c7ab0;
    font-size: 1.7em;
    height: 83px;
}
#secondaryNav {
    padding-top: 8px;
}
#secondaryNav ul li {
    display: inline-block;
    margin-right: 15px;
}
#secondaryNav ul li > ul {
    background-color: #1c7ab0;
    clear: both;
    display: none;
    margin-left: -20px;
    padding: 0 20px;
    position: absolute;
    z-index: 9999;
}
#secondaryNav ul li:hover > ul {
    display: block;
}
#secondaryNav ul li:hover > ul li {
    display: block;
}
#secondaryNav a:link, #secondaryNav a:visited {
    color: #cddde9;
}
.phoneNumber {
    color: #cddde9;
	font-size: 13px;
	font-weight: bold;
	line-height: 14px;
	padding: 0;
	text-align: right;
}
.phoneNumber a{
    font-size: 14px;
}
.mobileLogo {
    display: none;
    position: absolute;
    text-align: right;
    top: 44px;
    width: 100%;
    z-index: 9998;
}
#siteNav {
    position: relative;
}
#mainNav {
    position: absolute;
    text-align: right;
    top: 44px;
    width: 100%;
    z-index: 9998;
}
#mainNav ul li {
    display: inline-block;
    font-size: 1.8em;
    list-style: inside none none;
    padding: 0 10px;
}
#mainNav .first {
    left: 0;
    margin-left: 13px;
    margin-top: -27px;
    position: absolute;
    top: 0;
}
#mainNav .first img {
    margin-top: 5px;
    width: 380px;
}
#mainNav ul li a {
	font-weight: bold;
    color: #1c7ab0;
}
#mainNav ul li a:hover {
    opacity: 0.8;
}
#headerImage {
    position: relative;
}
#headerImage img {
    margin: 0 auto;
}
#headerImage .container {
    bottom: 10px;
    height: 160px;
    position: absolute;
    right: 0;
    width: 100%;
}
#mobileNav {
    background-color: #1c7ab0;
    display: none;
    margin-left: -15px;
    padding: 20px 15px;
    position: absolute;
    width: 320%;
    z-index: 9999;
}
#mobileNav li {
    width: 100%;
}
#messageAlert {
    bottom: 10px;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
}
#messageAlert p {
    border: 1px solid #ff0000;
    color: #ffffff;
    display: inline-block;
    margin-bottom: 0;
    padding: 0 10px;
    text-shadow: 0 0 2px #000000;
}
.homePage > .row {
    border-bottom: 1px solid #dfdfdf;
}
#callToActions .row {
    border-bottom: 1px solid #dfdfdf;
    overflow: hidden;
}
#callToActions .findALocation:hover p, #callToActions .findALocation:hover h2 {
    color: #fff !important;
}
#callToActions .findALocation:hover .hoverColor {
    display: block !important;
}
#callToActions .findALocation:hover .btn {
    background-color: #555555;
    color: #fff;
}
#callToActions .findALocation .hoverColor {
    background-color: #c8663d;
    display: none;
    height: 400px;
    left: -50%;
    position: absolute;
    top: 0;
    width: 150%;
    z-index: -1;
}
#callToActions .kidneyStones:hover {
    background-color: #dc9416;
}
#callToActions .kidneyStones:hover p, #callToActions .kidneyStones:hover h2 {
    color: #fff !important;
}
#callToActions .kidneyStones:hover .btn {
    background-color: #555555;
    color: #fff;
}
#callToActions .womensHealth:hover p, #callToActions .womensHealth:hover h2 {
    color: #fff !important;
}
#callToActions .womensHealth:hover .hoverColor {
    display: block;
}
#callToActions .womensHealth:hover .btn {
    background-color: #555555;
    color: #fff;
}
#callToActions .womensHealth .hoverColor {
    background-color: #a6468a;
    display: none;
    height: 400px;
    position: absolute;
    right: -50%;
    top: 0;
    width: 150%;
    z-index: -1;
}
#callToActions .container > div {
    height: 390px;
    position: relative;
}
#callToActions .container > div .btn {
    bottom: 0px;
    position: absolute;
}
#callToActions p {
    font-size: 1.6em;
}
.homeMeetPhysicians .meetOurPyhisicians {
    left: -307px;
    position: absolute;
    top: 0;
    width: 535px;
}
.homeMeetPhysicians:hover {
    background-color: #47a277;
}
.homeMeetPhysicians:hover p, .homeMeetPhysicians:hover h2 {
    color: #fff;
}
.homeMeetPhysicians:hover .btn {
    background-color: #555 !important;
    color: #fff;
}
.newsEvents a:link, .newsEvents a:visited {
    color: #019cb3;
    text-transform: uppercase;
}
.newsletterSignup {
    background-color: #47a277;
}
.newsletterSignup h2, .newsletterSignup p {
    color: #fff;
    margin-bottom: 20px;
}
.newsletterSignup h2 {
    margin-top: 49px;
}
.newsletterSignup form {
    position: relative;
}
.newsletterSignup input[type="text"] {
    border: 0 none;
    border-radius: 6px;
    float: left;
    height: 48px;
    padding: 13px;
    width: 100%;
}
.newsletterSignup input[type="submit"] {
    background: url("images/arrowBtn.png") no-repeat scroll center center #66cb9b;
    border: 0 none;
    height: 48px;
    position: absolute;
    right: 0;
    width: 53px;
}
.newsletterBtn {
    border-radius: 0 5px 5px 0;
}
.newsletterSignup .hoverColor {
    background-color: #47a277;
    display: block;
    height: 640px;
    position: absolute;
    right: -50%;
    top: 0;
    width: 150%;
    z-index: -1;
}
.newsEvents > div {
    margin-bottom: 20px;
}
.newsEvents p strong {
    color: #000;
}
#insidePage > div {
    padding-top: 40px;
}
#insidePage #sidebar {
    padding-top: 0;
}
#insidePage #sidebar .row:first-child {
    padding-top: 40px !important;
}
#insidePage #sidebar > a {
    display: block;
}
.homePostDate {
    font-size: 1.5em;
}
.homePostTitle {
    font-size: 1.5em;
    min-height: 67px;
}
.homePostParagraph {
    font-size: 1em;
}
#insidePageNav ul {
    margin: 15px 0;
}
#insidePageNav ul.menu > li:first-child {
    padding-left: 0 !important;
}
#insidePageNav > li:last-child {
    padding-right: 0 !important;
}
#insidePageNav li {
    display: inline;
    font-size: 1.9em;
    padding: 0 40px 0 0;
}
#insidePageNav li ul {
    display: inline;
}
#insidePageNav li > a {
    opacity: 0.6;
}
#insidePageNav li ul li > a {
    opacity: 0.6;
}
#insidePageNav li a {
    color: #fff;
    display: inline;
}
#insidePageNav li:hover > a {
    opacity: 1;
}
.aboutUsNav {
    background-color: #47a277;
}
.physiciansNav {
    background-color: #47a277;
}
.servicesNav {
    background-color: #019cb3;
	position: relative;
}
.resourcesNav {
    background-color: #dc9416;
}
.locationsNav {
    background-color: #c8663b;
}
.womensservicesNav {
    background-color: #a6468a;
	position: relative;
}
.headerHeading {
    color: #ffffff;
    display: block;
    font-size: 5em;
    height: 80px;
    text-align: center;
    width: 100%;
}
.headerSubHeading {
    clear: both;
    color: #ffffff;
    display: block;
    font-size: 3em;
    position: relative;
    right: 0;
    text-align: center;
    top: 0;
    width: 100%;
}
#sidebar {
    border-left: 1px solid #dfdfdf;
}
#sidebar .row:first-child {
    padding: 0 0 30px 30px !important;
}
#sidebar .row {
    border-bottom: 1px solid #dfdfdf;
    padding: 30px 30px 15px;
    width: 152%;
}
#sidebar .videoGallery {
    padding: 0 !important;
}
.testimonialTitle {
    color: #1c7ab0;
    text-transform: uppercase;
}
.sidebarQuote {
    font-family: Georgia;
    font-size: 2.2em;
    line-height: 2em !important;
    margin: 0 0 20px;
    position: relative;
    width: 87%;
}
.sidebarQuote::before {
    left: 0;
    position: absolute;
    top: -30px;
    z-index: -1;
}
.sidebarQuote::after {
    bottom: 0;
    position: absolute;
    right: 0;
    z-index: -1;
}
.sidebarQuote a {
    color: #777777;
}
.sidebarQuote a:hover {
    color: #fff;
}
#sidebar p {
    width: 87%;
}
.reviewer, .testimonialTitle {
    display: block;
    font-family: Arial;
    font-size: medium;
}
#sidebar .meetOurTeam:hover {
    background-color: #47a277;
}
#sidebar .meetOurTeam:hover p, #sidebar .meetOurTeam:hover h2 {
    color: #fff !important;
}
#sidebar .meetOurTeam:hover .btn {
    background-color: #555555;
    color: #fff;
}
#sidebar .findALocation:hover {
    background-color: #c8663d;
}
#sidebar .findALocation:hover p, #sidebar .findALocation:hover h2 {
    color: #fff !important;
}
#sidebar .findALocation:hover .btn {
    background-color: #555555;
    color: #fff;
}
#sidebar .womensHealth:hover {
    background-color: #a6468a;
}
#sidebar .womensHealth:hover p, #sidebar .womensHealth:hover h2 {
    color: #fff !important;
}
#sidebar .womensHealth:hover .btn {
    background-color: #555555;
    color: #fff;
}
#sidebar .sidebarTestimonial:hover {
    background-color: #47a277;
}
#sidebar .sidebarTestimonial:hover p, #sidebar .sidebarTestimonial:hover h2, #sidebar .sidebarTestimonial:hover a, #sidebar .sidebarTestimonial:hover .testimonialTitle {
    color: #fff !important;
}
#sidebar .sidebarTestimonial:hover .btn {
    background-color: #555555;
    color: #fff;
}
#sidebarForm input, #sidebarForm select, #sidebarForm textarea {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 3px;
    margin-bottom: 20px;
    padding: 10px;
    width: 240px;
}
#sidebarForm textarea {
    display: block;
}
#sidebarForm p {
    margin-bottom: 0;
}
#sidebarForm .submit {
    background-color: #47a277 !important;
    color: #fff !important;
    font-size: 14px;
    width: 140px !important;
}
.menu li ul li {
    font-size: inherit !important;
}
#archives, #categories {
    font-size: 1.6em;
    list-style: inside none none;
}
.physicians {
    padding: 0;
    width: 100% !important;
}
.physicians .row {
    padding: 0 !important;
}
.physicianRow {
    min-width: 100% !important;
    padding-top: 0 !important;
    width: 100% !important;
}
.physicianRow > div.row > div {
    float: left;
    height: 420px;
    overflow: hidden;
    padding: 0;
}
.physicianRow > div.row > div img {
    width: 100%;
}
.physicianRow > div.row > div > div.content {
    border-right: 1px solid #ccc;
    height: 100%;
    padding: 30px 30px 0;
}
.physicianRow .btn {
    bottom: 0;
    position: absolute;
}
#footer {
    background-color: #1c7ab0;
    padding: 24px 0;
}
#footer h3 {
    color: #bccddb;
}
#footer ul {
    font-size: 1.5em;
    list-style: inside none none;
}
#footer a, #footer a:visited {
    color: #eee;
}
#footer .extra, #locationsNav .extra{
	color: #eee;
}
.footerContactUs a, .footerContactUs a:visited {
    color: #96c4f1;
}
.phone {
    color: #fff;
    font-weight: bold;
}
#subFooter {
    background-color: #545454;
    height: 42px;
}
#subFooter > .row {
    position: relative;
}
#subFooter p {
    color: #96c3f0;
    margin: 0;
    padding-top: 15px;
}
#subFooter a {
    color: #fff;
}
#socialMedia {
    position: absolute;
    right: 15px;
    top: 0;
}
#socialMedia a {
    display: inline-block;
    float: left;
    font-size: 1.5em;
}
#socialMedia .patientLogin {
    background-color: #47a277;
    padding: 10px 30px;
}
#socialMedia .facebook {
    background-color: #3d5b94;
}
#socialMedia .twitter {
    background-color: #3dacdd;
}
#socialMedia .facebook {
    background-color: #1e83ae;
}
.fb_iframe_widget {
    display: inline-block;
    position: relative;
    width: 100%;
}
.fb_iframe_widget span {
    display: inline-block;
    position: relative;
    text-align: justify;
    width: 100% !important;
}
.fb_iframe_widget iframe {
    position: absolute;
    width: 100% !important;
}
form#contactUsForm {
    width: 100%;
}
#contactUsForm label {
    display: block;
    font-size: 1.6em;
}
#contactUsForm input {
    border: 1px solid #ddd;
    border-radius: 3px;
    display: block;
    padding: 10px;
    width: 100%;
}
#contactUsForm textarea {
    border: 1px solid #ddd;
    border-radius: 3px;
    padding: 10px;
    resize: none;
    width: 100%;
}
#contactUsForm select {
    background-color: #f5f5f5;
    border: 1px solid #dddddd;
    border-radius: 3px;
    display: block;
    margin-bottom: 30px;
    padding: 10px;
    width: 100%;
}
#contactUsForm option {
    padding: 10px;
}
.service_ico{
	position: absolute; 
	top: 20%;
	left: 2%;
}
}
@media (min-width: 1200px) {
.mobileLogo {
    display: none !important;
}
#mainNav {
    top: 62px;
}
#mainNav ul li {
    padding: 0 16px;
}
#mainNav .first img {
    margin-top: 0;
    width: auto;
}
.homeMeetPhysicians .meetOurPyhisicians {
    height: 390px;
    left: -127px;
    position: absolute;
    top: 0;
}
#secondaryNav ul li {
    display: inline-block;
    margin-right: 41px;
	margin-bottom: 20px;
}
#secondaryNav ul li ul li{
	margin-bottom: 10px;
}
#callToActions .container > div {
    height: 264px;
}
.homeMeetPhysicians .container > div .btn {
    bottom: 5px !important;
}
.sidebarQuote {
    width: 77%;
}
#sidebar p {
    width: 77%;
}
}
@media (min-width: 768px) and (max-width: 979px) {
.mobileLogo {
    display: block !important;
}
.mobileLogo img {
    margin: 0 auto;
}
.container {
    width: 100%;
}
.hidden_700 {
    display: none;
}
.show {
    display: block !important;
}
#mainNav {
    display: none;
}
#secondaryNav {
    color: #fff;
}
#secondaryNav ul li {
    font-size: 0.8em;
}
#secondaryNav a:link, #secondaryNav a:visited {
    color: #fff;
}
#menuIcon:hover {
    cursor: pointer;
}
#locationsNav {
    display: none;
}
.menuNav {
    z-index: 9999;
}
#headerImage .container {
    height: 70px;
}
.homePage div {
    overflow: hidden;
    width: 102%;
}
.newsletterSignup {
    overflow: visible !important;
    width: 102% !important;
}
#callToActions .container, #callToActions > div.row {
    margin: 0;
    padding: 0;
}
#callToActions .container > div {
    height: 290px;
    position: relative;
}
.homePage h2 {
    margin-top: 20px;
}
#callToActions .container > div .btn {
    margin: 60px auto 0;
    position: absolute;
}
#callToActions .findALocation .hoverColor, #callToActions .womensHealth .hoverColor {
    left: 0;
    width: 100%;
}
.homeMeetPhysicians .btn {
    margin-top: 30px !important;
}
.first {
    padding: inherit !important;
}
.topBottomPadding .container > div {
    padding: 15px !important;
}
.homeMeetPhysicians .meetOurPyhisicians {
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.homeMeetPhysicians > div > .col-lg-8 {
    height: 345px !important;
}
.newsletterSignup p {
    margin-right: 80px;
}
.newsletterSignup input[type="text"] {
    width: 95%;
}
.newsletterSignup input[type="submit"] {
    right: 28px;
}
#sidebar {
    border-left: 0 none;
}
#sidebar .btn {
    margin: auto;
}
#sidebar .row {
    margin-left: -30px;
    margin-right: -30px;
    padding: 30px 30px 50px;
    width: auto;
}
#sidebar .videoGallery img {
    width: 100%;
}
.thirdNavMenu {
    display: none;
}
.sidebarDropdownMenu select {
    font-size: 1.5em;
    margin: 20px 0;
    width: 100%;
}
.physicianRow > div.row > div {
    height: 500px;
}
.physicianRow > div.row > div > div.content {
    height: 100%;
}
#footer ul {
    margin-bottom: 30px;
}
#footer li {
    display: inline-block;
    padding-bottom: 0;
    padding-right: 30px;
}
#callToActions .container > div {
    border-bottom: 1px solid #ccc;
}
.footerContactUs {
    display: none;
}
.headerHeading {
    font-size: 2em;
    height: 35px;
}
.headerSubHeading {
    font-size: 1.3em;
    height: 40px;
}
#locationsMap {
    height: 438px !important;
}
#map {
    height: 400px !important;
    margin-left: -30px;
    margin-right: -15px;
    max-width: 117%;
    position: relative !important;
}
.homePostTitle {
    min-height: auto;
}
}
@media (max-width: 768px) {
.mobileLogo {
    display: none !important;
}
.mobileLogo img {
    margin: 0 auto;
}
.hidden_700 {
    display: none;
}
.show {
    display: block !important;
}
#mainNav {
    display: none;
}
#secondaryNav {
    color: #fff;
}
#secondaryNav ul li {
    font-size: 0.8em;
}
#secondaryNav a:link, #secondaryNav a:visited {
    color: #fff;
}
#menuIcon:hover {
    cursor: pointer;
}
#locationsNav {
    display: none;
}
.menuNav {
    z-index: 9999;
}
#headerImage .container {
    height: 70px;
}
.homePage div {
    overflow: hidden;
    width: 100%;
}
#callToActions .container, #callToActions > div.row {
    margin: 0;
    padding: 0;
}
#callToActions .container > div {
    height: 180px;
    position: relative;
}
.homePage h2 {
    margin-top: 20px;
}
#callToActions .container > div .btn {
    margin: 60px auto 0;
    position: absolute;
	bottom: 10px;
}
#callToActions .findALocation .hoverColor, #callToActions .womensHealth .hoverColor {
    left: 0;
    width: 100%;
}
.homeMeetPhysicians .btn {
    margin-top: 30px !important;
}
.first {
    padding: inherit !important;
}
.topBottomPadding .container > div {
    padding: 15px !important;
}
.homeMeetPhysicians .meetOurPyhisicians {
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.homeMeetPhysicians > div > .col-lg-8 {
    height: 345px !important;
}
.homePostTitle {
    min-height: auto;
}
#sidebar {
    border-left: 0 none;
}
#sidebar .btn {
    margin: auto;	width: 100%;
}
#sidebar .row {
    margin-left: -30px;
    margin-right: -30px;
    padding: 30px 30px 50px;
    width: auto;
}
#sidebar .videoGallery img {
    width: 100%;
}
.thirdNavMenu {
    display: none;
}
.sidebarDropdownMenu select {
    font-size: 1.5em;
    margin: 20px 0;
    width: 100%;
}
.physicianRow > div.row > div {
    height: 500px;
}
.physicianRow > div.row > div > div.content {
    height: 100%;
}
#footer ul {
    margin-bottom: 30px;
}
#footer li {
    display: inline-block;
    padding-bottom: 0;
    padding-right: 30px;
}
#callToActions .container > div {
    border-bottom: 1px solid #ccc;
}
.footerContactUs {
   
}
.headerHeading {
    font-size: 2em;
    height: 35px;
}
.headerSubHeading {
    font-size: 1.3em;
    height: 40px;
}
#locationsMap {
    height: 438px !important;
}
#map {
    height: 400px !important;
    margin-left: -30px;
    margin-right: -15px;
    max-width: 117%;
    position: relative !important;
}
.bjqs-controls{
	display: none;
}
.service_ico{
	display: none;
}
}
@media (max-width: 480px) {
.mobileLogo {
    display: none !important;
}
.mobileLogo img {
    margin: 0 auto;
    padding: 0 40px;
}
.bjqs-controls{
	display: none;
}
.mobileWomensServicesLogo {
    top: 10px !important;
}
.show {
    display: block !important;
}
.phoneNumber {
    font-size: 0.9em;
    padding-right: 50px;
}
.menuNav {
    margin-top: 8px;
}
#callToActions .container > div .btn {
    margin-top: 30px;
}
.homeMeetPhysicians > div > .col-lg-4 {
    height: 200px !important;
}
.homeMeetPhysicians > div > .col-lg-8 {
    height: 515px !important;
}
.homeMeetPhysicians > div > .col-lg-8 .btn {
    margin-top: 20px;
    position: relative !important;
}
.homePostTitle {
    min-height: auto;
}
.physicianRow > div.row > div {
    width: 100%;
}
#sidebar .row {
    padding: 30px 10px 50px;
}
#footer > .container > div, #footer > .container li {
    text-align: center;
    width: 100%;
}
#footer li {
    padding-right: 0;
}
#secondaryNav {
    font-size: 1.8em;
}
.entry {
    padding-right: 0;
}
#secondaryNav {
    padding-top: 12px;
}
#locationsMap {
    height: 438px !important;
}
#map {
    height: 400px !important;
    margin-left: -30px;
    margin-right: -15px;
    max-width: 117%;
    position: relative !important;
}
}
@media print {
.do-not-print {
    display: none;
}
#comments {
    page-break-before: always;
}
body {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #000;
    font-family: Garamond,"Times New Roman",serif;
    font-size: 12pt;
    letter-spacing: 0.2pt;
    line-height: 1.4;
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
    word-spacing: 1.1pt;
}
h1, h2, h3, h4, h5, h6 {
    font-family: Helvetica,Arial,sans-serif;
}
h1 {
    font-size: 19pt;
}
h2 {
    font-size: 17pt;
}
h3 {
    font-size: 15pt;
}
h4, h5, h6 {
    font-size: 12pt;
}
code {
    font: 10pt Courier,monospace;
}
blockquote {
    margin: 1.3em;
    padding: 1em;
}
img {
    display: block;
    margin: 1em 0;
}
a img {
    border: medium none;
}
table {
    margin: 1px;
    text-align: left;
}
th {
    border-bottom: 1px solid #333;
    font-weight: bold;
}
td {
    border-bottom: 1px solid #333;
}
th, td {
    padding: 4px 10px 4px 0;
}
caption {
    background: none repeat scroll 0 0 #fff;
    margin-bottom: 2em;
    text-align: left;
}
thead {
    display: table-header-group;
}
tr {
    page-break-inside: avoid;
}
a {
    color: black;
    text-decoration: none;
}
}