@charset "UTF-8";
/* CSS Document */

.oly-flex-container {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
  padding: 0;
  margin: 0;
  list-style: none;
}
.oly-flex-container2 {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style: none;
}
.oly-flex-item {
  background: #fff;
  padding-bottom: 10px;
  margin-bottom: 20px;
  width: 350px;
  margin-top: 10px;
  line-height: 1em;
  color: #000;
  font-weight: bold;
  font-size: 1.5em;
  text-align: center;
  flex-wrap: wrap;
  border: solid 2px #ddd;
  font-family: 'Roboto Condensed', sans-serif;
}

.oly-flex-item2 {
  background: #fff;
  padding-bottom: 0px;
  margin: 40px;
  width: auto;
  color: #000;
  font-weight: bold;
  font-size: 1em;
  text-align: center;
  flex-wrap: wrap;
  font-family: 'Roboto Condensed', sans-serif;
    justify-content: center;
}

.oly-nav-links{
    text-align: center; width: 100%; 
}
.oly-nav-links a{
    font-family: Roboto; font-weight: 700; font-size: 1em;
    border-radius: 20px; border: 2px solid #202a5a; padding: 10px; color: #202a5a; text-decoration: none;
}
.oly-nav-links a:hover{
    color: #fff;  border: 2px solid #ddd; background-color: #202a5a;
}
.oly-news-links{
    padding: 10px; color: #999;
    font-family: Roboto; font-weight: 300; font-size: 14px;}
.oly-news-links a{
    font-family: Roboto; font-weight: 300; font-size: 14px;
    padding: 20px; color: #cc0000; text-decoration: none;
}
.oly-news-links a:hover{
    color: #000;
}
.oly-news-table td{border-bottom: thin solid #efefef; padding-top: 5px;}

.oly-medals {
    border: 2px solid #ddd;
    background-color: #fafafa;
    width: 100%;
    border-radius: 20px;
    text-align: center;
    font-size: 18px;
  font-family: 'Roboto Condensed', sans-serif;
    padding-top: 10px;
}
.oly-medals img{
    height: 50px;
}

.oly-sidebar {
		grid-area: sidebar;
	}

.oly-content {
		grid-area: content;
	}

.oly-wrapper {
		background-color: #fff;
		color: #444;
	}

.oly-wrapper {
    display: grid;
    grid-gap: 1em;
    grid-template-areas:
     "content"
     "sidebar"
  }

@media only screen and (min-width: 500px)  {
	.oly-wrapper {

		grid-template-columns: auto 20%;
		grid-template-areas:
		"content sidebar"
	}
	}

@media only screen and (min-width: 600px)   {
		.oly-wrapper {
      grid-gap: 20px;
			grid-template-columns:auto 200px;
			grid-template-areas:
			"content sidebar";
			max-width: 100%;
		}
	}

.oly-box {
  background-color: #fff;
  color: #000;
  border-radius: 5px;
  padding: 10px;
  font-size: 150%; 
}


.uga-mg-flex-container {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
  padding: 0;
  margin: 0;
  list-style: none;
}
.uga-mg-flex-item {
  background: #fff;
  padding-bottom: 10px;
  margin-bottom: 20px;
  width: 350px;
  margin-top: 10px;
  line-height: 1em;
  color: #000;
  font-weight: bold;
  font-size: 1.5em;
  text-align: center;
  flex-wrap: wrap;
  border: solid 2px #ddd;
  font-family: 'Roboto Condensed', sans-serif;
}

.BulldogBtn {
  background: #000;
  background-image: -webkit-linear-gradient(top, #cc0000, #990000);
  background-image: -moz-linear-gradient(top, #cc0000, #990000);
  background-image: -ms-linear-gradient(top, #cc0000, #990000);
  background-image: -o-linear-gradient(top, #cc0000, #990000);
  background-image: linear-gradient(to bottom, #cc0000, #990000);
  -webkit-border-radius: 15;
  -moz-border-radius: 15;
  border-radius: 15px;
  font-family: Arial;
  font-weight: bold;
  color: #fff;
  font-size: 16px;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
  margin-bottom: 10px;
}

.BulldogBtn:visited  {
  color: #ffffff;
}

.BulldogBtn:active {
  color: #ffffff;
}

.BulldogBtn:hover {
  background: #cc0000;
  background-image: -webkit-linear-gradient(top, #cc0000, #550000);
  background-image: -moz-linear-gradient(top, #cc0000, #550000);
  background-image: -ms-linear-gradient(top, #cc0000, #550000);
  background-image: -o-linear-gradient(top, #cc0000, #550000);
  background-image: linear-gradient(to bottom, #cc0000, #550000);
  text-decoration: none;
  color: #fff;
}

.fb-sched-release {width: 100%; max-width: 650px;}
.fb-sched-release th{padding: 20px; text-align: center; background-color: #000; color: #fff; font-weight: bold; font-size: 24px;}
.fb-sched-release td{padding: 10px; border-bottom: solid 1px #ddd; font-weight: bold;}



.uga2col-row:after {
  content: "";
  display: table;
  clear: both;
}

.uga2col-column {
  float: left;
  width: 50%;
  padding: 10px;
}

@media screen and (max-width: 600px) {
  .uga2col-column {
    width: 100%;
  }
}