/**7/3/2024 - START: Special margin-top for black box on homepage.**/
@media (min-width: 768px) {
    #billboard-container + .breadcrumb.row, #billboard-links-container + .breadcrumb.row {
        margin-top: -10rem;
    }
}
/**END: Special margin-top for black box on homepage.**/


.homepage #billboard-container.video-bg video {
    margin-left: 0 !important;
    max-width: 100% !important;
}

.homepage #billboard-container.video-bg {
    height: auto !important;
}

.homepage #billboard-container.video-bg video {
    height: auto !important;
}

@media (min-width: 576px) {
  .homepage #billboard-container.video-bg {
    height: auto !important;
  }
}




.atcb-link {
    display: inline-block;
    font-family: "United Sans",Impact,"Arial Black","sans serif" !important;
    color: #000 !important;
    font-size: 1rem !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    text-decoration: none !important;
    text-align: center !important;
    padding: 8px 3em 6px 3em !important;
    border: 2px solid #8e6f3e !important;
    background: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    line-height: inherit !important;
    vertical-align: inherit !important;
}

.atcb-link:hover {
    color: #fff !important;
    border-color: #8e6f3e !important;
    background-color: #8e6f3e !important;
}

.card {
  margin-top: 5px;
}  

.accordionHeading h2, .accordionHeading h3 {
  margin-top: 0.9rem;
}

.accordionHeading h2:hover, .accordionHeading h3:hover {
  text-decoration: underline;
}


/* COVID-19 CSS */
.homepage #covid { background: rgb(255, 255, 255); text-align: center; padding: 10px 10px 0; width: 100%;}
.homepage #covid p { margin-top: 0; font-family: acumin-pro-condensed, "Franklin Gothic", sans-serif; font-weight: 500; font-style: italic; text-transform: uppercase; text-decoration: none; color: #000; font-size: 24px;}
.homepage #covid p a { font-family: acumin-pro-condensed, "Franklin Gothic", sans-serif; font-weight: 500; font-style: italic; text-transform: uppercase; text-decoration: none; color: #000; cursor: pointer; }
.homepage #covid p a:hover { text-decoration: underline; }




/**********************************************/
/*********     STORY / NEWS ITEMS      ********/
/****** 5/19/2020 Required Master Wrap ********/
/**********************************************/


.story-box { margin-top: 30px; }
.story-box a { color: #000; }
.story-box a:hover { text-decoration: none !important; }
.story { background-color: #C4BFC0; display: block; height: 100%; padding: 0; text-decoration: none; }
.story:hover { background-color: #EBD99F; }
.story .title { font-size: 1.1rem; margin: 15px; }
.story .intro { font-size: 1.0rem; margin-left: 10%; margin-right: 10%; }
.story img { background-size: cover; background-position-y: 20%; background-position-x: 50%; height: auto; left: 0; position: absolute; top: 0; width: 100%; }
.story iframe { height: 100%; left: 0; position: absolute; top: 0; width: 100%; }
.ONE-SIZE {
  height                  : 0;
  overflow                : hidden;
  padding-bottom          : 56.25%;
  position                : relative;
}


/**********************************************/
/*********     FEATURED ITEMS      ********/
/****** 5/19/2020 Required Master Wrap ********/
/**********************************************/

.feature-box { background-position: right; background-size: cover; border-bottom: 2px solid #000; border-top: 2px solid #000; margin-top: 30px; }
.feature-box:after { background-size: cover !important; background-position: 0% 50% !important; }



@media (min-width: 440px) and (max-width: 575.98px) {
  .feature-box:after { background-size: cover !important; background-position: 0% 70% !important; }
}
   
@media (min-width: 576px) {
  .feature-box:after { background-size: cover !important; background-position: 0% 50% !important; }
}

@media (min-width: 768px) {
  .feature-box:after { background-size: cover !important; background-position: 0% 45% !important; }
}

@media (min-width: 992px) {
  .feature-box:after { background-position: 0% 30% !important; }
}

@media (min-width: 1200px) {
  .feature-box:after { background-position: 0% 25% !important; }
}


/**********************************************/
/*********          BANNERS            ********/
/****** 5/19/2020 Required Master Wrap ********/
/**********************************************/

#billboard-links-container .button { background: rgba(0, 0, 0, 0.65); }

.billboard-container-text {
  bottom          : 0px;
  margin-bottom   : 100px;
  position        : absolute;
  text-align      : center;
  text-shadow     : 0px 2px 2px rgba(0, 0, 0, 1);
  text-decoration : none;
  width           : 100%;
}

.billboard-container .title {
  color           : #FFF;
  font-size       : 1.5rem !important;
  padding         : 0;
}
.billboard-container .title.cc-xl-title {
  font-size      : 3em !important;
}

.billboard-container .intro_head {
  color           : #FFF;
  font-size       : 1.3rem !important;
  margin-bottom   : 0px;
}

.billboard-container .intro_head.cc-xl-intro-head {
  background     : rgba(0, 0, 0, 0.8);
  font-size      : 2.0em !important;
  text-transform : uppercase;
  color          : #DAA520 !important;
}

.shadow {
  z-index           : 1000;
}

/* Screen Size Changes */

@media (max-width: 575.98px) {
  #billboard-container .billboard-container-text { margin-bottom : 0; }
}

@media (max-width: 767.98px) {
  #billboard-container .billboard-container-text { margin-bottom : 0; }
  .billboard-container .title.cc-xl-title           { font-size : 1.6em !important; }
  .billboard-container .intro_head.cc-xl-intro-head { font-size : 1.2em !important; }
}

@media (min-width: 768px) { 
  #billboard-links-container { background: none !important; }
}


@media (max-width: 991.98px) {
  .billboard-container .title.cc-xl-title           { font-size : 2.0em !important; }
  .billboard-container .intro_head.cc-xl-intro-head { font-size : 1.4em !important; }
}

@media (min-width: 992px) {
  #billboard-links-container { background: none !important; }
}

@media (min-width: 1200px) {
  #billboard-links-container { background: none !important; }
}









/* Banner updates on 06-01-2018 */
.billboard-container-text {
  bottom          : 0px;
  margin-bottom   : 100px;
  position        : absolute;
  text-align      : center;
  text-shadow     : 0px 2px 2px rgba(0, 0, 0, 1);
  text-decoration : none;
  width           : 100%;
  /* z-index         : 1010; */
}
.billboard-container .title {
/*  background      : rgba(255, 215, 0, 0.65);*/
  color           : #FFF;
  font-size       : 1.5rem !important;
  padding         : 0;
}
.billboard-container .intro_head {
  color           : #FFF;
  font-size       : 1.3rem !important;
  margin-bottom   : 0px;
}
.shadow {
  z-index           : 1000;
}


/*** 2022-05-24 Changes to accommodate a local version of a template for the online masters billboard ***/

.billboard-container.online {
  background-position: center; 
  border-bottom: 2px solid #000; 
  border-top: 2px solid #000; 
  margin-top: 30px;
}

.billboard-container.online .billboard-container-text {
  margin-bottom: 0;
  z-index: 1010;
}

.billboard-container.online .billboard-container-text .online-container {
  bottom: 0; 
  height: auto; 
  left: 0; 
  margin-left: 0; 
  margin-right: 0; 
  padding-top: 10px; 
  position: absolute; 
  width: 100%;
}

.billboard-container.online .billboard-container-text .online-content {
  background: rgba(0, 0, 0, 0.65); 
  border-bottom: 2px solid rgba(0, 0, 0, 0.05); 
  border-top: 6px solid rgba(0, 0, 0, 0.05); 
  box-shadow: inset 0 10px 20px -10px rgba(100, 100, 100, 0.25); 
  padding: 15px;
}

.billboard-container.online .billboard-container-text .button {
  padding-top: 4px;
  display: inline-block;
}

.billboard-container.online .billboard-container-text h3 {
  color: #FFF; 
  margin: 0;
}

.billboard-container.online .billboard-container-text .online-description {
  color: #FFF; 
  text-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.65); 
  font-size: 1.3rem; 
  line-height: 1.5;
}

@media (max-width: 575.98px) {
  .homepage #billboard-container.billboard-container.online {
    height: 271px !important;
  }
}





.billboard-container-text {
    bottom: 0px;
    margin-bottom: 100px;
    position: absolute;
    text-align: center;
    text-shadow: 0px 2px 2px rgba(0, 0, 0, 1);
    text-decoration: none;
    width: 100%;
    /* z-index: 1010; */
}




/**********************************************/
/*********  BME SPECIFIC FORMATTING    ********/
/******         Pre- Master Wrap       ********/
/**********************************************/



.footnote p {
  margin-left:1em;
  color:#666;
  font-size:1em;
}

/***************/

.listspace li {
  margin-bottom:1em;
}


/***************/

.faq h4 {
  font-weight: bold;
  border-left: 1px solid #333;
  border-top: 1px solid #333;
  background-color: #ddd;
  word-spacing: .2ex;
  letter-spacing: .09ex;
}

.faq li {
  margin-top:.5em;
}

.faq p {
  margin-left:1em;
}


/****************/

.closing p {
  float:right;
  text-align:left;
}

/****************/

.welcome p {
  border: 1px solid #ccc;
  background-color: #eee;
  font-style: italic;
  padding: 1em;
  margin: 3px 0px 3px 0px;
}

/****************/

.sections h3 {
  margin-left:2em;
  margin-right:2em;
  text-align:left;
  color:#333;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
  font-style: italic;
  font-weight: bold;
  padding-top:.5em;
  padding-bottom:.5em;
}

.sections-photo {
  float: right;
  width: 50px;
  padding: 0;
  margin: 0 0 0 0;
  border: 0;
}

/****************/

.intro p {
  margin-left:3em;
  margin-right:3em;
  text-align:center;
  color:#333;
  font-size:1em;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
  font-style: italic;
  padding-top:.5em;
  padding-bottom:.5em;
}
/****************/

.contact p {
  text-align:left;
  margin-left:3em;
  color:#555;
  font-size:.95em;
}

.contact b {
  color:#444;
}

/****************/

.quote {
  margin-left:10%;
  margin-right:10%;
  font-style: italic;
}

.quote-author {
  float:right;
  text-align:left;
  font-style: normal;
}

/****************/

.calendar-table {
  margin-left:2em;
}

.calendar-table th,
.calendar-table td {
  vertical-align:top;
  border-bottom:1px solid #ccc;
  border-right:0px;
  border-left:0px;
}

.calendar-table th {
  text-align:right;
  width:6em;
}

.calendar-table td {
  text-align:left;
}

.calendar-table h4 {
  text-align:left;
  margin-left:-2em;
  background-color: #ddd;
  word-spacing: .2ex;
  letter-spacing: .09ex;
}
 



/*****************************************/
/* Academics Content Formatting          */
/*****************************************/



.localIntro p {
  margin-left:3em;
  margin-right:3em;
  text-align:center;
  color:#333;
  font-size:1.5em;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
  font-style: italic;
  padding-top:.5em;
  padding-bottom:.5em;
  line-height: 1.5em;
}

.member-table {
  width:38em;
  margin-left:3em;
}

.member-table td,
.member-table th {
  vertical-align:top;
  border-bottom:1px solid #ccc;
}

.member-table td {
  text-align:left;
  width:5em;
}

.member-table th {
  text-align:left;
}
 



/*****************************************/
/* Standard Content Formatting           */
/*****************************************/

#feature {
  background-position: left;
  background-repeat: no-repeat;
  background-color: #999;
  z-index: 1;
  height: 293px;
}

.event-feature #feature {
  height: 190px;
  background-color: #000;
}


#faculty-spotlight {
  vertical-align: top;
  color: #FFF;
  background-image: url(Images/InsideIEgraphic.jpg);
  background-color: #333;
  margin-bottom: 15px;
}

#faculty-spotlight a {
  color: #FFF;
  background-color: transparent;
  text-decoration: none;
  display: inline;
  margin: 0px;
  padding: 0px;
}

#faculty-spotlight a:hover {
  background-color: transparent;
  text-decoration: underline;
}

.left-photo
{
  float: left;
  width: 200px;
  padding: 0;
  margin: 2em 2em 1em 0;
  border: 1px solid #ccc;
  border-left: 0;
  border-top: 0;
}

.right_photo,
.right-photo
{
  float: right;
  width: 200px;
  padding: 0;
  margin: 2em 0 1em 2em;
  border: 1px solid #ccc;
  border-right: 0;
  border-top: 0;
}

.right_photo p,
.left_photo p,
.right-photo p,
.left-photo p
{
  font-size: .9em;
  width: 95%;
  line-height: 1em;
  margin: 10px;  
  padding: 0;
}

.row-even td,
.row-odd td {
  border-bottom: 1px solid #ccc;
}

.row-even {
  background-color: #eee;
}

.row-odd {
  background-color: #fff;
}

.no-background {
  background-color: transparent;
}


/*****************************************/
/* Event Document tweaks                 */
/*****************************************/

.event-image-container {
  margin-left: 1.5em;
}

.event-image-container,
.event-image-container .event-image {
  text-align: left;
}

.event-image .event-image-caption {
  text-align: left;
  font-size: .8em;
}

.event-image .event-image-caption ul {
  padding: 0 1.5em;
}


/*****************************************/
/* Management                            */
/*****************************************/

.admin-breadcrumbs {
  font-size: 10px;
  background-color: #eee;
  padding: 2px;
}

.admin-breadcrumbs-title {
  color: #333;
  text-transform: uppercase;
  font-weight: bold;
}

.admin-arrow {
  position: relative;
  top: 2px;
}

.message {
  border: 1px solid #ccc;
  background-color: #eee;
  font-weight: bold;
  padding: 1em;
  margin: 3px 0px 3px 0px;
}

.admin-detail {
  border: 0;
  padding: 5px;
  margin-top: 1em;
  margin-bottom: 1em;
}

.admin-list td,
.admin-list th,
.admin-detail td,
.admin-detail th {
  vertical-align: top;
  text-align: left;
}

.admin-list th,
.admin-detail th {
  font-weight: normal;
  color: #333;
  padding-right: 1em;
}

.admin-detail td,
.admin-detail th {
  padding-bottom: .5em;
}

.save {
  float: left;
  margin: 1em 4em 1em 0;
}

.delete {
  margin-top: 1em;
  color: #900;
}

.admin-page h3 {
  color: #333;
  font-weight: normal;
  text-transform: uppercase;
  padding-top: 20px;
  padding-bottom: 2px;
  margin-bottom: 10px;
  border-bottom: 1px solid #ccc;
}

.admin-page h3,
.admin-page td h3 {
  padding-top: 1.5em;
}


/*************************************/
/* Edit links for admins             */
/*************************************/

a.edit-link,
.box-items li a.edit-link {
  font-size: .8em;
  text-decoration: underline;
  padding-left: 1em;
}

a.edit-link:hover,
.box-items li a.edit-link:hover {
  color: #999;
  background-color: transparent;
}

hr {
  border: none;
  border-bottom: 1px solid #ccc;
}

.social-in-menu {
  float:left; 
  margin:5px; 
  border-bottom:none;
}

.social-in-menu img {
    border: 0px;
    height: 36px;
    width: 36px;
}




/*************************************/
/* News and Senior Design styles     */
/*************************************/

.cc-video {
  position       : relative;
  padding-bottom : 56.25%; /* 16:9 */
  padding-top    : 25px;
  margin-bottom  : 18px;
  height         : 0;
}
.cc-video iframe {
  position       : absolute;
  top            : 0;
  left           : 0;
  width          : 100%;
  height         : 100%;
}
.cc-image {
  padding        : 0 !important;
  margin-top     : 2em;
  margin-bottom  : 2em;
}
.cc-image img {
  vertical-align : bottom;
}
.cc-caption {
  background     : #EEE;
  border-bottom  : 1px solid #DDD;
  margin-top     : 0 !important;
  padding        : 1.5%;
  display        : block !important;
}
.cc-side-caption {
  background     : #EEE;
  border-right   : 1px solid #DDD;
  margin-left    : 0 !important;
  margin-top     : 2em;
  padding        : 3%;
  display        : block !important;
}
/* */

.event-details {
  max-width      : 100%;
  width          : 100% !important;
}

.event-author th {
  max-width      : 90px;
}

.event-author td {
  width          : 100%;
}

.caption {
  color          : #666;
  line-height    : 18px;
  margin         : 1.5em 0 1em 0;
}

.image {
  padding        : 0 10px;
  margin-top     : 2em;
  margin-bottom  : 2em;
}

.image img {
  width          : 100%;
  border         : 0;
}

.image .caption {
  display        : none;
  margin-bottom  : 0;
}

.image.left {
  float          : left;
  margin-left    : 0;
  margin-right   : 2em;
}

.image.right {
  float          : right;
  margin-left    : 2em;
  margin-right   : 0;
}

.image .row {
  margin-left    : -5px;
  margin-right   : -5px;
}