.outer-menu {
position: fixed;
top: 17px;
right: 40px;
z-index: 9999;
}
.outer-menu .checkbox-toggle {
position: absolute;
top: 0;
right: 0;
z-index: 2;
cursor: pointer;
width: 60px;
height: 60px;
opacity: 0;
}
.outer-menu .checkbox-toggle:checked + .hamburger > div {
-webkit-transform: rotate(135deg);
transform: rotate(135deg);
}
.outer-menu .checkbox-toggle:checked + .hamburger > div:before, .outer-menu .checkbox-toggle:checked + .hamburger > div:after {
top: 0;
-webkit-transform: rotate(90deg);
transform: rotate(90deg);
}
.outer-menu .checkbox-toggle:checked + .hamburger > div:after {
opacity: 0;
}
.outer-menu .checkbox-toggle:checked ~ .menu {
pointer-events: auto;
visibility: visible;
}
.outer-menu .checkbox-toggle:checked ~ .menu > div {
-webkit-transform: scale(1);
transform: scale(1);
-webkit-transition-duration: 0.75s;
transition-duration: 0.75s;
}
.outer-menu .checkbox-toggle:checked ~ .menu > div > div {
opacity: 1;
-webkit-transition: opacity 0.4s ease 0.4s;
transition: opacity 0.4s ease 0.4s;
}
.outer-menu .checkbox-toggle:checked:hover + .hamburger > div {
-webkit-transform: rotate(225deg);
transform: rotate(225deg);
}
.outer-menu .hamburger {
position: absolute;
top: 0;
right: 0;
z-index: 1;
width: 60px;
height: 60px;
padding: 0.5em 1em;
background: transparent;
border-radius: 0 0.12em 0.12em 0;
cursor: pointer;
-webkit-transition: box-shadow 0.4s ease;
transition: box-shadow 0.4s ease;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
display: -webkit-box;
display: flex;
-webkit-box-align: center;
align-items: center;
-webkit-box-pack: center;
justify-content: center;
}
.outer-menu .hamburger > div {
position: relative;
-webkit-box-flex: 0;
flex: none;
width: 100%;
height: 2px;
background: #FEFEFE;
-webkit-transition: all 0.4s ease;
transition: all 0.4s ease;
display: -webkit-box;
display: flex;
-webkit-box-align: center;
align-items: center;
-webkit-box-pack: center;
justify-content: center;
}
.outer-menu .hamburger > div:before, .outer-menu .hamburger > div:after {
content: '';
position: absolute;
z-index: 1;
top: -10px;
right: 0;
width: 100%;
height: 2px;
background: inherit;
-webkit-transition: all 0.4s ease;
transition: all 0.4s ease;
}
.outer-menu .hamburger > div:after {
top: 10px;
}
.outer-menu .menu {
position: fixed;
top: 0;
right: 0;
width: 100%;
height: 100%;
pointer-events: none;
visibility: hidden;
overflow: hidden;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
outline: 1px solid transparent;
display: -webkit-box;
display: flex;
-webkit-box-align: center;
align-items: center;
-webkit-box-pack: center;
justify-content: center;
}
.outer-menu .menu > div {
width: 100%;
height: 100%;
color: #FEFEFE;
background: #0a2240eb;
-webkit-transition: all 0.4s ease;
transition: all 0.4s ease;
-webkit-box-flex: 0;
flex: none;
-webkit-transform: scale(0);
transform: scale(0);
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
overflow: hidden;
display: -webkit-box;
display: flex;
-webkit-box-align: center;
align-items: center;
-webkit-box-pack: center;
justify-content: center;
}
.outer-menu .menu > div > div {
text-align: center;
max-width: 90vw;
max-height: 100vh;
opacity: 0;
-webkit-transition: opacity 0.4s ease;
transition: opacity 0.4s ease;
overflow-y: auto;
-webkit-box-flex: 0;
flex: none;
display: -webkit-box;
display: flex;
-webkit-box-align: center;
align-items: center;
-webkit-box-pack: center;
justify-content: center;
}
.outer-menu .menu > div > div > ul {
list-style: none;
padding: 0 1em;
margin: 0;
display: block;
max-height: 100vh;
}
.outer-menu .menu > div > div > ul > li {
padding: 0;
margin: 1em;
font-size: 24px;
display: block;
}
.outer-menu .menu > div > div > ul > li > a {
position: relative;
display: inline;
cursor: pointer;
-webkit-transition: color 0.4s ease;
transition: color 0.4s ease;
}
.outer-menu .menu > div > div > ul > li > a:hover {
color: #e5e5e5;
}
.outer-menu .menu > div > div > ul > li > a:hover:after {
width: 100%;
}
.outer-menu .menu > div > div > ul > li > a:after {
content: '';
position: absolute;
z-index: 1;
bottom: -0.15em;
left: 0;
width: 0;
height: 2px;
background: #e5e5e5;
-webkit-transition: width 0.4s ease;
transition: width 0.4s ease;
}
.et-logo {
margin-top: -20px;
overflow: hidden;
}
/* .et-logo img {
max-width: 280px;
position: relative;
top: 0;
margin: auto;
float: none;
left: 0;
right: 0;
padding: 15px;
}
*/
.et-logo-header {
position: absolute;
-webkit-transition: all 0.5s ease;
transition: all 0.5s ease;
top: 30px;
left: 40px;
z-index: 1;
width: 250px;
-webkit-transition: all 0.5s ease;
transition: all 0.5s ease;
} 



.container {
text-align: center;
}
#filtered {
text-align: center;
margin: 0 auto;
float: none;
}
.filterDiv {
float: left;
cursor: pointer;
}

.show-button {
display: block;
}

.container {
margin-top: 20px;
overflow: hidden;
}

/* Style the buttons */
.filter-btn {
border: 2px solid #e2e2e2;
outline: none;
padding: 12px 16px;
background-color: #fff;
cursor: pointer;
margin-right: -3px;
margin-left: -3px;
}

.filter-btn:hover {
background-color: #ddd;
}

.filter-btn.active {
background-color: #05244d;
color: white;
border: 2px solid #05244d;
}
.filter-btn:first-child {
border-bottom-left-radius: 22px;
border-top-left-radius: 22px;
}

.filter-btn:last-child {
border-bottom-right-radius: 22px;
border-top-right-radius: 22px;
}
.cosam_header {
background-color: #03234c !important;
}

#header_section h1 {
font-size: 7.4rem;
}
#header_section h4 {
font-family: 'Roboto', sans-serif;
font-size: 33px;
max-width: 720px;
font-weight: 300;
text-align: right;
padding-top: 0;
}
#header_section h1:before {
content: "2020";
position: absolute;
top: -29px;
right: 59%;
font-size: 55px;
opacity: 0.8;
color: #011d3c;
text-shadow: 0 0 2px #fff;
-moz-text-shadow: 0 0 2px #fff;
-webkit-text-shadow: 0 0 2px #fff;
}

#header_section h1 {
position: relative;
}

div#filtered .col-lg-4 img {
max-width: 100%;
}

div#filtered .col-lg-4 {
padding-bottom:30px;
}

.img-round {
border-radius: 22px;
}
.text-right,
.text-left {
text-align: left;
max-width: 650px;
}
.text-right {
padding-left: 100px;
padding-top: 40px;
}
.text-left {
padding-right: 100px;
padding-top: 40px;
}
.winner::before {
content: "\A";
position: absolute;
background-image: url(https://www.auburn.edu/cosam/honors-convocation-2020/deans-medal-biomed.png);
width: 250px;
height: 250px;
z-index: 1;
background-size: contain !important;
background-color: transparent !important;
top: 450px;
margin-left: 220px;
}
.geosciences-badge .winner::before {
 background-image: url(https://www.auburn.edu/cosam/honors-convocation-2020/geosciences-badge.png);   
}
.physics-badge .winner::before {
 background-image: url(https://www.auburn.edu/cosam/honors-convocation-2020/physics-badge.png);   
}
.mathematics-badge .winner::before {
background-image: url(https://www.auburn.edu/cosam/honors-convocation-2020/mathematics-badge.png);    
}
.biological-badge .winner::before {
background-image: url(https://www.auburn.edu/cosam/honors-convocation-2020/biological-badge.png);    
}
.chemistry-badge .winner::before {
background-image: url(https://www.auburn.edu/cosam/honors-convocation-2020/chemistry-badge.png);    
}
.junior-biomed .winner::before {
background-image: url(https://www.auburn.edu/cosam/honors-convocation-2020/junior-badge-biomed.png) !important;
}
.junior-bio .winner::before {
background-image: url(https://www.auburn.edu/cosam/honors-convocation-2020/junior-badge-biological.png) !important;
}
.junior-geo .winner::before {
background-image: url(https://www.auburn.edu/cosam/honors-convocation-2020/junior-badge-geosciences.png) !important;
}
.junior-physics .winner::before {
background-image: url(https://www.auburn.edu/cosam/honors-convocation-2020/junior-badge-physics.png) !important;
}
.junior-chemistry .winner::before {
background-image: url(https://www.auburn.edu/cosam/honors-convocation-2020/junior-badge-chemistry.png) !important;
}
.junior-math .winner::before {
background-image: url(https://www.auburn.edu/cosam/honors-convocation-2020/junior-badge-math.png) !important;
}
.winner p {
line-height: 1.8;
padding-bottom: 10px;
}

.right-circles::before {
   content: "\A";
   width: 180px; 
   height: 180px;
   background: transparent;
   position: absolute;
   border: 2px solid rgba(255, 165, 0, 0.31);
   top: -80px;
   right:-10px;
   border-radius: 100%; 
}

.right-circles::after {
   content: "\A";
   width: 30px; 
   height: 30px;
   background: rgba(3, 36, 77, 0.69);
   position: absolute;
   top: -50px;
   left: 200px;
   border-radius: 100%; 
}
.left-circles::before {
    content: "\A";
    width: 180px;
    height: 180px;
    background: rgba(3, 36, 77, 0.6196078431372549);
    position: absolute;
    bottom: -80px;
    left: -50px;
    border-radius: 100%;
}

.left-circles::after {
    content: "\A";
    width: 30px;
    height: 30px;
    background: #ee7623;
    position: absolute;
    top: 130px;
    left: -10px;
    border-radius: 100%;
}
.show-title {
    position: absolute;
    bottom: 30px;
    background: rgba(4, 36, 76, 0.87);
    width: 100%;
    text-align: left;
    padding: 20px;
    max-width: 387px;
}
.show-title h3 {
    font-family: 'Roboto Slab', serif;
}
.show-title h3,
.show-title p {
    color: #fff;
}
p.slide-up {
  transition: all 0.5s ease-out;
  top: 15em;    
}
.text-container h3 {
  transition: all 0.5s ease-out;
}
.text-container {
    height: 12rem;
    overflow: hidden;
    transition: all 0.5s ease-out;
    z-index: 100;
}

.text-container p.slide-up {
  position: relative;
  top: 20em;
}

.filterDiv:hover .text-container p.slide-up {
  top: .8em;
  display: block;
}

.filterDiv:hover .text-container h3,
.filterDiv:hover .text-container p {
  display: none;
}

.filterDiv:hover .text-container {
    height: 18rem;
}

p.slide-up::after {
  content: "Learn More";
  display: block;
  padding: 10px 20px; 
  border: 1px solid #fff;
  border-radius: 22px;
  max-width: 150px;
  text-align: center;
  margin-top: 12px;
}
.view-all-button {
    background: #ebeff5;
    padding: 60px 0px 240px 0px;
    margin-bottom: -170px;
    text-align: center;
}

.view-all-button h2 {
    padding: 80px 0px;
    font-size: 40px;
    font-family: 'Roboto Slab', serif !important;
    color: #04244c;
    font-weight: bold;
    background: url(https://www.auburn.edu/cosam/honors-convocation-2020/2020-honors-convo.png);
    background-repeat: no-repeat;
    background-size: 23%;
    background-position: center;
}
.filterDiv a {
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-indent: -9999px;
    z-index: 1000;
    cursor: pointer;
}

 .hidden-badge.winner::before {
     display: none !Important;
 }
 
 
@media (max-width: 1200px) {
	.winner::before {
    position: relative;
    display: block;
    text-align: center;
    top: 50px;
    margin: 0 auto;
}
}

@media (max-width: 768px) {
#header_section h1 {
    font-size: 4rem;
 }
#header_section h4 {
	text-align: center;
	font-size: 20px;
}	
#header_section h1:before {
    content: "2020";
    position: relative;
    top: auto;
    right: auto;
    display: block;
    font-size: 35px;
 }   
#header_section {
    padding: 80px 0px;
}
.et-logo-header {
    width: 140px;
  }
}