body{
  background-color:#fff;
}
main{
  border:none;
}
table {
  font-size: 16px;
  line-height:1.35em;
}
header[role=banner]{
    background-color:#FFFFFF;
 }
#dnnMenu li > a[href*="Rules"]{
	background-color:#088F8F;
  color:#FFFFFF;
  display: flex;
    justify-content: flex-start;
    align-items: center;
}
#dnnMenu li > a[href*="Rules"]:hover{
	background-color:#008000;
  color:#FFFFFF;
}
 #dnnMenu .topLevel > li.active > a {
	background-color:#088F8F;
  color:#FFFFFF;
}
#mainHeader-navbar{
	background-color:#008000;
}
#dnnMenu .topLevel > li a:focus,
#dnnMenu .topLevel > li > a:hover {
  background-color:#088F8F !important;
  color:#FFFFFF
}

#dnnMenu .dropdown-menu li:hover {
	background-color: #008000;
}
footer .footer-above{
	border-top:15px solid #008000;
}
.alert {
  position: relative;
  padding: .75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: .25rem;
}
.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}
.iconImage {
    position: relative;
    height: 80px;
    width: 80px;
    text-align: center;
    vertical-align: bottom;
    display: inline-block;
    background-position: top;
    background-repeat: no-repeat;
    background-size: 100% 200%;
    top: -15px;
}
.card-group .col-md-4 {
  padding-right: 15px !important;
  padding-left: 15px  !important;
}
.sqs-block-button .sqs-block-button-container--center{text-align:center}.sqs-block-button .sqs-block-button-container--right{text-align:right}
.sqs-block-button .sqs-block-button-element{display:inline-block;width:auto;height:auto;padding:1em 2.5em;color:#fff;background-color:#272727;border-width:0;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:12px;line-height:1em;font-weight:normal;font-style:normal;text-transform:uppercase;letter-spacing:0px;text-align:center;text-decoration:none;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;line-height:normal}
.sqs-block-button .sqs-block-button-element--medium{padding:21px 34px;border-radius: 300px;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:15px;font-weight:600;font-family:Belgrano;font-size:16px;font-weight:400;font-style:normal;text-transform:uppercase;letter-spacing:1px;color:#fff;background-color:#69991d;border-color:#69991d}
.iconImage:hover {
     background-position: bottom;
    text-decoration: underline;
}
.iconImage > span {
    display: inline-block;
    width: 100%;
    position: relative;
    top: 100%;
    text-decoration: none;
    font-size: 14px;
}
.navbar .brand {
    max-width: 185px;
    POSITION: absolute;
    top: -31px;
}

@media screen and (max-width: 450px) {
  .navbar .brand {
      max-width: 120px;
    POSITION: absolute;
    top: -20px;
  }
}

/* GOOGLE TRANSLATE STYLING */
.fixed-con {
    z-index: 9724790009779558!important;
    background-color: #383838;
    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:#383838;
color:#fff;
border: none;
border-radius:3px;
padding:6px 8px
}




#mainHeader-navbar .container{
  	width:100%;
}
 .sponsor-wrapper {
   position: relative;
 }
 .sponsors-carousel {
   position: relative;
   overflow: hidden;
   width: calc(100% - 70px);
   margin: 0 auto;
 }
 .sponsors-carousel ul {
   width: 10000em;
   position: relative;
   list-style: none;
   margin: 0;
   padding: 0;
 }
 .sponsors-carousel li {
   float: left;
   height: 111px;
   line-height: 111px;
   width: 260px;
   position: relative;
 }
 .sponsors-carousel img {
   opacity: 0.3;
   filter: grayscale(100%);
   display: block;
   max-width: 100%;
   max-height: 100%;
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
 }
 .sponsors-carousel img:hover, .sponsors-carousel img:focus {
   filter: unset;
   opacity: 1;
 }
 .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: #009ddc;
 }
 .sponsors-carousel-controls > button.control-next {
   left: auto;
   right: 0px;
 }
.about-list-item{
	display:flex;
	flex-direction:row;
	margin-top:1.5rem;
	padding-bottom: :1.5rem;
	border-bottom: 1px solid #a9e6ff;
	align-items:center;
	justify-content: center;
}
.list-item-img{
	flex-grow:0;
	flex-shrink:0;
	flex-basis:200px;
  	padding-bottom:1.5rem;
}
img.responsive{
	width:100%;
	height:auto;
}
.list-item-details{
	margin-left:1rem;
	display:flex;
	flex-direction: column;
	width:100%;
}
.list-item-details > p {
	flex-grow:1;
	vertical-align: center;
}

@media only screen and (max-width: 767px) {
  .about-list-item {
    flex-direction: column;
  }
  .list-item-img {
    padding: 0 0.4rem;
    margin-bottom: 1.25rem;
  }
  .list-item-details {
    margin-left: 0;
  }
}
img.responsive{
  width:100%; 
  height:auto;
}
.parks-event-container{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-content: stretch;
	justify-content: space-around;
}
.parks-event-item{
	width: 31%;
	border: 1px solid #6e6e60;
	padding: 1.5rem;
border-radius: 2rem;
}
.events-container-shader .events-container {
    box-shadow: 5px 5px 5px rgba(0,0,0,0.7);
    border-left: 1px lightgray solid;
    border-top: 1px lightgray solid;
    padding: 1rem;
}
.events-container-shader .events-container .event-item {
    flex: 0 1 30%;
}

.upper{
	text-transform: uppercase;
}

@media screen and (max-width:767px){
.parks-event-container{
flex-direction:column;
}
.parks-event-item{
width:95%;
margin-bottom: 2rem;
}
}
.parks-pb-2{
	padding-bottom: 1.5rem;
}


/*
Resources Links Section 
*/
.resources-links-group{
  flex-wrap:wrap;
  font-size:1.3125em;
  margin:1em auto;
}
.resources-links-item{
  	background-color:#088F8F;
    flex: 1 auto;
    height:175px;
   margin-bottom:1.875rem;
   width:100%;
}
.resources-links-item a {
    color: #fff;
    font-weight: bold;
    height: 100%;
    line-height: 1.25;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
  }
.resources-links-item a:hover {
    box-shadow: 0px 0px 0px 4px #008000;
    text-decoration: none;
}
.resources-links-item a > span {
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 80%;
  }
@media all and (min-width:425px){
	.resources-links-item{
    	flex:0 1 58%;
    }
}
@media all and (min-width:992px){
	.resources-links-background{
    	background-position:center;
    }
  .resource-container{
  	margin-bottom:-1.5rem;
  }
}
@media all and (min-width:1366px){
	.resource-container{
    	margin-bottom:0;
    }
  .resources-links-group{
  	flex-wrap:nowrap;
  }
  .resources-links-item {
      margin-bottom: 0px;
      flex: 0 1 38%;
    }
}
@media all and (min-width:768px){
	.resources-links-group{
    	width:100%;
    }
}


/*
 GENERAL FLEX SETTINGS
*/
.flex-col {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}

.flex-row{
	display:flex;
  flex-direction:row;
  flex-wrap:wrap;
}
.flex-item {
    flex: 1 0 0;
}
.flex-item-50{
  	width:48%;
}
@media all and (min-width:768px) and (max-width:995px){
	.flex-row{
      flex-wrap:nowrap;
    }

}
@media all and (max-width:767px){
	.flex-item-50{
    	width:100%;
    }
}
 .justify-content-between {
    justify-content: space-between;
  }
  .justify-content-center {
    justify-content: center;
  }
  .justify-content-evenly {
    justify-content: space-evenly;
  }
 .align-items-center {
    align-items: center;
  }
.justify-content-end{
	justify-content: flex-end;
}
.flyer-item{
	padding:1rem;
}
.flyer-item a img{
 max-height:600px;
}

 /* Gallery Modal */
 .past-event-date {
    font-style: italic;
    margin-left: 1rem;
    margin-top: -10px;
    padding-left: 5%;
    padding-top: 0; 
    color: #7f7f7f;
    font-size: .75rem;
  }
  .past-event-image-wrapper {
    width: 55%;
    position: relative
  }
  .past-event-more-images {
    border: none; 
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.35);
    width: 75px;
    height: 75px;
    font-size: 1.25rem;
    color: #fff;
  }
  .past-event-description-wrapper {
    width: 35%;
    padding-left: 1rem;
    padding-top: 0px;
  }
  .past-event-details {
    display:flex;
    flex-direction: row;
    align-items: flex-start;
  }
  .past-event-item-wrapper {
    margin-bottom: 2.25rem;
  }
  .close-white {
    float: unset;
    font-weight: unset;
    text-shadow: unset;
    color: #fff;
    font-size: 2.25rem;
    opacity: .75;
  }
  .close-white:hover {
    color: #fff;
    opacity: 1;
  }
  #gallery-modal .modal-wrapper {
    display: flex;
    flex-direction: row;
  }
  #gallery-modal .heading__tertiary--h3 {
    padding-left: 0;
    margin: 0 0 inherit 0;
  }
  .gallery-control-bar {
    position: absolute;
    top: 0;
    left: 3%;
    right: auto;
    z-index: 99;
  }
  .gallery-window {
    display: flex;
    flex-direction: column;
    background-color: #080808!important;
    overflow: hidden;
    height: 100%;
    width: 70%;
    position: relative;
  }
  .gallery-description {
    background-color: #f6f6f6;
    padding: 1.25rem;
    height: 100%;
    width: 30%;
    overflow: auto;
  }
  .gallery-canvas > button {
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: transparent;
    border: none;
    color: #fff;
    padding: 1rem;
    font-size: 3rem;
    opacity: .75;
    outline: none;
  }
  .gallery-canvas > button:hover {
    opacity: 1;
  }
  .gallery-canvas > .btn-gallery-next {
    left: auto;
    right: 0;
  }
  .omit-bottom-spacing {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .omit-margin-left {
    margin-left: 0;
  }
  .heading__tertiary--h3 {
    font-size: 1.5rem;
    color: var(--primary-tan);
    font-weight: bold;
    padding-left: 1rem;
    padding-bottom: 1rem;
    margin: 1% 5% 1% 5%;
  }

@media only screen and (max-width:767px){
  .past-event-details {
      flex-direction: column;
    }
    .past-event-image-wrapper, .past-event-description-wrapper {
      width: 100%;
    }
    .past-event-description-wrapper {
      padding-left: 0;
      padding-top: 1rem;
    }
    #gallery-modal .modal-wrapper {
      flex-direction: column;
    }
    .gallery-window {
      flex-direction: column;
      width: 100%;
      height: 65%;
    }
    .gallery-description {
      width: 100%;
      height: 35%;
    }
    .gallery-control-bar {
      left: auto;
      right: 3%;
    }
}

/* MODAL */
.modal {
    display: none;
    position: fixed;
    z-index: 2;
    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/civiccenter-2/Images/columbus-civic-center-complex-gray.jpg");
    background-image: cover;
  }
  .modal-open {
    overflow: hidden;
  }
  .modal-open .modal {
    overflow-y: hidden;
  }
  .btn-modal-close {
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    margin-top: 15px;
    margin-right: 15px;
    font-size: 1.5rem;
  }

  @media only screen and (max-width: 767px) {
    .modal-content {
        padding: 25px;
        width: 90%;
      }
  }

.ccg-pb-4{
	padding-bottom:2rem;
}

.ccg-pb-6{
	padding-bottom:4rem;
}
.slick-prev:before, .slick-next:before{
    color:#000;
   font-size:2rem;
}
[id^=FridayAfternoonDance2] > header{
	background-color:transparent;
}
[id^=FridayAfternoonDance2] > header > span {
	font-size:1rem;
}
[id^=FridayDanceVideo1] > header{
	background-color:transparent;
}
[id^=FridayDanceVideo1] > header > span {
	font-size:1rem;
}


/* Aquatics Amenity CSS */
.square {
    width:4.5em;
    height:4.5em;
    background: #0070C0;
    margin-left:.75em;
}
.circle{
    width: 4.5em;
    height:4.5em;
    background:green;
    border-radius: 50%;
    margin-left:.75em;
}

    .diamond {
      width: 0;
      height: 0;
      border: 3em solid transparent;
      border-bottom-color:#000;
      position: relative;
      top: -3em;
    }
    .diamond:after {
      content: '';
      position: absolute;
      left: -3em;
      top: 3em;
      width: 0;
      height: 0;
      border: 3em solid transparent;
      border-top-color:#000;
    }
    .diamond-sm {
      width: 0;
      height: 0;
      border: 1.75em solid transparent;
      border-bottom-color:#000;
      position: relative;
      top: -1.75em;
    }
    .diamond-sm:after {
      content: '';
      position: absolute;
      left: -1.75em;
      top: 1.75em;
      width: 0;
      height: 0;
      border: 1.75em solid transparent;
      border-top-color:#000;
    }

.justify-content-around{
    justify-content: space-around;

}
.align-items-end{
    align-items: flex-end;
}

/*CSS for Gallery */
.gallery-wrapper{
  position: relative;
  width:100%;
  height: 0;

}
.gallery-hello {
    opacity: 1 !important;
  }
  .gallery-full {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 6;
  }
  .gallery-full .gallery-content {
    background-color: rgba(0,0,0,0.75) !important;
    height: 100%;
    width: 100%;
    display: grid;
  }
  .gallery-full .gallery-content img {
    left: 50%;
    transform: translate3d(0, 0, 0);
    animation: zoomin 1s ease;
    max-width: 75%;
    max-height: 75%;
    margin: auto;
  }
  .gallery-byebye {
    opacity: 0;
  }
  .gallery-byebye:hover {
    transform: scale(0.2) !important;
  }
  .gallery {
    display: grid;
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    grid-auto-rows: 8px;
    margin-bottom:3em;
  }
  .gallery img {
    max-width: 100%;
    border-radius: 8px;
    box-shadow: 0 0 16px #333;
    transition: all 1.5s ease;
  }
  .gallery img:hover {
    box-shadow: 0 0 32px #333;
  }
  .gallery .content {
    padding: 4px;
  }
  .gallery .gallery-item {
    transition: grid-row-start 300ms linear;
    transition: transform 300ms ease;
    transition: all 0.5s ease;
    cursor: pointer;
  }
  .gallery .gallery-item:hover {
    transform: scale(1.025);
  }
  @media (max-width: 600px) {
    .gallery {
      grid-template-columns: repeat(auto-fill, minmax(30%, 1fr));
    }
  }
  @media (max-width: 400px) {
    .gallery {
      grid-template-columns: repeat(auto-fill, minmax(50%, 1fr));
    }
  }
  @-moz-keyframes zoomin {
    0% {
      max-width: 50%;
      transform: rotate(-30deg);
      filter: blur(4px);
    }
    30% {
      filter: blur(4px);
      transform: rotate(-80deg);
    }
    70% {
      max-width: 50%;
      transform: rotate(45deg);
    }
    100% {
      max-width: 100%;
      transform: rotate(0deg);
    }
  }
  @-webkit-keyframes zoomin {
    0% {
      max-width: 50%;
      transform: rotate(-30deg);
      filter: blur(4px);
    }
    30% {
      filter: blur(4px);
      transform: rotate(-80deg);
    }
    70% {
      max-width: 50%;
      transform: rotate(45deg);
    }
    100% {
      max-width: 100%;
      transform: rotate(0deg);
    }
  }
  @-o-keyframes zoomin {
    0% {
      max-width: 50%;
      transform: rotate(-30deg);
      filter: blur(4px);
    }
    30% {
      filter: blur(4px);
      transform: rotate(-80deg);
    }
    70% {
      max-width: 50%;
      transform: rotate(45deg);
    }
    100% {
      max-width: 100%;
      transform: rotate(0deg);
    }
  }
  @keyframes zoomin {
    0% {
      max-width: 50%;
      transform: rotate(-30deg);
      filter: blur(4px);
    }
    30% {
      filter: blur(4px);
      transform: rotate(-80deg);
    }
    70% {
      max-width: 50%;
      transform: rotate(45deg);
    }
    100% {
      max-width: 100%;
      transform: rotate(0deg);
    }
  }
  .event-card{
    width:75%;
}

@media only screen and (max-width:767px){
.event-card{
    width:98%;
}
}
.facility-rental{
    width:98%;
    border-radius:10px;
}
@media (min-width:576px){
    .facility-rental{
        width:33%;
    }
}
.facility-img-cap{
    width:100%;
    border-radius:10px 10px 0 0;
}
.fw-bold{
    font-weight:bold;
}
.d-flex{
    display:flex;
}
.flex-wrap{
    flex-wrap:wrap;
}
@media (min-width:576px){
    .flex-md-nowrap{
        flex-wrap:nowrap;    
    }
}
.justify-content-between{
    justify-content:space-between;
}
.parks-headline{
    padding: 11px 10px;
    width: 100%;
    background: #088F8F;
    color: #fff;
    font-weight: bold;
}

.marina-images{
    display:flex;
    flex-wrap:wrap;
    gap:10px;
}
.marina-images img{
    width:98%;
}
@media (min-width:576px){
    .marina-images img{
        width: 48%;
    }
}
.parks-list-group{
    font-size:initial;
    font-weight:600;
}
.parks-list-group a:hover, .parks-list-group a:focus{
    background-color:#088F8F;
    color:#fff;
}





































