/* Queries to match the height of the headings for 4 Pillars on Homepage */
.matchHeight {
  height: 100%;
  text-align: center;
}

@media screen and (min-width: 280px) {
  .matchHeight {
    height: 60%;
  }
}

@media screen and (min-width: 320px) {
  .matchHeight {
    height: 40%;
  }
}

@media screen and (min-width: 380px) {
  .matchHeight {
    height: 30%;
  }
}
/* 435px */
@media screen and (min-width: 436px) {
  .matchHeight {
    height: 20%;
  }
}

@media screen and (min-width: 640px) {
  .matchHeight {
    height: 32%;
  }
}

@media screen and (min-width: 803px) {
  .matchHeight {
    height: 23%;
  }
}

@media screen and (min-width: 1024px) {
  .matchHeight {
    height: 50%;
  }
}

@media screen and (min-width: 1100px) {
  .matchHeight {
    height: 40%;
  }
}

/* Contact Bar Background, using ::after allows opacity of just img to be set */
#contact::after {
  content: "";
  background-image: url('/euf/assets/themes/future_students_styleguidev2/img/Home/contact_bar_bg.jpg');
  opacity: 0.5;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: -1;   
  background-color:#102535;
  background-size:cover;
  background-repeat: no-repeat;
}

.o-layout__main-content {
  /* On main site but missing from the global css file that works for everything else */
  padding-bottom: 1rem;
}

.hideBullets {
  list-style-type: none;
  margin-left: 0;
  margin-bottom: 0;
}

input[type=radio] {
  cursor: pointer;
}

.disabled, input.disabled[type=radio] {
  color: #a1a1a1;
  cursor: not-allowed;
}

.wrap-all {
  float: left;
}

.home-report a {
  font-size: 1rem;
}

/* To over ride default font applied by global Assets V3*/
div .home-report a{
  font-family: made_evolve_sans_regular,sans-serif;
}

/* Show until blocking content on smaller screens 
@media screen and (max-width: 1274px) {
  .floating-chat-button {
    display: none;
  }
  
}

/* Show when bigger button is blocking content */
@media screen and (min-width: 1275px) {
  .floating-chat-button-mobile {
    display: none;
  }
}

.floating-chat-button {
  position: fixed;
  /* ~ Half way (depends on height of element) */
  bottom: 12rem;
  right: 15px;
  width: 58px;
  height: 58px;
  right: 15px;  
  border-radius: 50%;
  z-index: 2;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .26);
  padding: 0;
}

.floating-chat-button-mobile {
  position: fixed;
  height: 58px;
  width: 58px;
  right: 15px;
  bottom: 30%;
  border-radius: 50%;
  z-index: 2;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .26);
  padding: 0;
}

.floating-chat-button-mobile i , .floating-chat-button i{
  position: relative;
  top: 8px;
  font-size: 2.3rem;
}

.chat-message-box {
  position: relative;
  bottom: 25px;
  right: 215px;
  width: 200px;
  padding: 10px;
  background-color: #005a9c;
  border-radius: 10px;
  color: white;
  display: none;
}

.chat-message-box::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -10px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-left: 10px solid #005a9c;
  border-bottom: 10px solid transparent;
}

#chat-floating-button:hover .chat-message-box {
  display: block;
}

.center-div {
    margin: auto;
    /* Added when screen > 640px 
    width: 50%; */
}


/*** Footer ***/

/* Centers div when the width is greater than 640px */
@media screen and (min-width: 640px) {
    .center-div {
      width: 50%;
    }
  }

/* Centers div when the width is between 640px and 1024px */
@media screen and (min-width: 640px) and (max-width: 1024px) {
    .center-div {
      max-width: 10%;
    }
  }

/*** StyledAnswerNotificationIcon widget 
***/
.rn_StyledAnswerNotificationIcon.rn_AnswerNotificationIcon {
  float: right;
}
.notify-me {
  color: #005a9c;
}

/* Answer Notifications List Widget */
/* Remove icon after links */
.fa-window-restore::before {
  content: none;
}

.rn_Notification_Renew {
  margin-right: 20px;
}

.rn_AnswerNotificationManager .rn_Notification_Actions {
  display: block;
}

@media screen and (max-width: 500px) {
  .rn_AnswerNotificationManager .rn_Notification_Actions {
    float: none !important;
    width: 100% !important;
  }
  .rn_AnswerNotificationManager .rn_Notification_Info {
    width: 100% !important;
  }

}

/** Feedback Widget
--Not working--
**/
/* body div:empty {
  position: absolute !important;
} */

/* Good */
/* .position-overlay {
  position: fixed;
  width: 375px;
}

/* Scale down for mobile */
/* @media screen and (max-width: 480px) {
  .position-overlay {
    width: 25vh;
  }
} */

/* Notification Banners */
.rn_Alert {
  overflow: hidden;
  padding: 1em;
}

.rn_Alert a.rn_CloseLink {
  float: right;
  font-weight: bold;
  text-decoration: none;
}

.rn_Alert .rn_AlertMessage {
  cursor: default;
}

.rn_AlertBox {
  border-radius: 3px;
  font-size: 1.1em;
  margin: 0.8em 0;
}

.rn_AlertBox.rn_SuccessAlert {
  background: #E1F5E3;
  border: 1px solid #A6E0A6;
  color: #013A01;
}

.rn_AlertBox.rn_SuccessAlert a {
  color: #013A01;
}

.rn_AlertBox a.rn_CloseLink {
  color: #666;
}

.rn_InfoAlert {
  background: #d9EDF7;
  border: 1px solid #C6CBE9;
  color: #161664;
}

.rn_ErrorAlert {
  background: #F2DEDE;
  border: 1px solid #E99999;
  color: #690505;
}

.rn_BannerAlert {
  color: #FFF;
  font-size: 1.3em;
  padding: 1em 10%;
  text-align: center;
  z-index: 100;
}

.rn_BannerAlert.rn_SuccessAlert {
  background: #335B33;
}

.rn_BannerAlert.rn_InfoAlert {
  background: rgba(114, 114, 236, 0.94);
}

.rn_BannerAlert.rn_ErrorAlert {
  background: rgba(225, 34, 33, 0.94);
}

.rn_BannerAlert.rn_WarningAlert {
  background: rgba(254, 253, 160, 0.94);
  color: #000;
}

.rn_BannerAlert a {
  color: #FFF;
}