/* Homepage uplift - added by PO */

/* News feed */
.box-listing-element__2-col .box-listing-element__blurb {padding: 20px 30px 5px 0;}

.box-listing-element--2-col-hero .box-listing-element__blurb {
    padding-left: 30px;
}

.box-listing-element__heading {font-family:"Roboto Condensed", HelveticaNeue, 'Arial Narrow', sans-serif;}

.box-featured, .box-listing-element {
    background-color: #fff;
    margin-bottom: 1rem;
    width: 100%;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  -ms-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  -o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.box-featured:hover, .box-listing-element:hover {
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  -moz-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  -ms-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  -o-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}

.btn--view-more:hover {
    background-color: #0289D4;
    text-decoration: none;
}

.box-listing-element {border-bottom:0;}

.news-published-date {
    font-size: 0.75rem;
}

.box-listing-element__description {
    font-size: 0.9rem;
}

.box-listing-element__category-link:hover, .box-listing-element__category-link:focus {
  text-decoration: none;
}

.box-listing-element__category-link {
    color: black;
    font-weight: 500;
}

.box-listing-element__container {
    padding-top: 0px;
    padding-bottom: 0px;
    margin-bottom: 60px;
}

/* Find a course */
.search-box--courses .control-group__input {
  font-size: 1rem;
}

.search-box--courses .control-group__button {
    font-size: 1rem;
}

.control-group__button:hover, .control-group__button:focus {
    background-color: #0289D4;
    text-decoration: none !important;
}

/* Font things */
.intro-text h2 {
    font-family: 'Roboto Condensed', HelveticaNeue, 'Arial Narrow', sans-serif;
}

.h1, .h2, .h3 {
    font-family: 'Roboto Condensed', HelveticaNeue, 'Arial Narrow', sans-serif;
}

.h2, .h3, .h4 {
    color: black;
}

/* Ad-hoc style changes */

#fixedbutton {
    position: fixed;
    top: 200px;
    right: 0px; 
    transform:scale(0.75);
}

#changeit_2213595 {
    margin-bottom: 60px;
}

.footer-links__section-title {
    color: black;
    font-weight: 500;
}

.footer-nav__link {
    color: #006dae;
}

/* Value props */
.box-valueprop {
  background-color: #fff;
  margin-bottom: 1rem;
  flex-grow: 1;
  cursor: pointer;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  -ms-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  -o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.box-valueprop__group {
  /* margin-top: 60px; */
  margin-bottom: 30px;
}

.box-valueprop__wrapper {
  flex-direction: inherit !important;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}

.box-valueprop:hover {
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  -moz-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  -ms-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  -o-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}

.box-valueprop__content {
  padding: 0.25rem 1.25rem;
}

.box-valueprop__heading {
  font-weight: 700;
  color: #006dae;
  line-height: 1.313;
  font-size: 21.3px;
  font-family: "Roboto Condensed", sans-serif;
}

.box-valueprop__description {
  font-weight: 400;
  color: black;
  line-height: 1.14;
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  max-width: 300px;
}

.box-valueprop__icon {
  display: block;
  width: 100%;
  background-position: center;
}

.valueprop__icon_top100 {
    width: 60px;
    height: 60px;
    display: block;
    float: right;
    background: url(https://monash.edu/?a=2218728);
    background-size: auto 60px;
    margin-top: 20px;
    margin-bottom: 40px;
}

.valueprop__icon_flexible {
    width: 50px;
    height: 60px;
    display: inline-block;
    float: right;
    background: url(https://monash.edu/?a=2218727);
    background-size: auto 60px;
    margin-top: 20px;
    margin-bottom: 40px;
}

.valueprop__icon_global {
    width: 62px;
    height: 60px;
    display: inline-block;
    float: right;
    background: url(https://monash.edu/?a=2218731);
    background-size: auto 60px;
    margin-top: 20px;
    margin-bottom: 40px;
}

.valueprop__icon_innovation {
    width: 60px;
    height: 60px;
    display: inline-block;
    float: right;
    background: url(https://monash.edu/?a=2218730);
    background-size: auto 60px;
    margin-top: 20px;
    margin-bottom: 40px;
}

.valueprop__icon_scholarship {
    width: 60px;
    height: 60px;
    display: inline-block;
    float: right;
    background: url(https://monash.edu/?a=2218732);
    background-size: auto 60px;
    margin-top: 20px;
    margin-bottom: 40px;
}

.valueprop__icon_research {
    width: 45px;
    height: 60px;
    display: inline-block;
    float: right;
    background: url(https://monash.edu/?a=2218729);
    background-size: auto 60px;
    margin-top: 20px;
    margin-bottom: 40px;
}

.valeuprop__description_footnote {
    width: 100%;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #a5a5a5;
    position: relative;
    padding-bottom: 16px;
}

/* Mobile responsiveness */
@media screen and (max-width: 600px) {
    .valueprop__icon_top100, .valueprop__icon_flexible, .valueprop__icon_global, .valueprop__icon_innovation, .valueprop__icon_scholarship, .valueprop__icon_research {
        -webkit-transform: scale(0.8); /* Saf3.1+, Chrome */
        -moz-transform: scale(0.8); /* FF3.5+ */
        -ms-transform: scale(0.8); /* IE9 */
        -o-transform: scale(0.8); /* Opera 10.5+ */
        transform: scale(0.8);
        margin-top: 10px;
        margin-bottom: 10px;
  }
    #study-quick-search {
    /*  display: none; */
        font-size: 0.8125rem;
    }
    .box-valueprop__group {
        margin-top: 30px;
        margin-bottom: 0px;
    }
    .control-group__input, .control-group__button {
        font-size: 0.9375rem !important;
    }
    .box-valueprop__group {
        margin-bottom: 14px;
    }
    #changeit_2213595 {
        margin-bottom: 30px;
    }
    .box-listing-element__container {
        margin-bottom: 30px;
    }
    .valeuprop__description_footnote {
        padding-bottom: 0px;
        font-size: 0.83em;
    }
    .box-valueprop__description {
        line-height: 1;
        font-size: 0.8125rem;
    }
    .box-valueprop__heading {
        line-height: 1.15;
        font-size: 0.9375rem;
    }
    
}

/** Course search **/

.search-box--courses {
    display: block !important;
    page-break-inside: avoid;
  }
.control-group {
    width: 100%;
  }
.control-group__input {
    width: 80%;
  }
.control-group__button {
    width: 20%;
  }
  .course-listing {
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: space-between;
  -moz-box-pack: space-between;
  -ms-flex-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  background-color: #f6f6f6;
  color: #505050;
  font-size: 0.75rem;
  font-weight: 300;
  height: 2.8125rem;
  margin-bottom: 0.9375rem;
  padding: 0 0.9375rem;
}

.no-js .course-listing,
.no-flexbox .course-listing {
  display: table;
}

.flexbox .course-listing {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.course-listing .course-listing__shortlist-add {
  color: inherit;
  text-decoration: none;
}

.no-js .course-listing .course-listing__shortlist-add,
.no-flexbox .course-listing .course-listing__shortlist-add {
  display: table;
}

.flexbox .course-listing .course-listing__shortlist-add {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.course-listing .course-listing__shortlist-add:hover, .course-listing .course-listing__shortlist-add:focus {
  text-decoration: underline;
}

.course-listing .course-listing__shortlist-add::before {
  background-color: transparent;
  background-repeat: no-repeat;
  background-image: url("/__data/assets/git_bridge/0006/509343/deploy/styles/mysource_files/sprites.svg");
  background-size: 376px 280px;
  width: 16px;
  height: 16px;
  background-position: -288px -72px;
  content: '';
  display: inline-block;
  margin-right: 0.375rem;
}

.no-svg .course-listing .course-listing__shortlist-add::before {
  background-image: url("/__data/assets/git_bridge/0006/509343/deploy/styles/mysource_files/sprites.png");
}

.course-listing .course-listing__shortlist-add.added::before {
  width: 16px;
  height: 16px;
  background-position: -312px -72px;
}

.course-listing .addthis_button_compact {
  background-color: inherit;
  border: 0;
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
  max-height: none;
  padding: 0;
  text-transform: none;
}

.course-listing .addthis_button_compact:hover, .course-listing .addthis_button_compact:focus {
  color: inherit;
  opacity: 1;
  text-decoration: underline;
}

.ui-helper-hidden-accessible,
.ui-help-hidden {
  display: none;
}

.ui-menu {
  background-color: #fff;
  border: solid 1px #f6f6f6;
  padding: 0;
  width: 12.5rem;
}

.ui-menu li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.ui-menu .ui-menu-item a,
.ui-menu .ui-autocomplete-category {
  display: block;
  padding: 0.3125rem;
}

.ui-menu .ui-autocomplete-category {
  background-color: #f6f6f6;
  font-weight: bold;
}

.ui-menu .ui-state-focus {
  background-color: #006dae;
  color: #fff;
}
.banner__btn {
	font-size: 1.5rem;
    border-top-width: 0.3125em;
    padding-top: 0.5em;
    margin-top: 1em;
    font-family: "Roboto Condensed", sans-serif;
    background-color: #006dae;
}
.banner__btn:hover {
	background-color: #0289D4;
}