<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Enter Your Custom CSS Here */

.full-width-section.hero{
    width: 99.5vw !important;
    position: relative !important;
    left: 50% !important;
    right: 50% !important;
    margin-left: -50vw !important;
    margin-right: -50vw !important;
		border-radius: 0px;
  }
	

@media only screen and (min-width: 768px){
.full-width-section{
    width: 99.5vw !important;
    position: relative !important;
    left: 50% !important;
    right: 50% !important;
    margin-left: -50vw !important;
    margin-right: -50vw !important;
		border-radius: 0px;
  }
	
}


/*CLASSES FOR TEXT and borders
 * ************************* */
.border-sandwich{
		display: inline-block;
		border-top: solid 7px #a4925a;
		border-bottom: solid 7px #a4925a;
		margin-bottom: 0;
		font-size: 40px;
		border-radius: 0;
		font-weight: bold;
}

.caption-white {
		color: #eeeeee !important;
}

.caption-credit figcaption span{
		font-size: 12px;
		font-style: italic;
		color: #d3d3d3;
}

.title1-gold:hover{
	  display: inline-block;
		text-decoration: none;
		font-size: 1em;
		padding: .3em 1.1em;
		border-radius: 3px;
}

.title1-gold, .title1-gold a{
		color: #a4925a !important;
		font-size: 1.2em;
		font-weight: bold;
		margin-bottom: 0;
		font-family: 'Roboto Slab', sans-serif;
}

.title2-white {
		color: white;
		font-style: italic;
		font-weight: bold;
		margin-top: 0;
}

.link-white a{
		color: white !important;
}

.caption-special-bg{
		display: inline-block;
		border-radius: 10px;
		padding: 7px;
/* 		background-color: #a4925a; */
		background-image: url(icra-2023/files/2023/05/graphic_header_bg_curi_robot_cr.png);
		background-position: center;
}

.wp-block-media-text__content p:nth-of-type(5) {
		text-align: right !important;
}



/*figcaption is a block-level element in CSS. You can use .custom-class (and figcaption as a descendant selector) to get desired result.*****BUT the .custom-class still works here w/o the element selector figcaption*/
.caption-name-title figcaption {
		font-style: italic;
		font-size: 16px;
		text-align: center;
}

/*figcaption is an element selector and :first-line is a pseudo-element so they probably have to be used in conjunction, from the behavior. *******Both are needed for style to be applied. */
.caption-name-title figcaption:first-line{
		font-style: normal;
		font-size: 20px;
		font-weight: bold;
}


/*PARAGRAPH OVERFLOW */
p.p-scroll {
  max-height: 330px;
  overflow-y: auto;
}

/*p.p-scroll:focus {
  overflow-y: scroll;
}*/

p.p-scroll::-webkit-scrollbar {
	width: 5px;
}

p.p-scroll::-webkit-scrollbar-track {
  background-color: #d3d3d350;
}

p.p-scroll::-webkit-scrollbar-thumb {
  background-color: #d3d3d3;
}

/*CampusPress p elements have built-in padding! Just add background-color*/
p {
		border-radius:10px;
}

/*No click action on button blocks*/
.remove-pointer {
		pointer-events:none;
}

/*BIG HEADLINES */
.heading-roboto-slab{
	font-family: 'Roboto Slab', sans-serif;
  font-weight: bold;
	font-size: 60px !important;
}

/* Used with a featured researcher that had an image bg*/
.wp-block-atomic-blocks-ab-column .ab-block-layout-column-inner {
  border-radius: 0px;
}


/* .block-native, child ab columns; adds border-radius, just add color! */
.ab-block-layout-column-inner{
		border-radius: 25px;
} 

/*.block-native.block-custom used for border-radius effect using bg color + bg image*/
.wp-block-atomic-blocks-ab-columns.border-w-image-and-bg-color {
		border-radius: 25px; 
		overflow: hidden;
		width: 70%;
		text-align: center; /*In parent ab columns block, toggle 'center' on for this to work*/
}


.deck-heading {
  font-size: 60px !important;
  line-height: 1.5;
}

.deck-heading:first-line {
  font-size: 20px;
}

.deck-heading2 {
	font-size: 30px;
  line-height: 1.5;
}

.deck-heading2:first-line {
  font-size: 40px;
	font-weight: bold;
	text-decoration: overline underline;
	
}




@media screen and (min-width: 768px){
.overlap-right.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
 	margin-right: -50px;
	border-radius: 18px;
	background-image: linear-gradient(180deg, #a4925a, #ffffff);
	/*width: 400px;*//*for media on right, text left justified, so this property and value prevent any overlap*/
	padding: 20px;
	border: 3px solid #003057;
	position: relative;
 	z-index: 1;
}

.overlap-left.wp-block-media-text:not(has-media-on-the-right) .wp-block-media-text__content {
	color: #003057;
	margin-left: -50px;
	border-radius: 18px;
	background-image: linear-gradient(225deg, #a4925a, #ffffff);
	/*width: 400px;*/
	padding: 20px;
	border: 3px solid #003057;
}
	}

@media screen and (max-width: 600px){
.overlap-right.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
	/*color: #003057;
	margin-right: -50px;*/
	border-radius:0 0 18px 18px;
	background-image: linear-gradient(135deg, #a4925a, #ffffff);
	/*width: 400px;
	 	border: 5px solid #003057;*/
	padding: 20px;
}


.overlap-left.wp-block-media-text:not(has-media-on-the-right) .wp-block-media-text__content {
	/*color: #003057;
	margin-left: -50px;*/
	border-radius:0 0 18px 18px;
	background-image: linear-gradient(225deg, #a4925a, #ffffff);
	/*width: 400px;
	 	border: 5px solid #003057;*/
	padding: 20px;
}
	}

@keyframes bounce {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}

.animate-bounce {
  animation: bounce 2s infinite;
}


@keyframes slide {
  0% {
    transform: translateX(-20%);
  }
  50% {
    transform: translateX(20%);
  }
  100% {
    transform: translateX(-20%);
  }
}

.animate-slide {
  animation: slide 6s infinite;
}

@keyframes flip {
  0% {
    transform: perspective(800px) rotateY(0deg);
  }
  50% {
    transform: perspective(800px) rotateY(90deg);
  }
  100% {
    transform: perspective(800px) rotateY(180deg);
  }
}

.page-flip {
  animation: flip 4s infinite;
  transform-style: preserve-3d;
  transform-origin: center center;
}

@keyframes mirror {
  0% {
    transform: scaleX(1);
  }
  100% {
    transform: scaleX(-1);
  }
}

.mirror-effect {
  animation: mirror 10s forwards;
	 transform-origin: 50% 50%;
}

/* WORKS AS INTENDED WHEN IMAGE IS CENTER ALIGNED ********************************************/
@keyframes flip {
  from {
    transform: perspective(800px) rotateY(0);
  }
  to {
    transform: perspective(800px) rotateY(180deg);
  }
}

.flip-by-place {
  animation: flip 5s ease-in-out forwards;
	transform-origin: 50% 50%;
}

@keyframes flip {
    0% {
        transform: perspective(800px) rotateY(0);
    }

    100% {
        transform: perspective(800px) rotateY(180deg);
    }
}

.flip-by-rotate {
  animation: flip 1s infinite alternate;
}

/*FLIP IN PLACE
 *************************************/
/*img:hover {
  transform: scaleX(-1);
}*/

/*HAVE TO CENTER IMAGE ELEMENT TO WORK PROPERLY. transform-origin property keeps the img element in place!*/
.flip-over:hover{
		perspective: 2000px;
		transform: rotateY(180deg);
		transform-origin: 50% 50%;
}

/*TEST TEST TEST
 * ***************************/

.container-parent-vanilla .container-child-vanilla{
		margin: 0px;
		padding: 20px;
		border-radius: 20px;
		background-color: green;
		text-align: center;
}

/*Padding Around Image in Media &amp;amp; Text Block*/

.media-centered .wp-block-media-text__media img  {
   padding-left: 3%;
		padding-right: 3%;
		padding-bottom: .5%;
}

/* bg color that targets text component of media-text block */
.media-text-bg-gold .wp-block-media-text__content{
	background-color: #a4925a;
	border-radius: 20px;
}

/*CUSTOM MEDIA ALIGNMENT FOR MOBILE
 * *********************************  */

@media screen and (max-width: 768px) {
  /* For mobile using vanilla columns */
  .reverse-parent {
    flex-direction: column;
  }

  .reverse-parent .reverse-child {
    order: -1; /* Display the right column as the first item on mobile */
  }
}

/*Reverse Column stack for Atomic Columns*/
@media only screen and (max-width: 768px) {
.reverse-row.ab-layout-columns-2 &gt; .ab-layout-column-wrap.ab-is-responsive-column {
    grid-template-areas:
        "col2"
        "col1";
  }
}


/*CVPR MISC.******************************************************************************** */


.max-width-600px {
	max-width: 600px;
/* 	text-align: center; centers the container */
}

figure.border-and-radius img {
	border: 2px solid #333;
	border-radius: 15px;
}

/* .border-and-radius {
	border: 2px solid #333;
	border-radius: 15px;
} */

.story-box:has(.paper) {
	flex-direction: column;
  /*display: flex; Declared in .story-box selector*/
  justify-content: flex-start;
  align-items: flex-start;
  padding: 5px 15px;
  min-height: 220px;
  min-width: 220px;
  border-radius: 15px;
  flex: 1;
	background-color: #fff !important;
	border: 2px solid #333 !important;
}

.story-box:has(.paper) a {
	box-shadow: unset;
}

.story-box:has(.paper):hover {
	background-color: #f9f6e5 !important;
}

.story-box:nth-child(2):not(:has(.paper)):hover, .story-box:nth-child(3):not(:has(.paper)):hover, .story-box:nth-child(4):not(:has(.paper)):hover, .story-box:nth-child(5):not(:has(.paper)):hover{
	color: #333;
	background-color: #dbd6d4;
  border: 2px solid #333;
}

.box-shadow-unset a {
	box-shadow: unset;
}

.link-white a {
	color: #fff;
}


.paper.title1 {
  color: #a5925a;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 0;
  font-family: "Roboto Slab", sans-serif;
}



.authors.title2 {
  color: #003057;
  font-size: 15px;
	font-style: italic;
  margin-top: 0;
}


.white {
	color: #fff !important;
}

.off-white p, .off-white h2 {
	color: #eee;
}

.line-through {
	text-decoration: line-through;
}

.italic-underline {
	font-style: italic;
	text-decoration: underline;
}


.italic {
	font-style: italic;
}

.bold {
  font-weight: bold;
}


.ab-block-layout-column.uniform-height {
	min-height: 100%;
}

h1:has(span) {
	margin: 0 auto !important;
}

.border-no-bg{
	border-style: solid;
	border-width: 2px;
	border-radius: 15px;
}


/* @media only screen and (max-width:768px){

.intro {
	 padding: 0 !important;
	 width: 100%;
 }
} */
/*FLEXBOX - CVPR students***************************************************************  */


/* .h-center {
  margin-left: 5%;
  font-family: 'Roboto-Slab', sans-serif;
  color: #fff;
  font-size: 60px;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: rotate(-90deg);
  transform-origin: 0 0;
  white-space: nowrap;

} */

.parent-container {
/* 	width: 800px; */
	
	margin: 0 auto;
	max-width: 100%;
	overflow: auto;
	position: relative;
  padding: 1%;
  border-radius: 10px;
  flex-flow: row wrap;
  justify-content: flex-start;
  background: linear-gradient(rgba(0,48,87,.7),rgba(0,48,87,.7)),url(https://sites.gatech.edu/ml-cvpr-2023/files/2023/06/assets_ga_brush-metal-shape-bg1.jpg) center / cover no-repeat;
}

.child-main {
  flex: 1 1 30%;
  border-radius: 10px;
  margin: 1%;
  min-height: 100%;
  padding: 1%;
/*    */
/*   display: flex; MOVED TO DESKTOP ONLY SECTION */
/*   justify-content: space-around; */
  font-family: 'Roboto',sans-serif;
}

.child-main figure {
  display: flex;
	align-items: center;
  gap: 0 5%;
}



.child-a, .child-b, .child-c {
  flex: 1;
} /*Putting in .child-b shrinks the img which we want in this case so caption isn't crunched*/


/* .child-b {
  flex: 0 1 40%;
} */

.child-a p {
  font-size: .9em;
}

/* .child-a {
  padding: 3%;
} */

.child-c .title1 {
  color: #003057;
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 0;
  font-family: "Roboto Slab", sans-serif;
}

.child-c .title2 {
  color: white;
  font-style: italic;
  margin-top: 0;
}


.child-b img {
  width: 100%;
  border-radius: 10px;
	
  
}


/**********************************************************************************************************************************DESKTOP - CVPR students  */

@media only screen and (min-width: 769px){
  .parent-container {
    display: flex;
    background-color: #a4925a;
  
  }
  
  .child-main {
    background-color: #a4925a;
    display: flex;
    flex-flow: row wrap-reverse;
	
    gap: 0 5%;
  }
}

/**********************************************************************************************************************************MOBILE - CVPR students  */


@media only screen and (max-width: 768px){
  .child-main {
    display: flex;
    flex-flow: row wrap-reverse;
    font-size: 1em;
		background-color: #a4925a;
		padding: 5%;
		margin-bottom: 5%;
  }
	
	.child-main:last-child{
		margin-bottom: auto;
	}
  
  .parent-container {
    padding: 5%;
  }
  
}





/*FLIP CVPR Faculty
 * **********************************************************************
 * *********************************************************************  */
h1 span{
	color: #a4925a;
}


@media only screen and (max-width: 768px) {
  .mask-on-mobile {
    display: none;
  }
}

.flip-container {
  display: flex;
  flex-wrap: wrap;
  perspective: 1000px;
  width: 100%;
  height: 400px;
  margin-bottom: 100%; /* Allows blocks below the html block to display. Can be any percent (e.g. 150%) to get the view correct */
}

.flipper:nth-child(7) {
  flex: 0 1 32%;
}

.flipper:hover {
  transform: rotateY(180deg);
}

.flipper {
  transition: 0.6s;
  transform-style: preserve-3d;
  position: relative;
  margin: 0.5% 0.5% 8% 0.5%; /*Depending on h of parent flex box, margin-bottom helps with small overlap issues*/
  flex: 1 1 25%;
  min-height: 100%; /**With flex-wrap: wrap, min h needed to prevent HUGE overlap of child elements*/
}

.front,
.back {
  backface-visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100%; /*min-height maintains consistency regardless of variation in text */
  /*    	display: flex;
    align-items: center;
    justify-content: center; */
  font-size: 18px;
  color: #fff;
  background-color: #a4925a;
  border-radius: 10px;
}

.back{
	min-height: 450px;
}

.front {
	background-color: #003057;
}


/* .flip-container *:has(span){
	background-color: #003057; /*Allows for targeting of elements to style different; e.g. in a series, only style some elements
} */


.front {
  z-index: 2;
}

.back {
  transform: rotateY(180deg);
  overflow: hidden;
}

.back p {
  padding: 5px 20px;
  font-size: 0.85em;
}

.back p .first-letter-big {
  line-height: 1; /*Applied to a span*/
}

.back p:first-child::first-letter {
  font-size: 2em;
  font-weight: bold;
}

.back a {
	color: #fff !important;
}

.front .title1 {
  color: #a4925a;
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 0;
  font-family: "Roboto Slab", sans-serif;
}

.front .title2 {
  color: white;
  font-style: italic;
  font-size: 0.85em;
  margin-top: 0;
}

.front p {
  padding: 0 3%;
}

.front img {
  max-width: 100%;
  max-height: 100%;
  display: block;
}

/* MOBILE-----------------------------------------------------------
 * ---------------------------------------------------------------- */


@media only screen and (min-width: 768px) {
  .mask-on-desktop {
    display: none;
  }
}

@media only screen and (max-width: 768px) {
  
	.desktop-explainer {
	display: none;
}
	
	.mobile-parent {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
		margin-bottom: 10%;
	}

  .mobile-pic {
    flex: 1 1 50%;
		text-align: center;
  }

	mobile-quote {
		flex: 0 1 50%;
	}
	
  .mobile-quote .title1 {
    color: #a4925a;
    font-size: 1.2em;
    font-weight: bold;
    margin-bottom: 0;
    font-family: "Roboto Slab", sans-serif;
  }

  .mobile-quote .title2 {
    font-style: italic;
    font-size: 0.85em;
    margin-top: 0;
  }
	
	.mobile-quote p:nth-child(3)::first-line{
		font-size: 1.2em;
		font-weight: bold;
		font-style: italic;
	}
	
}

/**************************************HIGHLIGHT PAPER
 * *****************************  */

quote.pullquote span {
	color: #a4925a;
	font-size: 25px;
	font-family: 'Roboto Slab', sans-serif;
}


.heading-roboto-slab span {
	font-size: 25px;
}

.margin-auto {
	margin: 0 auto;
}

.font-white {
	color: #fff;
}

.font-gold {
  color: #a4925a;
}

.bg-navy {
  display: inline-block;
	background-color: #003057;
	padding: 5px 10px;
  border-radius: 5px;
}



/* .highlight {
  padding: 5% 0 2% 0;
} */ /*for the header*/

.pullquote{
  font-style: italic;
  font-size: 25px;

}

.master {
  max-width: 1400px;
  background-color: #d6dbd4;
	border-radius: 10px;
	padding: 5%;
	margin: 0 auto;
}


@media only screen and (min-width: 768px){
.element-wrap {
  display: flex;
	flex-flow: row wrap;
  gap: 4%;
/*   padding: 4%; */
}

}
	
.element-wrap.wrapper-row-reverse{
	flex-direction: row-reverse;
}

.researcher {
 flex: 1;
}

.text1 {
  flex: 2;
}

.text2 {
  flex: 1;
}


.element .title1 {
  color: #003057;
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 0;
  font-family: "Roboto Slab", sans-serif;
}

.element .title2 {
/*   color: #a4925a; */
  font-style: italic;
  margin-top: 0;
}
.graphic{
  flex: 2;
/* 	  background: linear-gradient(rgba(0,48,87,.2),rgba(0,48,87,.2)),url(https://sites.gatech.edu/ml-cvpr-2023/files/2023/06/assets_ga_brush-metal-shape-bg1.jpg) center / cover no-repeat; */
}

.element img {
  width: 100%;
}


/*HIGHLIGHT img  */

/* .element:has(figcaption) {
	padding:2.5%;
} */

/* .element:has(figcaption) img {
	background-image: linear-gradient(45deg,#b3a369,red);
  border-radius: 10px;
	border-width: 10px;
	border-style: solid;
	border-color: yellow;
  padding: 2.5%;
} */

.background-image {
	background-image: linear-gradient(45deg,#b3a369,#fff);
  border-radius: 10px;
/* 	border-width: 10px; */
/* 	border-style: solid; */
/* 	border-color: yellow; */
  padding: 2.5%;
}

/* .element figcaption {
  color: #fff;
} */




/* ***********************************************************************************
 * ROBOTS */

.image-container {
	flex: 2;
}

.quote {
	flex: 1
}


.image-container {
  position: relative;
  overflow: visible; /* Ensure content is not clipped */
  height: 400px; 
  width: 100%;
}

.image1,
.image2 {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  transition: opacity 1s ease-in-out;
}

@keyframes fadeAnimation {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.image2 {
  opacity: 0; /* Initially hide image2 */
}

.image-container:hover .image1 {
  opacity: 0; /* Hide image1 on hover */
}

.image-container:hover .image2 {
  opacity: 1; /* Show image2 on hover */
}

/*ROBOT TEXT***********************************************************************  */

.callout {
	display:flex;
	gap: 5%;
}

.quote {
	position: relative;
	isolation: isolate;  /*Prevents z-index from disappearing behind background*/
}

.quote::before{
Content: open-quote;
Font-family: serif;
Font-weight: 900px;
Font-size: 15rem;
Color: #a4925a;
Position: absolute;
z-index:-1;
Top: -6.5rem;
Left: -2.5rem;

}

.quote p::first-letter {
	font-size: 60px;
	font-weight: bold;
	font-family: "Roboto Slab", serif;
}

.quote {
	font-size: 3rem;
}

/*CVPR HERO BANNER ********************************************************************************** */

/* @media only screen and (min-width: 1300px){

.color-333 {
	color: #333;
}
} */

.color-fff {
  color: #fff;
}

.line1 {
	margin-bottom: 0;
	font-weight: bold;
	font-size: 1.2em;
}

.line2 {
	margin-top: 0;
	font-weight: bold;
}


.hero-text h1 {
	margin: 0 auto;
}

.hero-text h3 {
	font-style: italic;
	margin-top: 1%;
}

.hero-text span {
  font-style: italic;
}

.hero-section {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  height: 830px;
  background-image: url(https://sites.gatech.edu/ml-cvpr-2023/files/2023/06/assets_banner_robot-head8.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}


@media only screen and (max-width: 768px){
	.hero-section{
		  background-size: cover;
	}
}

.hero-inner{
	max-width: 500px;
  margin: 0 10%;
}

@media only screen and (max-width: 768px){
	.hero-inner {
		width: 80%;
	}
	.hero-inner button {
		 border-radius: 15px;
	}
}

.hero-buttons {
	display: flex;
	flex-flow: row nowrap;
	gap: 10%;
}


.hero-buttons button {
	flex: 1;
  padding: 5px 10px;
/*   margin: 5%; */
  border-radius: 15px;
  font-size: 1.2em;
  color: #fff !important;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.2);
  border: none;
  width: 125px;
	cursor: pointer;

/* 	text-align: center; */
}

.hero-buttons a {
	text-decoration: none !important;
	box-shadow: none;
}

button.navy {
 background-color: #003057 !important;
}

button.grey-matter {
  background-color: #54585a !important;
}


/*HOFFMAN cards********************************************************************************  */

@media only screen and (max-width: 768px){
	.padding-15px {
		padding: 0 15px;
	}
}


.story-roll {
  display: flex;
  flex-flow: row wrap;
  gap: 2%;
/*   height: 400px;
  background-color: purple; */
  justify-content: flex-start;
  align-items: flex-start;
}


.story-box {
  display: flex;
  justify-content: center;
  align-items: flex-start;

  padding: 5px 15px;
  min-height: 220px;
  width: 220px;
  font-size: 28px;
  font-weight: bold;
  border-radius: 15px;
  flex: 1;
}

@media only screen and (max-width: 768px){
.story-box {
	margin: 1%;
	}
	
}

.story-box p {
}

.story-box:nth-child(2) a, .story-box:nth-child(3) a, story-box:nth-child(4) a, a:has(.line-through), a:has(.italic) {
	color: white !important;
	text-decoration: none !important;
	box-shadow: unset !important;
}

.story-box:nth-child(5) a {
	color: #333;
	text-decoration: none !important;
	box-shadow: unset !important;
}

.story-box:nth-child(1){
  background-color: #fff;
  border: 2px solid #333;
}
.story-box:nth-child(2) {
	color: white;
  background-color: #a4925a;
}

.story-box:nth-child(3) {
  background-color: #003057;
  color: white;
}

.story-box:nth-child(4) {
  background-color: #54585a;
  color: white;
}

.story-box:nth-child(5) {
  background-color: #f9f6e5;
}


</pre></body></html>