/* ---- SITE SPECIFIC --- */
body {
	background-image: url(../Images/ColumbusGA.jpg);
}
#HeaderText {
	display: inline-block;
	width: 260px;
	font-weight: normal;
	text-shadow: 2px 2px 3px grey;
}


/* --- COLOR SCHEME --- */
nav > a:after {
	border-bottom: 1px solid #126660;
}
table.Standard thead tr {
	color: white;
	background-color: #126660;
}
table.Standard tbody tr:nth-child(odd) {
	background-color: #F2F2F2;
}
#HeaderTop {
	background-color: #126660;
}
#Phantom ul > li a:after, #HeaderCenter ul > li a:after {
	border-bottom: 1px solid #126660;
}
#Phantom ul > li a:hover, #HeaderCenter ul > li a:hover {
	color: #006696;
}
#HeaderBottom {
	background-color: #126660; /* THE PICTURE */
}
/* #FooterFilter {
	background-color: #006696;
} */
#SectionTitle {
	color: #126660;
}
.button, a.button {
	color: white;
	background-color: #3d588d;
}
.button:hover, a.button:hover {
	background-color: #000000;
	box-shadow: 0 0 10px black;
}
a:link, a:visited, a:active {
	color: inherit;
	text-decoration: none;
}
a:hover {
	color: #006696;
	text-decoration: underline;
}
#HeaderTop a {
	color: white;
}
#footerFilter {
	background-color: #126660;
}
ul.li-img {
	list-style-image: url(../Images/li-but.png);
}
ul.li-img li  {
	padding-bottom:5px;
}
.jus-l  {
	text-align: left;
}
#CITI  {
	width: 270px;
	height: 128px;
	background-image: url(../Images/citilink.jpg);
	background-position: 0 0;
}
#CITI:hover  {
	background-position: 0 +128px;
}

#cit-b  {
	width: 153px;
	height: 84px;
	background-image: url(../Images/citilink-button.jpg);
	background-position: 0 0;
}
#cit-b:hover  {
	background-position: 0 +80px;
}
.clears  {
	clear: both;
}
.recycle  {
	color: green;
}





















/* --------------------------------- NOTHING BELOW HERE --------------------------------- */






/* TAGS */


a.visibleLink {
	color: blue;
}
img {
	border: 0;
}
html, body {
	padding: 0;
	margin: 0;
	font-family: 'Lora', serif;
	font-size: 12pt;
}
body {
	background-repeat: repeat-y;
	background-attachment: fixed;
}
main {
	background-color: white;
	padding: 3em;
	position: relative;
	display: block;
}
nav {
	width: 16%;
	height: 100%;
	display: inline-block;
	vertical-align: top;
	-webkit-transition: top 0.25s;
	transition: top 0.25s;
}
nav > a {
	display: block;
	padding-bottom: 1em;
	position: relative;
}
nav > a:after {
	position: absolute;
	left: 50%;
	bottom: 10px;
	width: 0;
	content: " ";
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
nav > a:hover {
	text-decoration: none;
}
nav > a:hover:after {
	left: 0;
	width: 100%;
}
section {
	display: inline-block;
	margin-top: 2em;
	width: 100%;
	text-align: justify;
}
footer {
	height: 18em;
	position: relative;
	color:white;
}
footer a:hover  {
	color:#82ebe8;
}
h2 {
	font-weight: bold;
	font-size: 18pt;
	padding-top: 0;
	margin-top: 0;
}
h3 {
	font-size: 1em;
	color: #126660;
	text-align: left;
	/* color:#065c27; */
}
span.header {
	display: inline;
	font-weight: bold;
}
p {
	margin-left: 2em;
	text-align: justify;
}
table.Standard {
	border-collapse: collapse;
}
table.Standard tr td {
	text-align: justify;
	padding-bottom: 1em;
}
table.Standard tr td:last-child {
	text-align: center;
}
div.content > section:first-child {
	padding-top: 0;
	margin-top: 0;
}
/* LESS THAN IE10 */
html.lt10 .content-Container {
	display: block !important;
}
html.lt10 #Phantom > div, html.lt10 #HeaderCenter > div {
	height: 100%;
	display: inline-block;
}
html.lt10 #HeaderCenter ul {
	text-align: center;
	font-size: 14pt;
	width: 40%;
	display: inline-block;
}
html.lt10 #Logo {
	height: 100%;
}
/* BY ID */

#BodyWrapper {
	position: relative;
}
#HeaderTop {
	height: 2em;
	box-shadow: 1px 1px 13px black;
	position: relative;
}
#HeaderTop a {
	font-size: 10pt;
	padding-right: 3em;
}
#HeaderTop #breadCrumb {
	height: 100%;
	text-align: right;
	line-height: 1.7em;
}
#Phantom {
	width: 100%;
	position: fixed;
	z-index: 99;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
#Phantom #Logo {
	height: 70px;
}
#Phantom.undocked {
	top: -100px;
	height: 0em;
}
#Phantom.docked {
	top: 0;
	height: 6em;
	box-shadow: 0 0 10px black;
	opacity: 0.99;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=99)";
}
#Phantom, #HeaderCenter {
	height: 6em;
	background-color: white;
}
#Phantom > div, #HeaderCenter > div {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-line-pack: center;
	align-content: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
#Phantom ul, #HeaderCenter ul {
	text-align: center;
	font-size: 14pt;
	width: 70%;
}
#Phantom h1, #HeaderCenter h1 {
	font-size: 18pt;
	font-weight: bold;
}
#Phantom ul > li, #HeaderCenter ul > li {
	list-style: none;
	display: inline-block;
	width: 30%;
	position: relative;
}
#Phantom ul > li a, #HeaderCenter ul > li a {
	display: inline-block;
	text-decoration: none;
	position: relative;
}
#Phantom ul > li a:after, #HeaderCenter ul > li a:after {
	position: absolute;
	left: 50%;
	top: 1.75em;
	width: 0;
	content: " ";
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
#Phantom ul > li a:hover, #HeaderCenter ul > li a:hover {
	text-decoration: none;
}
#Phantom ul > li a:hover:after, #HeaderCenter ul > li a:hover:after {
	left: 0;
	width: 100%;
}
#HeaderCenter.docked {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1000;
}
#HeaderBottom {
	height: 12em;
	opacity: 0.25;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
}
#Logo {
	position: relative;
	z-index: 99;
	padding-right: 1em;
}
#FooterContent {
	width: 1024px;
	margin: auto;
	height: 100%;
}
#footerFilter {
	height: 100%;
	width: 100%;
	position: absolute;
	lefT: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: -1;
	opacity: 0.25;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
}
#responsiveNavPlaceholder {
	display: none;
}
/* BY CLASS*/

.paddingMarginClear {
	padding: 0;
	margin: 0;
}
.halfWidth {
	width: 50%;
	float: left;
}
p.halfWidth {
	width: 46%;
	margin: 0;
	padding: 0;
	margin-left: 2em;
}
.mar-10	{margin-top:-10px;}
.content {
	display: inline-block;
	width: 80%;
	padding-left: 1.5%;
	border-left: 1px solid gray;
}
.content-Container {
	height: 100%;
	margin: auto;
	width: 1024px;
}
.directoryIdentifier {
	position: relative;
	top: -2em;
	display: inline-block;
	width: 80%;
	height: 30px;
}
.socialMedia:before {
	content: " ";
	display: inline-block;
	width: 30%;
}
.socialMedia {
	position: relative;
	top: -2em;
	display: inline-block;
	width: 19%;
	right: 0;
	height: 30px;
	text-align: justify;
	vertical-align: middle;
}
.socialMedia img, .socialMedia span {
	display: inline-block;
	height: 100%;
	width: 30px;
	background-position: 0 0;
	background-repeat: no-repeat;
}
.socialMedia img:hover, .socialMedia span:hover {
	background-position: 0 -30px;
}
.socialMedia:after {
	content: "";
	display: inline-block;
	width: 100%;
	height: 0;
}
.additional-margin {
	margin-left: 3em;
}
.button, a.button {
	border: none;
	padding: 15px 32px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
}
.sm-graphic-shadow {
	box-shadow: 0 0 5px gray;
}
.md-graphic-shadow {
	box-shadow: 0 0 10px #0A0A0A;
}
.lg-graphic-shadow {
	box-shadow: 0 0 15px #000000;
}
.text-right {
	text-align: right;
	width: 100%;
	display: inline-block;
}

span.img-right {
	float: right;text-align: center;margin-left: 1em;
}
span.img-left {
	float: left;
	text-align: center;
	margin-right: 1em; 
	display: inline-block; 
	height: 100%;
}

.sectionTitle {
    color: #126660;
    font-weight: bold;
    font-size: 18pt;
    padding-top: 0;
    margin-top: 0;
}

.sectionDetails {
    margin-left: 2em;
    text-align: justify;
}



.FAQ {
	list-style: none;
}

.FAQ {
	margin-left: 1em;
	padding-left: 0;
}
.FAQ .question {
	font-weight: bold;
	display: inline-block;
	width: 100%;
	border-bottom: 2px solid gray;
	position: relative;
	padding-top: 1em;
	padding-bottom: 1em;
	cursor: pointer;
}
.FAQ .question:before {
	content: ' ';
	border: solid #505050;
	border-width: 0 3px 3px 0;
	display: inline-block;
	padding: 3px;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	position: absolute;
	left: -17px;
	bottom: 45%;
	transition: all 0.25s;
}
.FAQ .question.active:before {
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}
.FAQ .answer {
	display: inline-block;
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.25s ease-in;
}
.FAQ .answer.hidden {
}
.FAQ .answer.visible {
	max-height: 500px;
}







/* MEDIA */

@media screen and (max-width: 1100px) {
.content-Container {
	width: 100%;
}
}

@media screen and (max-width: 800px) {
/* BY TAG */

body, html {
	background-position: -200px;
	background-size: 800px 148px;
}
main {
	padding: 0 !important;
}
nav {
	width: 80%;
	margin-left: 1em;
}
footer {
	height: initial;
}
table td {
	display: table-row;
	text-align: justify;
}
/* BY ID*/

#Phantom {
	display: none;
}
#HeaderTop a {
	display: none;
}
#HeaderCenter ul {
	display: none;
}
#HeaderBottom {
	height: 7em;
}
#Logo {
	width: 72px;
}
#HeaderText {
	width: 100%;
	font-size: 1.25em !important;
}
#responsiveNavPlaceholder {
	display: block;
	width: 80%;
	margin: auto;
	margin-top: 1em;
	margin-bottom: 1em;
}
#responsiveNavPlaceholder select {
	width: 100%;
	height: 2em;
	font-size: 11pt;
}
table.Standard td, th {
	display: table-row;
}
/* BY CLASS*/

.stretch-on-shrink {
	width: 100% !important;
	float: none;
}
p {
	padding: 0;
	margin-right: 1em;
	margin-left: 1em;
}
.directoryIdentifier {
	display: none;
}
.halfWidth {
	width: 100%;
	float: none;
}
.socialMedia {
	top: auto;
	right: auto;
	width: 100%;
	text-align: center;
	padding-top: 1em;
}
.socialMedia:before {
	display: none;
}
.content {
	width: 97%;
}
.additional-margin {
	margin-left: 1.25em;
}
.button.stretch-on-shrink {
	width: 60% !important;
	margin-bottom: 2em;
}
	.phone	{
		margin-left:40px;
	}
}

.nav-logo {
	max-width: 160px;
	margin-bottom: 1.25rem;
}
