/* GENERAL - Updated July 2023 (May 2023 redesign) */
div#center-story tr.format-archive td.archive-filter, .fau-share__wrapper, img.hidden-logo, td.filter-col, #center-story > a > img.story-thumb {
    display: none;
}
.lt-blue-text {
    color: #d9ecff;
}
a .read-more {
    color: #4d8ccb;
}

.top-20 {
    margin-top: 20px;
}
.bottom-20 {
    margin-bottom: 20px;
}
.top-40 {
    margin-top: 40px;
    clear: both;
}
.top-60 {
    margin-top: 60px;
    clear: both;
}
.no-display {
    color: transparent;
}
.clear {
    clear: both;
}
.menu-gray {
    padding: .5em;
    background-color: #ccc;
    color: #fff;
    width: 100%;
}
a.white-link {
    padding: 1em;
    background-color: #036;
    color: #fff;
    text-decoration: none;
    width: 100%;
}
.blue-header-bar {
    clear: both;
    padding: .5em;
    background-color: #036;
    color: #fff;
    font-weight: bold;
    font-size: 1.05em;
    width: 100%;
    text-transform: uppercase;
    margin: 1em 0 1em 0;
}
a .red-link {
    color: #cc0000;
    text-align: right;
}
.align-right {
    float: right;
}
.text-center {
    text-align: center;
}
h4 {
    clear: both;
}
a.btn.btn-primary.white-link h4 {
    white-space: break-spaces;
}
hr.separator {
    border-top: 5px solid #036;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
}
a[href$=".pdf"], a[href$=".pdf"]:active {
    background: none
}
div.rd-home div.button, div.rd-home div.button:hover {
    background: none;
    padding: 0;
    width: 100%;
}
div a.btn.btn-primary {
    background-color: #036;
    color: #fff;
}
div.sm-button a {
    font-size: 10px;
}
.page-wide main .content .section { /* override the FAU style here */
    max-width: 1600px;
}
/* STORIES SECTIONS */
/* New left column (center-story) */
div#center-story .feature-story-1, 
div#center-story .feature-story-2, 
div#center-story .feature-story-3 {
    margin-bottom: 40px;
}

div#center-story .feature-story-1 {
    width: 100%;
    max-height: 480px;
    overflow: hidden;
    margin-bottom: .5em;
}
div#center-story .feature-story-1 img, 
div#center-story .feature-story-2 img, 
div#center-story .feature-story-3 img {
    position: relative;
    width: 100%;
}
div#center-story .feature-text {
    width: 100%;
    color: #000;
}
div#center-story .feature-text h3 {
    font-weight: normal;
    margin-top: .5em;
}
div#center-story .feature-text a, 
div#center-story .feature-text a:visied {
    color: #000;
}
div#center-story .feature-text-top {
    width: 100%;
    color: #000;
    margin-bottom: 3em;
}
div#center-story .feature-text-top h3 {
    font-weight: normal;
    color: #000;
}
.story-4 a img.story-thumb, 
.story-5 a img.story-thumb, 
.story-6 a img.story-thumb, 
.story-7 a img.story-thumb {
    margin-top: 1em;
}
span.hide-on-rd {
    display: none;
    color: #fff;
    font-size: 0;
}
div.col-sm-12.col-md-6.order-2.section-center {
    padding-right: 2em;
}
div.row.full-width-section { /*this is for top wide banner section */
    position: relative;
}
div#todays-story.col-12 {
    max-height: 800px;
    /*min-height: 600px;*/
    overflow: hidden;
    border-bottom: 1px solid #036;
}
div#todays-story.col-12 .feature-text {
    width: 96%;
    padding: 0;
}
div#todays-story a .arch-title {
    font-size: 22px;
    font-family: "Avenir-Heavy";
    text-align: center;
}
#section > div > div > div > div.row.wide-section > div.col-sm-12.col-xl-6.order-sm-1.order-md-1.order-lg-1.order-xl-2.section-center > a {
    margin-bottom: 2em;
}
img.full-img {
    width: 100%;
}
div.row.intro-section { /* 	below top wide banner */
    border-bottom: 2px solid #036;
    margin-top: 40px;
    margin-bottom: 40px;
}
/* END STORIES SECTIONS */
/* NEW RIGHT COLUMN  */
ul.social {
    list-style-type: none;
    padding: 0;
    margin-bottom: 40px;
    clear: both;
    margin: 40px 0 20px 0 !important;
    float: right;
    width: auto;
}
ul.social li {
    max-width: 45px;
    display: inline-block;
    margin-right: .25em;
}
li a.social-link {
    margin-bottom: .25em;
    display: block;
    float: left;
}
li a.social-link img {
    max-width: 45px;
}
.col-inner-container { /* right col gray background */
    background-color: #ccc;
    padding: 40px;
    margin: 40px 0 0 0;
	width: 100%;
}
.science-seconds {
	margin: 0 auto 40px auto;
}
.col-inner-container img.img-responsive.science-seconds {
	display: none;
}
.col-inner-container img.img-responsive.science-seconds.mobile {
	display: block;
	margin-top: 2em;
}
div.col-sm-6.col-lg-12.aos img {
		width: 100%;
	}
/* END NEW RIGHT COLUMN */
/* PUBLICATIONS SECTION */
.pubs img {
    margin: 1em auto;
}
ul.publications-links {
    list-style-type: none;
    padding-left: 0;
    clear: both;
    margin-top: 40px;
    width: 100%;
}
ul.publications-links li {
    line-height: 1.75em;
    border-bottom: 1px solid #ccc;
}
div#publist.dropdown button#menu1.btn.btn-default.dropdown-toggle {
    color: #0073e6;
    padding-left: 0;
    font-size: 1em;
    background: none;
    border: none;
}
div.rd-home {
    margin-top: 20px;
    clear: both;
}
.pubs {
    margin: 80px auto;
}

/* END PUBLICATIONS SECTION */


/* responsive styles */
@media screen and (max-width: 991px) {
    ul.social {
        width: 100%;
    }
    ul.social li {
        display: inline-block;
        margin-right: .25em;
        float: none;
        clear: none;
    }
    /* Intro section below top wide image */
    #section > div > div > div > div.row.intro-section > div:nth-child(2) > h4, #section > div > div > div > div.row.intro-section > div:nth-child(3) > h4 {
        text-align: left;
    }
	
}

@media screen and (min-width: 840px) and (max-width: 1200px) {
    #center-story > a > img.full-img.img-responsive {
        max-width: 1110px;
        width: 100%;
    }
}
@media screen and (min-width: 992px) {
	 #todays-story > div.feature-text > p.teaser-caption {
        color: #000;
    }
    #todays-story > div.feature-text > a > div, #todays-story > div.feature-text > p.teaser-caption > a > span {
        color: #4d8ccb;
    }
	#story-2-3 > div.col-sm-12.col-md-6.order-sm-1.feature-story-3 {
		padding-top: 0;
	}
	.col-inner-container { /* right col gray background */
		background-color: #ccc;
		padding: 40px 20px;
		margin: 0;
		width: 100%;
	}
	.col-inner-container img.img-responsive.science-seconds {
		display: block;
		margin-bottom: 40px;
	}
	.col-inner-container img.img-responsive.science-seconds.mobile {
		display: none;
	}
	div.col-sm-6.col-lg-12.aos img {
		width: 100%;
	}
    div#todays-story.col-12 {
        max-height: 600px;
    }
    div#todays-story.col-12 {
        position: relative;
        border-bottom: none;
    }
    div#todays-story.col-12 .feature-text {
        width: 97%;
        background-image: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
        color: #fff;
        position: absolute;
        bottom: 0;
        padding: 0 2em 1em 1em;
    }
    #todays-story > div.feature-text > p.teaser-caption {
        color: #fff;
    }
    #todays-story > div.feature-text > a > div, #todays-story > div.feature-text > p.teaser-caption > a > span {
        color: #fff;
    }
    div#todays-story a .arch-title {
        font-size: 34px;
        font-family: "Avenir-Heavy";
        text-align: center;
        color: #fff;
    }
    #todays-story > div.feature-text > p.teaser-caption {
        text-align: center;
    }
	
}
/* ipad pro portrait and landscape */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
    .slider-icon-wrapper .slide-wrapper {
        background-color: #036;
        padding-top: 2em;
    }
}

@media screen and (min-width: 1200px) {
	.col-inner-container { /* right col gray background */
		padding: 40px;
	}
}
@media screen and (min-width: 1200px) and (max-width: 1499px) {
    .col-xl-3 {
        max-width: 23%;
        min-width: 1%;
        margin-left: 2em;
    }
}
@media screen and (min-width: 1600px) {
    div#todays-story.col-12 .feature-text {
        width: 98%;
    }
}
/* Probably don't need these anymore, but keep for now just in case */
/*span.top-head-left {
	font-size: 48px;
	font-weight: bold;
}
span.top-head-right {
	font-size: 48px;
	font-weight: normal;
}
span.top-sub-head {
	font-size: 22px;
	text-align: center;
}*/
/*div .section-center table {
	width: 100%;
}*/
/*div.row.wide-section > div.col-sm-12.col-md-6.col-xl-3.order-sm-6.order-lg-1.section-left {
	padding-right: 0;
}
/*div.col-sm-12.col-lg-3.order-1.section-left {
				min-width: 360px;
		} */
/*div.col-sm-12.col-md-6.col-xl-3.order-sm-6.order-lg-1.section-left a img,
div.col-sm-12.col-md-6.col-xl-3.order-sm-6.order-lg-1.section-left div.contests div,
div.col-sm-12.col-md-6.col-xl-3.order-sm-6.order-lg-1.section-left div.videos div {
	width: 100%;
} */
/*.top-recent-news img,
.recent-news-feed img {
	max-width: 127px;
	width: 100%;
}*/
/*div.books {
       margin-bottom: 30px;
		margin-top: 40px;
		clear: both;
       width: 100%;
}
div.books img {
	width: 100%;
}
div.row.grants {
	margin-left: 0;
	margin-top: 100px;
	clear: both;
	width: 100%;
}
div.row.grants .col-md-12 {
	padding-left: 0;
} */
/*.section-right {
			background-color: #eee;
			padding: 1em 2em;
			min-width: 360px;
		}*/
/*h4.category {
			font-size: 18px;
			font-weight: normal;
			text-transform: uppercase;
			color: #036;
		}*/
/*@media screen and (min-width: 1200px) {
    div.row.wide-section > div.col-sm-12.col-md-6.col-xl-3.order-sm-7.order-lg-3.section-right > div:nth-child(3) > a {
		margin-left: 0;
		margin: auto;
	}
}*/
/*@media screen and (min-width: 1600px) {
	#section > div > div > div > div.row.wide-section > div.col-sm-12.col-md-6.col-xl-3.order-sm-7.order-lg-3.section-right > div:nth-child(3) > a {
		width: 88%;
		margin-left: 2em;
	}
	#section > div > div > div > div.row.wide-section > div.col-sm-12.col-md-6.col-xl-3.order-sm-6.order-lg-1.section-left {
		padding-right: 0;
	}
}*/
/*@media screen and (min-width: 1200px) and (max-width: 1499px) {
	.section-right {
		margin-left: 1em;
	}
	.section-right .slider-icon-wrapper .slide-wrapper {
		background-color: #036;
	}
	div.row.wide-section > div.col-sm-12.col-md-6.col-xl-3.order-sm-6.order-lg-1.section-left {
		padding-right: 1em;
	}
}*/
/*  @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
	div.row.wide-section > div.col-sm-12.col-md-6.col-xl-3.order-sm-7.order-lg-3.section-right {
		  background-color: #fff;
	  }*/
/* div.row.wide-section > div.col-sm-12.col-md-6.col-xl-3.order-sm-6.order-lg-1.section-left {
		 margin-top: 3em;
	 }
	  div.row.wide-section > div.col-sm-12.col-md-6.col-xl-3.order-sm-7.order-lg-3.section-right > div:nth-child(3) > a {
		  margin-left: 0;
		  margin-right: 0;
		  max-width: 420px;
	  }
	  div.row.wide-section > div.col-sm-12.col-md-6.col-xl-3.order-sm-7.order-lg-3.section-right > div.margin--top--40 > div > div {
		  padding-left: 0;
}}*/
/*@media screen and (min-width: 1024px) {
	div.row.wide-section > div.col-sm-12.col-md-6.col-xl-3.order-sm-7.order-lg-3.section-right > div:nth-child(3) > a {
		margin-left: 14%;
	}
	div.row.wide-section > div.col-sm-12.col-md-6.col-xl-3.order-sm-6.order-lg-1.section-left {
		padding-right: 2em;
		padding-top: 0;
		margin-top: 0; 
}} */
/*@media screen and (max-width: 1199px) {
    .section-left {
		margin-top: 40px;
		padding-top: 1em;
	}
	div .wide-icon {
		width: 46%;
		display: inline-block;
	}
	div .wide-icon img {
		margin: 0 auto;
	}
}*/
/*@media screen and (min-width: 768px) {
    #todays-story > div.feature-text > p.teaser-caption {
        color: #000;
    }
    #todays-story > div.feature-text > a > div, #todays-story > div.feature-text > p.teaser-caption > a > span {
        color: #4d8ccb;
    }
	#story-2-3 > div.col-sm-12.col-md-6.order-sm-1.feature-story-3 {
		padding-top: 0;
	}
	.col-inner-container { 
		background-color: #ccc;
		padding: 40px;
		margin: 0;
		width: 100%;
	}
}*/