/*!
Theme Name: GOOD
Theme URI: https://www.goodobgyn.com/
Author: Medical Management Associates, Inc. (JOM) // Underscores.me
Author URI: https://www.medicalpracticewebsitedesign.com/
Description: Blog customized to seamlessly integrate into Main Site
Version: 999.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: good
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

GOOD is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

a:visited {
	color: #800080;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

/* ------------------------------------------------- */
/* --------------- Begin Site Styles (copied from main site and edited) --------------- */
/* ------------------------------------------------- */

.clear {
	clear:both;
	display:table;
}
body {
	height: 100%;
	width: 100%;
	padding:0;
	margin:0;
	background-color:#f8f8f8; /* soft white - same color as footer background */  
    font-family: 'Noto Sans', sans-serif;
	color: #333333;/* dark gray */
	font-size: 26px;
	line-height:normal;
}
/* ------ Top Bar ------- */
#top-bar{
	width:100%;
	margin:0;
	padding: 0;
	background: #009da6; /* bright teal */
	display:block;
	height: 55px;
}

#top-bar-inner{
	position:relative;
	width:1200px;
	margin:0 auto;
	padding:0;
}

#top-bar-functions {
	position:relative;
	width:50%;
	float:right;
}

#top-bar-inner a{
	text-align:center;
	text-decoration:none;
	background:#1c6876;
	color:#ffffff;
	line-height:55px;
	height: 55px;
	font-size:20px;
	margin:0;
	padding:0 20px;
	box-sizing:border-box;
	display:inline-block;
	-webkit-transition:all .25s;
	-moz-transition:all .25s;
	transition:all .25s;
}
#top-bar-inner #top-bar-functions a {
	width:33.3333333%;
	padding:0;
}

#top-bar-inner #top-bar-functions a:first-child{
	background:#fcc3cc;
}

#top-bar-inner #top-bar-functions a:last-child {
	background:#ea8f9e;
}

#top-bar-inner  #top-bar-functions  a:hover{
	background: #ffffff;
	color: #ea8f9e;
	-webkit-transition:all .25s;
	-moz-transition:all .25s;
	transition:all .25s;	
}



/* ------ HEADER ------- */
header.header{ /* class added for WP to differentiate this head from other header elements in blog articles */
	width:100%;
	margin:0;
	padding: 0;
	background: #f8f8f8; /* soft white */
	display:block;
	height: 205px;
}

#header-inner{
	max-width: 100%;
	width:1200px;
	margin:0 auto;
	padding:0;
}

#header-inner a#logo{
	float:left;
	width: 50%;
	transform:scale(1,1);
	-webkit-transition:all .25s;
	-moz-transition:all .25s;
	transition:all .25s;
}

#header-inner a#logo:hover{
	float:left;
	max-width: 50%;
	transform:scale(.95,.95);
	-webkit-transition:all .25s;
	-moz-transition:all .25s;
	transition:all .25s;
}


#header-right{
	position:relative;
	float:left;
	width:50%;
	display:block;
	height: 205px;
}
#header-right p#decatur{
	position:absolute;
	top:60px;
	left:5%;
	width:50%;
	color: #333333; /* dark gray */
	font-size:30px;
	line-height:30px;
}

#header-right p#stone-mountain{
	position:absolute;
	top:60px;
	left:55%;
	width:50%;
	color: #333333; /* dark gray */
	font-size:30px;
	line-height:30px;
}

#header-right p a{
	font-family: 'Noto Serif', serif;
	color: #1c6876; /* dark teal */
	font-size:24px;
	text-decoration:none;
}

#header-right p a:hover{
	text-decoration:underline;
}

/* ----- NAVIGATION ----- */
#nav-wrapper {
	width:100%;
	height:55px;
}

#nav-wrapper {
	width:100%;
	max-width:100%;
	display:block;
	height:55px;
	background: #009da6; /* bright teal */
}
nav#main-nav {
	height:55px;
	display:block;
	max-width:1200px;
	margin:0 auto;
	position:relative;
	z-index:1000;
}
nav#main-nav ul.menu.menu-toggle {
	width:100%;
	margin:0;
	padding:0;
	position:relative;
	display:table;
	z-index:1000;
}
nav#main-nav ul > li {
	margin:0;
	padding:0;
	display:table-cell;
	vertical-align:middle;
	text-align:center;
	position:relative;
	z-index:1000;
	width:auto;
	overflow:visible;
	line-height:55px;
}
	nav#main-nav ul > li:after {
		content: '';
		display:block;
		opacity:0;
		width: 0; 
		height: 0; 
		border-left: 9px solid transparent;
		border-right: 9px solid transparent;
		border-bottom: 9px solid #ffffff;
		z-index: 2;
		position:absolute;
		bottom:0;
		left:50%;
		transform:translate(-50%, 0%);
		-moz-transition:opacity .25s;
		-webkit-transition:opacity .25s;
		transition:opacity 0s;
}




	nav#main-nav ul > li:hover:after, nav#main-nav ul > li.current:after  {
		display:block;
		opacity:1;
		transition:opacity .5s .25s;
		
	}

/*
	nav#main-nav ul > li:hover:after  {
		display:block;
		opacity:1;
		transition:opacity .5s .25s;
		}
	*/
nav#main-nav ul > li a {
	position:relative;
	background:none;
    font-family: 'Noto Sans', sans-serif;
	font-size:20px;
	text-transform:uppercase;
	display:block;
	color:#ffffff;
	text-decoration:none;
	text-align:center;
	z-index:1000;
}




span.droptoggle{display:none;}
/* ---- Dropdown Subnav ---- */
nav#main-nav ul > li.sub {
	position:relative!important;
	z-index:2000!important;
}
nav#main-nav ul > li.sub > ul.dropdown {
	margin:0;
	padding:0;
	position:absolute;
	top:55px;
	left:50%;
	transform:translate(-50%, -5px);
	background: #009da6; /* bright teal */
	border-bottom:12px solid #009da6;
	border-right:12px solid #009da6;
	border-left:12px solid #009da6;
	width:280px;
	height:auto;
	z-index:900;
	opacity:0;
	visibility:hidden;
	box-shadow:0 5px 10px -5px rgba(0,0,0,.8);
	transition:opacity 0s;
}
nav#main-nav ul > li.sub:hover > ul.dropdown {
	transform:translate(-50%, 0%);
	opacity:1;
	transition:transform .75s, opacity .5s;
	visibility:visible;
	z-index:2000;


}
nav#main-nav ul > li.sub > ul.dropdown.wnarrow {
	width:200px;
}
nav#main-nav ul > li.sub > ul.dropdown.wmedium {
	width:250px;
}
nav#main-nav ul > li.sub > ul.dropdown.wwide {
	width:300px;
}
nav#main-nav ul > li.sub > ul.dropdown.wxwide {
	width:1100px;
}
nav#main-nav ul > li.sub > ul.dropdown.wxwide.position-left {
	left:0;
	transform:translate(0%, -5px);
}
	nav#main-nav ul > li.sub:hover > ul.dropdown.wxwide.position-left {
		transform:translate(0%, 0%);
		opacity:1;
		visibility:visible;
		z-index:2000;
	}

	nav#main-nav ul > li.sub > ul.dropdown.wxwide.position-left:before {
		display:none;
	}
	nav#main-nav ul > li.sub > ul.dropdown.wxwide > li.col_3 {
		column-count:3;
		column-gap:0;
	}
	nav#main-nav ul > li.sub > ul.dropdown.wxwide > li.col_3 ul {
		display:block;
	}
	nav#main-nav ul > li.sub > ul.dropdown.wxwide > li.col_4 {
		column-count:4;
		column-gap:0;
	}
	nav#main-nav ul > li.sub > ul.dropdown.wxwide > li.col_4 ul {
		display:block;
	}
nav#main-nav ul > li.sub:last-of-type > ul.dropdown {
	left:inherit;
	right:0;
	transform:translate(0%, -5px);
}
nav#main-nav ul > li.sub:last-of-type:hover > ul.dropdown {
		transform:translate(0%, 0%);
		opacity:1;
		visibility:visible;
		z-index:2000;
		
}
nav#main-nav ul > li.sub a {
	position:relative;
	z-index:10;
}
nav#main-nav ul > li.sub:hover a:after {
		width:80%;
		opacity:1;
		
}
nav#main-nav ul > li.sub:hover ul.dropdown li a {
	background:#1c6876; /*darker teal */
}
nav#main-nav ul > li > ul.dropdown > li > ul {
	margin:0;
	padding:0;
}
nav#main-nav ul > li > ul.dropdown > li, nav#main-nav ul > li > ul.dropdown > li > ul > li {
	height:auto;
	margin:0;
	padding:0;
	display:block;
	float:none;
	background:none;
	position:relative;
	border-bottom:solid 1px rgba(255,255,255,.1);
	z-index:2000;
}
nav#main-nav ul > li.sub > ul.dropdown > li:last-child a {
	border-bottom:none;
}
nav#main-nav ul > li.sub > ul.dropdown > li a, nav#main-nav ul > li.sub > ul.dropdown > li > ul > li a {
	font:20px/22px  'Noto Sans', sans-serif;
	text-align:left;
	text-transform:none;
	display:block;
	float:none;
	color:#fff!important;
	z-index:2000;
	padding:20px;
}
	nav#main-nav ul > li.sub > ul.dropdown > li > ul > li a {
		/*padding:20px  0 20px 15px;*/
	}
	nav#main-nav ul > li.sub:hover ul.dropdown li a:hover {
		color:#ffffff!important;
		background: #ea8f9e; /* darker pink */
		
	}
	
	nav#main-nav ul > li.sub > ul.dropdown > li:after, nav#main-nav ul > li.sub > ul.dropdown > li ul li:after {
		display:none;
	}
	nav#main-nav ul > li a svg {
		color:#ffffff;
	}
/* ------ Content Containers ----- */
#primary {
	background-image:url(https://www.goodobgyn.com/images/content-bg-2021.jpg);
	background-position:0 0;
	background-repeat:repeat-x repeat-y;
	width:100%;
	display:block;
	background-attachment: fixed;
}

#container-inner {
	max-width: 90%;
	width:1200px;
	margin: 0 auto;
	padding:20px 0;
	padding: 30px 0;
}
#left-column {
	width:65%;
	float:left;
}
#container-inner h1 {
	font-size: 40px; 
	font-family: 'Noto Serif', serif;
	font-weight:normal;
	color: #1c6876; /* darker teal */
	padding:0;
	margin:0;

}

/* ----- Callouts ----- */
#callouts{
	width:100%;
	max-width:1200px;
	margin: 0 auto;
}
#callouts ul{
	margin:40px auto ;

}
#callouts ul li{
	display:inline-block;
	float:left;
	width:25%;
	max-width:300px;
	text-align:center;
	padding-bottom:40px;
}
#callouts ul li a{
	text-decoration:none;
	font-family: 'Noto Serif', serif;
	font-weight:700;
	font-style:italic;
	font-size:36px;
	line-height:40px;
	-webkit-transition:all .25s;
	-moz-transition:all .25s;
	transition:all .25s;
}
#callouts ul li a:hover{
	-webkit-transition:all .25s;
	-moz-transition:all .25s;
	transition:all .25s;
}
#callouts ul li a svg{
	box-sizing:initial;
	font-size:80px;
	width:80px;
	height:80px;
	padding:30px;
	border-radius: 50%;
	-webkit-transition:all .25s;
	-moz-transition:all .25s;
	transition:all .25s;
}
#callouts ul li a:hover svg{
		transform: scale(.9, .9);
	-webkit-transition:all .25s;
	-moz-transition:all .25s;
	transition:all .25s;
}
#callouts ul li a#docs{
	color: #fcc3cc; /* pink */
}
#callouts ul li a#docs svg{
	color: #fcc3cc; /* pink */	
	border: 10px solid #fcc3cc;
}
#callouts ul li a#svcs{
	color: #009da6; /* bright teal */
}
#callouts ul li a#svcs svg{
	color: #009da6; /* bright teal */
	border: 10px solid #009da6;
}
#callouts ul li a#locs{

	color: #1c6876; /* dark teal */
}
#callouts ul li a#locs svg{
	color: #1c6876; /* dark teal */
	border: 10px solid #1c6876;
}
#callouts ul li a#appt{
	color: #ea8f9e; /* mauve */
}
#callouts ul li a#appt svg{
	color: #ea8f9e; /* mauve */
	border: 10px solid #ea8f9e;
}

/* content */
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 2px solid #1c6876;
    margin: 10px auto;
    padding: 0;
    width: 66%;
	background:none;
}
#content p {
padding: 10px 0 12px 0;
}

#content blockquote {
	line-height:24px;
	font-style:italic;
	padding:10px;
}

#content a:link, #content a:visited {
	color: #1c6876; /* dark teal */
	font-weight:700;
	text-decoration:none;
}

#content a:hover, #content a:active {
	color:#009da6; /* bright teal */
}	


#content ul, #content ol {
padding: 5px 0 8px 40px;
}

#content ul li, #content ol li {
	font-size: 1em; /* 18px / 16px */ 
	padding: 3px 0;
}
#content ul li {
	list-style-type: disc;
}
#content ul.nobullets li{
	list-style-type:none;
	display:inline;
	padding-right:10px;
}
#content ul.nobullets li img{
	border:none!important;
}

#content ul li a:link, #content ul li a:visited,
#content ol li a:link, #content ol li a:visited {
color: #1c6876; /* dark teal */
font-weight:700;
text-decoration:none;
}

#content ul li a:hover, #content ul li a:active,
#content ol li a:hover, #content ol li a:active {
	color:#009da6; /* bright teal */
}

#content h1 {
	font-size: 40px; 
	font-family: 'Noto Serif', serif;
	font-weight:normal;
	color: #1c6876; /* dark teal */
	padding:5px 0 5px 0;
	margin:0;
}

#content h1 a:link, #content h1 a:visited {
	text-decoration:none;
}

#content h1 a:hover, #content h1 a:active {
	color:#009da6; /* bright teal */
}

#content h2 {
	font-family: 'Noto Serif', serif;
	font-weight:normal;
	font-size: 36px;
	color: #1c6876; /* dark teal */
	padding:5px 0 5px 0;
	margin:0;
}

#content h2 a:link, #content h2 a:visited {
	text-decoration:none;
}

#content h2 a:hover, #content h2 a:active {
	color:#009da6; /* bright teal */
}

#content h3{
	font-weight:normal;
	font-size: 32px;
	color: #1c6876; /* dark teal */
	padding:10px 0 5px 0;
}

#content h3 a:link, #content h3 a:visited {
	text-decoration:none;
}

#content h3 a:hover, #content h3 a:active {
	color:#009da6; /* bright teal */
}

#content h4 {
	font-weight:normal;
	font-size: 28px;
	color: #1c6876; /* dark teal */
	padding:10px 0 5px 0;
}

#content h4 a:link, #content h4 a:visited {
	text-decoration:none;
}

#content h4 a:hover, #content h4 a:active {
	color:#009da6; /* bright teal */
}

#content h5 {
	font-weight:normal;
	font-size: 24px;
	text-transform:uppercase;
	color: #1c6876; /* dark teal */
	padding:10px 0 5px 0;
}

#content h5 a:link, #content h5 a:visited  {
text-decoration:none;
}

#content h5 a:hover, #content h5 a:active {
	color:#009da6; /* bright teal */
}

#content hr {
padding:5px 0 5px 0;
padding:0;
color:#009da6;
height:2px;
text-align:left;
}

#content table {
font-weight:normal!important;
width: 100%;
margin:10px 0 0 0;

}

/*------Bread Crumbs-----*/
#breadcrumbtree {
margin:0;
padding:0;
font-size:12px;
font-weight:normal;
clear:left;
}
#breadcrumbtree a:link, #breadcrumbtree a:visited {
color: #009da6; 
font-size:12px;
text-decoration:none;
}

#breadcrumbtree a:hover, #breadcrumbtree a:active {
	color: #ea8f9e; /* mauve */

}


/* ------ Right Column contains the subnav and news ------ */
#right-column{
	float:right;
	max-width:30%;
	width: 360px;
	padding: 0 0 30px 0;
}

#right-column h2{
margin-top:30px;
font-family: 'Noto Serif', serif;
color: #1c6876; 
font-size:32px;
}


#right-column{
	border-left: 2px solid #1c6876;
	padding: 0 0 0 40px;
}

#right-column ul {
	margin:0;
	list-style: none;
    padding: 0;
}
#right-column ul > li {
	list-style: none;
}
#right-column ul > li a {
	padding:5px 0;
	display:block;
	color: #1c6876; 
	font-weight:normal;
	font-size: 22px; 
	text-decoration:none;
	vertical-align:middle;
	padding-left:30px;
}
#right-column ul > li a:hover, #right-column ul > li a:active {	
	color: #009da6; 
	background-image:url(https://www.goodobgyn.com/images/bullet-scroll-bright-teal.png);
	background-position:left center;
	background-repeat:no-repeat;

}

#right-column ul > li a.selectedon {
	color: #ea8f9e; /* mauve */

	background-image:url(https://www.goodobgyn.com/images/bullet-scroll-mauve.png);
	background-position:left center;
	background-repeat:no-repeat;
}



/* ------ FOOTER ------ */

footer.footer{
	width:100%;
	background: #f8f8f8;
	color: #009da6;
	border-top: 3px solid #009da6;
	font-size: 18px;
	line-height: 24px;
}
footer.footer img{
	padding: 0 15px;
}
footer.footer a{
	color: #009da6;
	font-size: 18px;
	line-height: 24px;
	text-decoration:none;
}
footer.footer a:hover{
	color: #1c6876; /* dark teal */
}

footer.footer h2{
	font-weight:normal;
	text-transform:uppercase;
	padding-bottom:5px;
}
footer.footer ul {
	margin:0;
	padding:0;
}
footer.footer ul li{
	background-image:url(https://www.goodobgyn.com/images/bullet-arrow-2021.png);
	background-position:center left;
	background-repeat:no-repeat;
	padding-left:20px;
	height:24px;
	display:block;
}

footer.footer p#copy{
	padding-top:30px;
	text-align:center;
}

#footer-inner {
	max-width: 90%;
	width:1200px;
	margin:0 auto;
	padding:30px 0;
}

#footer-left, #footer-middle {
float:left;
padding-right:10%;
}

#footer-right {
float:right;
}


#footer-right p{
	padding:5px 0;
}

#footer-right p a span{
	text-decoration:underline;
}

input, textarea, select {
    border: 1px solid #aaaaaa;
    border-radius: 4px;
    color: #ea8f9e;
    margin: 0 5px 0 0;
    outline: medium none;
    padding: 4px;
}



input[type="button"], input[type="submit"], input[type="button"], input[type="submit"], button {
	font-size:1em;
	padding:5px 20px;
	margin:20px 0;
	background: #1c6876!important; /* dark teal */
	color:#ffffff!important;	
	border:none!important;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	-webkit-transition:all .25s;
	-moz-transition:all .25s;
	transition:all .25s;
	cursor:pointer;
}
input[type="search"] {
	align-self: center;
    padding: 10px;
}	
input[type="button"]:hover, input[type="submit"]:hover, input[type="button"]:hover, input[type="submit"]:hover, button:hover {

	background: #ea8f9e!important;
	-webkit-transition:all .25s;
	-moz-transition:all .25s;
	transition:all .25s;
}

a.button {
	font-size:1em;
	padding:5px 20px;
	margin:10px 0 30px 0;
	display:inline-block;
	background: #1c6876!important; /* dark teal */
	color:#ffffff!important;

	border:none!important;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	-webkit-transition:all .25s;
	-moz-transition:all .25s;
	transition:all .25s;
}

a.button:hover {

	background: #ea8f9e!important;
	-webkit-transition:all .25s;
	-moz-transition:all .25s;
	transition:all .25s;
}

/******** RESPONSIVE STYLES *********/
	@media (min-width : 1100px) { /* This ensure that the mobile toggles don't display and that the main nav  display */
		a.mtoggle, a.mtoggle span {
			display:none!important;
		}
		nav#main-nav ul {
			display:table!important;
		}
	}
	
	@media (max-width : 1400px ) {
		body{
			width:100%; 
			min-width:100%;
			padding:0;
			margin:0;
		}
		
		
		#title{
			float:left;
			width:100%;
		}
		
		#title hr{
			display:none;
			visibility:collapse;
		}
		
		#title #left{
			float:none;
			display:none;
			visibility:collapse;
		}
		
		#title #right{
			float:none;
			display:none;
			visibility:collapse;
		}
		
		#title #left hr,
		#title #right hr{
			display:none;
			visibility:collapse;
		}
		
		#container-inner.home h1#page-title {
			margin:0 auto;
			text-align:center;
			display:block;
			float:none;
		}
		
		#container-inner.inside h1#page-title {
			text-align:left;
			display:block;
			float:none;
		}
	}


	@media (max-width : 1250px ) {		
		#footer-right{
			float:left;
			clear:both;
			padding-left:0;
			margin-left:0;
			margin-top:30px;
		}	
		footer p#copy{
			text-align:left;
		}
	}


	@media (max-width : 1200px ) {

		
		
	
		#banner{
			height:auto;
		}
		#banner-inner {
			width:100%;
			height:auto;
		}
		
		#container-inner h1#page-title {
			font-size:36px;
			width:100%;
		}
		


	}
		
	@media (max-width : 1150px ) {
		#top-bar, #top-bar-inner, #top-bar-functions {
			width:100%;	
			max-width: 100%;
		}	
		#top-bar-functions a {
			width:33.333333%;
		}


	}	
	
	@media (max-width : 1100px ) {
/* ------------- Main Navigation ---------- */
		.mobile-hidden {display:none;}
		#nav-wrapper {
			clear:both;
			border-bottom:none;
			width:100%;
			max-width:100%;
			display:block;
		}
		
		nav#main-nav {
			width:100%;
			max-width:100%;			
			box-sizing: border-box;
			margin:0;
			padding:55px 0 0 0;
			position:relative;
			bottom:0;
			top:0;
			right:0;
			left:0;
			z-index:1000;
		}
		
		nav#main-nav ul{
			width:100%;
			max-width:100%;
			
		}
		
		nav#main-nav ul.menu.menu-toggle {
			margin: 0;
			padding:0;
			width:100%;
			height:inherit;
			position:relative;
			display:block;
			transform:translateX(-105%);
			z-index:1000;
			transition:transform .3s;
		}
		nav#main-nav ul.menu.menu-toggle.slide-in {
			display:block;
			transform:translateX(0%);
		}
		nav#main-nav ul > li {

			margin:0;
			padding:0;
			display:block;
			position:relative;
			z-index:1000;
			width:100%;
		}
		
		nav#main-nav ul > li.for-mobile {
			display:block;
		}

		nav#main-nav ul > li a {
			color: #fff;
			width:100%;
			background:#1c6876; /* dark teal */
			line-height:50px;
			display:block;
			padding:0 0 0 20px;
			text-align:left;
			text-decoration:none;
			position:relative;
			z-index:1000;
			-webkit-transition:all .1s;
			-moz-transition:all .1s;
			transition:all .1s;
			border-top:1px solid rgba(255,255,255,.3); /* alpha white */
		}
		nav#main-nav ul > li a svg.fa-caret-down {
			display:none;
		}


		
		nav#main-nav ul > li a:hover {
			background: #ea8f9e; /* darker pink */
			color:#fff!important;
		}

		nav#main-nav ul li a:hover svg.fa-play, nav#main-nav ul li a.current svg.fa-play, a svg.fa-caret-down {
			opacity:0;
		}
		
	

		.tablet-hidden {display:none;}	

		nav#main-nav ul > li.sub > ul.dropdown {
			display:none;
		}				
		/* hamburger toggle */
		a.mtoggle {
			font-size:14px;			
			position:absolute;
			width:50px;			
			height:50px;
			bottom:-5px;
			left:1%;
			background:none;
			z-index:9999;
			cursor:pointer;
			display:block;
			-webkit-transition-duration: 0.5s;
				  transition-duration: 0.5s;
		}
		a.mtoggle .icon {
		  -webkit-transition-duration: 0.5s;
				  transition-duration: 0.5s;
		  position: absolute;
		  height: 4px;
		  width: 30px;
		  bottom: 30px;
		  right:3%;
		  background-color:#fff;
		}
		a.mtoggle .icon:before {
		  -webkit-transition-duration: 0.5s;
				  transition-duration: 0.5s;
		  position: absolute;
		  width: 30px;
		  height: 4px;
		  background-color:#fff;
		  content: "";
		  top: -10px;
		}
		a.mtoggle .icon:after {
		  -webkit-transition-duration: 0.5s;
				  transition-duration: 0.5s;
		  position: absolute;
		  width: 30px;
		  height: 4px;
		  background-color:#fff;
		  content: "";
		  top: 10px;
		}
		a.mtoggle .icon:hover {
		  cursor: pointer;
		}
		a.mtoggle.open .icon {
		  -webkit-transition-duration: 0.5s;
				  transition-duration: 0.5s;
		  background: transparent;
		}
		a.mtoggle.open .icon:before {
		  -webkit-transform: rotateZ(45deg) scaleX(1.25) translate(6.5px, 6.5px);
				  transform: rotateZ(45deg) scaleX(1.25) translate(6.5px, 6.5px);
		}
		a.mtoggle.open .icon:after {
		  -webkit-transform: rotateZ(-45deg) scaleX(1.25) translate(6px, -6px);
				  transform: rotateZ(-45deg) scaleX(1.25) translate(6px, -6px);
		}
		/* end hamburger toggle */
		
		
		#banner-inner a h2 {
			font-size:18px;
			line-height:20px;
		}
		#banner-inner a h2 span{
			font-size:24px;
		}
		#banner-inner a p {
			font-size:14px;
		}
		#container-inner.home #content p{
			width:90%;
		}
		
		#content table.providers td {
			width:80%;
			
		}
		
		#content table.providers td a img{
			max-width:80%;
			height:auto;
		}
		
		#content table.providers tr td {
			width:25%;
		}
	}

	@media (max-width : 999px ) {
				
		header, #header-right{
			height:165px;
		}
		
		#banner {
			display:none;
			visibility:collapse;
		}
		
		#callouts{
			margin-top:30px;
		}
		
		#callouts ul{
			margin: 0 auto;
			display:block;
			width:70%;
		}
		
		#callouts ul li{
			float:left;
			width:50%;
		}
		
		#callouts ul li a{		
			font-family: 'Noto Serif', serif;
			font-weight:normal;
			font-style:italic;
			font-size:30px;
			line-height:36px;
		}
		
		#content table.providers tr, #content table.providers tr td {
			display:block;
			width:100%;
			max-width:100%;
			margin:0 auto 20px;
			text-align:	center;
			padding:0;
		}
		
		#content table.providers td a {
			text-align:	center;
			width:100%!important;
			max-width:100%;
			margin:0;
			padding:0;
		}		
		
		
	}
	@media (max-width : 800px ) {	
	
		.off-mobile{
			display:none;
			visibility:collapse;
		}		
		#content img{
			max-width:48%;
			height:auto;
		}
		
		#content img.bio{
			max-width:95%;
			height:auto;
		}

		#container-inner {
			max-width: 100%;
			width: 100%;
			padding-bottom:0;
			margin-bottom:0;
		}
		
		#container-inner h1#page-title, #breadcrumbtree{
			padding-left: 3%;
			padding-right:3%;
							
		}
		#left-column{
			float:none;
			width:95%;	
			max-width:95%;	
			padding-left: 3%;
			padding-right:3%;
		}
		#right-column{
			float:none;
			width:96%;	
			max-width:96%;	
			padding: 0 2%;
			margin: 0 auto;
			border: none;
		}
		#subnav{
			clear:both;
			display:block;
			width:100%;
			height:auto;
			max-width:100%;
			position:static;
			margin:0 auto;
			padding-left: 0;
			padding-right:0;
			padding-top: 10px;
			padding-bottom:0;	
			border-left:none;
		}
		
		#right-column h2{
			width:100%;
			background: #ea8f9e; /* mauve */
			color:#ffffff;
			padding: 5px 3%;  
			font-weight:normal;
			margin-bottom: 0;
		}
		
		#right-column ul li{
			background: #f8f8f8;
			border-bottom: 1px solid #009da6; /* bright teal */
			padding-right:3%;	
		}
		
		#right-column ul li:last-child{
			border-bottom: none;
		}
		
		table.formrequest td {
			display:block;
			padding:0;
		}
		table.formrequest td:first-child {
			text-align:left;
			font-weight:bold;
			padding:10px 0 0 0;
		}
		table.formrequest td:last-child {
			margin-bottom:20px;
		}
	}
	
	
	@media (max-width : 700px ) {	

		header{
			height:auto;
		}	
		#header-inner a#logo, #header-inner a#logo:hover{
			float:none;
			width: 60%;
			height:auto;
			text-align:center;
		}
		
	
		#header-right{
			position:relative;
			width:100%;
			display:block;
			height:auto;
			text-align:center;
			margin-bottom:30px;
		}
		
		#header-right p#decatur{
			position:static;
			width:50%;
			margin:0 auto;
			float:left;
		}
		
		#header-right p#stone-mountain{
			position:static;
			float:left;
			width:50%;
			margin:0 auto;
		}

		#container-inner h1 {
			font-size: 32px; 
			line-height:normal;
		}


		#callouts, #callouts ul{
			width:100%;
			margin:0 auto;
			text-align:center;
		}
		#callouts{
			margin-top:30px;
		}
		
		#callouts ul li {
			width:100%;
			float:none;
			margin:0 auto;
			display:block;
		}
		
		#content iframe{
			width: 80%;
			height: inherit;
			margin:0 auto;
		}


		body {
			font-size: 22px;
			line-height:32px;
			min-width:320px;
		}
		
		input.formInputTextReadonly, input[type="text"], textarea, select {
			width:90%;
			max-width:500px;
		}
		
		#footer{
			margin-top: 0;
			padding-top:0;
		}


		#footer-left, #footer-middle{
			float:none;
			display:none;
			visibility:collapse;
		}
		#footer-right{
			float:none;
			margin-top:0;
			padding-left:0;
			margin-left:0;
		}	
		footer p#copy{
			text-align:left;
		}
		
	}
	
	
	@media (max-width : 500px ) {	
	
		
		header{
			height: 150px;
		}
		
	
		#container-inner h1, #right-column h2 {
			font-size: 28px; 
		}
		
		#right-column ul li a{
			font-size: 20px; 
		}
		

		#callouts ul li a{
			text-decoration:none;
			font-family: 'Noto Serif', serif;
			font-weight:700;
			font-style:italic;
			font-size:28px;
			line-height:32px;
		}
	
		
		#callouts ul li a i{
			font-size:60px;
			width:60px;
			height:60px;
			padding:20px;

		}
		
		.float-right {
			float:none;
			margin: 0 0 5px 0;
		}
			
		.float-left {
			float:none;
			margin: 0 0 5px 0;
		}
		
		#content img{
			max-width:90%;
			height:auto;
		}
		
		table.form-table{
			margin:0 auto;
			width:90%!important;
			max-width:500px;
		}
		
		legend {
			font-size: 24px;
		}
		
		fieldset {
			width:90%;
		}
		


	}
	@media (max-width : 400px ) {			
		#header-right p#decatur,
		#header-right p#stone-mountain,
		#header-right p a{
			font-size:20px;
		}
	}
	
	@media (max-width : 350px ) {			
		#header-right p#decatur,
		#header-right p#stone-mountain,
		#header-right p a{
			font-size:18px;
		}
	}