header .bottom .pageTitle, #Phantom .pageTitle {
  width: 290px;
}
a.image-border {
  display: inline-block !important;
}
.position-relative {
  position: relative;
}
img.responsive {
  width: 100%;
  height: auto;
}
/* Buttons */
.btn-lg {
  padding: .5rem 1 rem;
  font-size:1.25rem;
  line-height:1.5;
  border-radius:.3rem;
}
/* Flex */
.flex {
  display: flex;
}
.flex-direction-column,
.flex-direction-row {
  flex-direction: column;
}
.flex-justify-content-between {
  justify-content: unset;
}
.flex-wrap {
  flex-wrap: wrap;
}
.column {
  flex-basis: 100%;
  flex: 1;
}
.col-thirds {
  width: 100%;
}
@media all and (min-width:576px) {
  .col-thirds {
    width: 48%;
  }
  .flex-direction-row {
    flex-direction: row;
  }
  .flex-justify-content-between {
    justify-content: space-between;
  }
}
@media screen and (min-width:800px) {
  .col-thirds {
    width: 31%;
  }
}
@media (min-width: 768px) {
  .flex-direction-row {
    flex-direction: row;
  }
}
#covid-modal, #covid-modal p {
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
  font-family: "Roboto", Arial, sans-serif;
}
 .modal-content h4, .modal-content h5{
  	color:#fff!important;
  	font-size:1.15rem;
  	font-weight:bold;
}

.modal-content h1{
   	color:#fff!important;
  	font-size:1.75rem;
  	font-weight:bold;
}
  
.modal {
  display: none;
  position: fixed;
  z-index: 20;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
.modal-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}
.modal-content {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 60px;
  width: 80%;
  max-width: 1170px;
  background: linear-gradient(rgba(2, 108, 223, 0.65), rgba(2, 108, 223, 0.65)),  url(https://www.columbusga.gov/Portals/0/Images/kiosk-background.jpeg);
  background-image: cover!important;
  background-repeat:no-repeat;
}
.modal-open {
  overflow: hidden;
}
.modal-open .modal {
  overflow-y: hidden;
}
.btn-modal-close {
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  margin-top: 30px;
  margin-right: 30px;
  font-size: 1.5rem;
}
#covid-modal .btn-primary {
  color: #fff;
  background-color: #00275d;
  border-color: #00275d;
}
#covid-modal .btn-lg {
  font-size: 1rem;
  font-weight: bold;
}
#covid-modal .btn-primary:hover {
  background-color: #003c90;
  border-color: #003c90;
}

.modal-content p {
	text-align:left!important;
}
.modal-content a {
	color:#fff;
}
.btn {
  display: inline-block;
  font-family: 'Raleway', 'Open Sans', Arial, Helvetica, sans-serif;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 1vh 2vh;
  font-size: 2.25vh;
  line-height: 1.5;
  border-radius: .25rem;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

/* Kiosks */
button > * {
  pointer-events: none;
}
.brown {
  color: #654320;
}
.brick-red {
  color: #a4352a;
}
.green {
  color: #6f9753;
}
.red {
  color: #e92925;
}
.orange {
  color: #ff8e0d;
}
.yellow {
  color: #fdbe39;
}
 .blue{
      color:#003249;
  }
.kiosk-wrapper {
  display: unset;
}
.kiosk-alert {
  display: none;
}
.kiosk {
  flex: unset;
  height: unset;
  position: relative;
  font-size: 16px;
  overflow: unset;
}
.kiosk::before {
  background-color: #3473c8;
  background-image: unset;
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: contain;
  content: "";
  position:absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.kiosk-header,
.kiosk-content, 
.kiosk-footer {
  margin: 0 auto;
  width: 70%;
}
.kiosk-header, 
.kiosk-footer {
  height: unset;
  overflow: visible;
}
.kiosk-header .logo {
  display: block;
  height: 100%;
  opacity: 0.9;
  width: 65%;
  margin: 0 auto;
}
.kiosk-content {
  height: unset;
}
.kiosk-content > div {
  display: none;
  height: 100%;
}
.kiosk .show, .kiosk-modal.show, .kiosk-modal .show {
  display: block;
}
.kiosk-cards {
  height: 90%;
  row-gap: 8%;
}
.kiosk-h2, 
.kiosk-h3 {
  color: #fff;
  font-family: 'Raleway', 'Open Sans', Arial, Helvetica, sans-serif;
}
.kiosk-h2 {
  font-size: 6vh;
  font-weight: 700;
  text-align: center;
}
.kiosk-h3 {
  font-size: 3.7vh;
  font-weight: 400;
  height: 10%;
  margin-bottom: 0;
  text-align: center;
}
.kiosk-category-heading {
  margin-bottom: 3.75vh;
  position: relative;
}
.kiosk-content a[href], 
.kiosk-content a:link, 
.kiosk-content a:active, 
.kiosk-content a:visited {
  position: static;
  transition: unset;
}
.kiosk-icon {
  font-size: 7.5vh;
  margin-bottom: 1.5vh;
}
#kiosk-categories {
  align-items: stretch;
  height: 100%;
}
.kiosk-category-item {
  filter: none;
  height: unset;
  margin-bottom: 0;
  padding: 1rem 0;
  position: relative;
}
.kiosk-category-item button {
  font-family: 'Raleway', 'Open Sans', Arial, Helvetica, sans-serif;
}
.kiosk-category-content {
  padding: 0.5rem;
  text-align: center;
}
.kiosk-category-icon {
  display: block;
  height: 72px;
  margin: 0 auto;
  width: auto;
}
.kiosk-category-a {
  width: 100%;
  height: 100%;
  padding: 1.25rem 0;
  box-sizing: border-box;
  border: 1px solid #eee;
  border-radius: .375rem;
  background-color: #fff;
  font-size: 3.375vh;
  cursor: pointer;
  transition: transform .15s;
}
.kiosk-category-a,
.kiosk-category-a:visited {
  color: #333;
  display: block;
  font-weight: bold;
}
.kiosk-category-a:hover {
  text-decoration: none;
}
.kiosk-modal {
  display: none;
  position: fixed;
  z-index: 20;
  left: 0;
  top: 0;
  background-color: rgba(0,0,0,0.4);
  height: 100vh;
  width: 100vw;
}
.kiosk-modal-wrapper {
  height: 100%;
  overflow: hidden;
  position: relative;
}
.kiosk-modal-scroll-wrapper {
  overflow-x: hidden;
  overflow-y: auto;
  height: 100%;
}
.kiosk-modal-box {
  background-color: #fff;
  color: #333;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  padding: 3rem;
  width: 80%;
  max-width: 750px;
  height: 60vh;
}
.kiosk-modal-box h3 {
  font-size: 3.7vh;
}
.kiosk-modal-box p {
  font-size: 2.25vh;
}
.kiosk-modal-box > div > div {
  display: none;
}
.kiosk-btn-modal-close {
  background: none;
  border: none;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  margin-top: 1.125rem;
  margin-right: 1.125rem;
  font-size: 1.5rem;
}
.btn {
  display: inline-block;
  font-family: 'Raleway', 'Open Sans', Arial, Helvetica, sans-serif;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 1vh 2vh;
  font-size: 2.25vh;
  line-height: 1.5;
  border-radius: .25rem;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.btn-outline-light {
  color: #f8f9fa;
  background-color: transparent;
  background-image: none;
  border-color: #f8f9fa;
}
[type=reset], [type=submit], button, html [type=button] {
  -webkit-appearance: button;
}
.btn:focus, .btn:hover {
  text-decoration: none;
}
.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.kiosk-back-btn {
  position: relative;
  left: 0;
  margin-bottom: 1.375rem;
  top: 0;
  width: 100%;
}
.small-font {
  font-size: 0.6rem;
}
ul.kiosk-list {
  list-style: none;
  height: unset;
  padding:0;
  text-shadow: unset;
  overflow: hidden;
  overflow-y: auto;
  margin: 0;
}
ul.kiosk-list li {
  margin-bottom: 3.75vh;
}
ul.kiosk-list li:last-child {
  margin-bottom: 0;
}
ul.kiosk-list button {
  width: 100%;
}
ul.kiosk-list a, 
ul.kiosk-list a:hover,
ul.kiosk-list a:visited,
ul.kiosk-list button {
  display:block;
  font-family: 'Raleway', 'Open Sans', Arial, Helvetica, sans-serif;
  padding: 2.75vh;
  text-decoration:none;
  background-color: #fff;
  color: #333;
  cursor: pointer;
  font-size: 2.75vh;
  font-weight: bold;
  text-align: center;
  border: 1px solid #eee;
  border-radius: .375rem;
  filter: none;
  align-items: stretch;
  position: relative;
  transition: transform .15s;
  height:100%;
}
ul.kiosk-list a:focus,
ul.kiosk-list button:focus {
  background-color: #1f4477;
  border-color: #1f4477;
  color: #fff;
}
span.kiosk-phone {
  font-size: 2.25vh;
  font-weight: 400;
}
.bd-callout {
  padding: 1.25rem;
  margin-top: 1.25 rem;
  margin-bottom: 1.25 rem;
  border: 1px solid #eee;
  border-left-width: .25rem;
  border-radius: .25rem;
}
.bd-callout-warning {
  border-left-color: #f0ad4e;
}
.alert {
  font-family: 'Raleway', 'Open Sans', Arial, Helvetica, sans-serif;
  position: relative;
  padding: 2vh 5vh;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.alert-danger {
  color: #fff;
  background-color: #9c2b2e;
  border-color: #e84e4f;
}
@media all and (min-width:576px) {
  .kiosk-category-a {
    box-shadow: 0px 0px 10px 5px #224c85;
    margin-bottom: 0;
  }
  .kiosk-category-content {
    padding: 0.75rem;
  }
}
@media all and (min-width:800px) {
  .kiosk {
    height: 100vh;
    overflow: hidden;
  }
  .kiosk::before {
    background-image: url(https://www.columbusga.gov/Portals/0/Images/kiosk-background.jpg);
  }
  .kiosk-back-btn {
    position: absolute;
    left: 0;
    top: 0;
    width: unset;
    margin-bottom: 0;
  }
  .kiosk-h2 {
    display: inline-block;
    text-align: left;
  }
  .kiosk-header, 
  .kiosk-footer {
    height: 15vh;
    overflow: hidden;
  }
  .kiosk-header .logo {
    display: inline;
    width: unset;
    margin: 0;
  }
  .kiosk-content {
    height: 70vh;
  }
  .kiosk-category-item {
    height: 28%;
    padding: 0;
    margin-bottom: 0rem;
  }
  .kiosk-category-a {
    padding: 0;
  }
  .kiosk-category-content {
    padding: 1.2rem;
  }
  ul.kiosk-list {
    height: 60vh;
  }
}

/* Sponsor Carousel */
.sponsors-carousel {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
}
.sponsors-carousel ul {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
}
.sponsors-carousel li {
  float: left;
  height: 15vh;
  line-height: 15vh;
  list-style-type: none;
  position: relative;
  text-align: center;
}
.sponsors-carousel img {
  box-sizing: border-box;
  display: block;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  opacity: .8;
  padding: .75rem;
}
.sponsors-carousel-controls {
  position: static;
}
.sponsors-carousel-controls > button {
  border: none;
  background-color: transparent;
  color: #aaa;
  font-size: 3rem;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}
.sponsors-carousel-controls > button:focus {
  outline: none;
}
.sponsors-carousel-controls > button:hover {
  color: #fff;
}
.sponsors-carousel-controls > button.control-next {
  left: auto;
  right: 0px;
}

/* Online Payments page */
.online-payments-container {
  display: inline-grid;
  grid-gap: 1.25rem;
  grid-template-columns: repeat(1, 100%);
  list-style: none;
  margin: 0;
  width: 100%;
}
.online-payments-item {
  line-height:1.5;
  border-bottom: 1px solid #969696;
  text-align: center;
}
.online-payments-item a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 4rem;
}
.online-payments-item a > span {
  display: block;
  font-size: 0.8rem;
}
@media screen and (min-width:576px) {
  .online-payments-container {
    grid-template-columns: repeat(2, 49%);
  }
}
@media screen and (min-width:768px) {
  .online-payments-container {
    grid-template-columns: repeat(3, 31%);
  }
}
/* Responsive iframe from https://www.w3schools.com/howto/howto_css_responsive_iframes.asp */
.iframe-container{ /* 16:9*/
	position:relative;
    overflow: hidden;
    width:100%;
    padding-top: 56.25%;
}

iframe-container.four_three { /*4:3*/
   	position:relative;
    overflow: hidden;
    width:100%;
    padding-top: 75%;
}

.iframe-container.one_one { /*1:1*/
  	position:relative;
    overflow: hidden;
    width:100%;
    padding-top: 100%;
}

.responsive-iframe{
	position:absolute;
    top:0;
   left:0;
  bottom:0;
  right:0;
  height:100%;
  width:100%;
}
.img-thumbnail{
  padding: .25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: .25rem;
  max-width: 100%;
}
/*ARP Styles */
.arp-btn {
  background-color: #092642;
  border-radius: 10px;
  color: #ffffff;
  text-align: center;
  font-size: 1.618rem;
  padding: 1.25rem;
  text-decoration:none;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  cursor: pointer;
}
.arp-btn:hover {
  background-color: #edcd1f;
  color: #000;
}
.arp-mb-6 {
  margin-bottom: 5.25rem;
}
.arp-pb-6 {
  padding-bottom: 4rem;
}
.arp-pt-6 {
  padding-top: 4rem;
}
.arp-pb-8 {
  padding-bottom: 7.5rem;
}
.arp-pt-8 {
  padding-top: 7.5rem;
}
.arp-program-container{
	background-image:url('/Portals/0/Images/ARP/columbus-night.jpg');
      background-size:cover;
      background-repeat: no-repeat;
      
}
.arp-flex-row{
	display:flex;
    flex-direction:row;
   flex-wrap: wrap;
     justify-content:space-between;
  align-items: baseline;

}
.arp-logo-item{
	background-color:#fff;
    padding: 1.15rem;
}
@media only screen and (max-width: 767px) {
	.arp-flex-row{
    	flex-direction:column;
    }
}

/* FOR HR AD */
.container-full-width {
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px;
  }
.flyer-img{
	max-height:500px;
}
@media all and (min-width:992px){
  .container-full-width{
	    margin-left: -100px;
    margin-right: -100px;
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media all and (min-width:1120px){
.container {
    width: 100%;
  }
  .container-full-width {
    margin-left: -300px;
    margin-right: -300px;
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media all and (max-width:920px){
	.hr-flex{
    	flex-direction:column;
    }
   .flyer-img{
   		max-height:225px;
   }
}

.council-image{
    border:5px solid #fff;
    max-width: 100%!important;
    height: auto!important;
}
.google-cse{
    position:relative;
}
/* GOOGLE TRANSLATE STYLING */
.fixed-con {
    z-index: 9724790009779558!important;
    background-color: #03334A;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow-y: auto;
  }
  .VIpgJd-ZVi9od-aZ2wEe-wOHMyf{
   z-index: 9724790009779!important;
   top:0;
   left:unset;
   right:-5px;
   display:none!important;
   border-radius:50%;
   border:2px solid gold;
  }
  .VIpgJd-ZVi9od-aZ2wEe-OiiCO{
    width:80px;
    height:80px;
  }
  /*hide google translate link | logo | banner-frame */
  .goog-logo-link,.gskiptranslate,.goog-te-gadget span,.goog-te-banner-frame,#goog-gt-tt, .goog-te-balloon-frame,div#goog-gt-{
    display: none!important;
  }
  .goog-te-gadget {
    color: transparent!important;
    font-size:0px;
  }

  .goog-text-highlight {
    background: none !important;
    box-shadow: none !important;
  }
   
 /*google translate Dropdown */
 
 #google_translate_element select{
 background:#03334A;
 color:#fff;
 border: none;
 border-radius:3px;
 padding:6px 8px
 }

header .top, header .top div {
    height: initial ;
    line-height: 2.5em;
    font-size: 10pt;
}











