/*
  Running Squiz Matrix
  Developed by Squiz - http://www.squiz.net
  Squiz, Squiz Matrix, MySource, MySource Matrix and Squiz.net are registered Trademarks of Squiz Pty Ltd
  Page generated: 14 June 2023 14:30:42
*/


/*@font-face {
  font-family: Gotham-Narrow;
  src: url("https://www.westernsydney.edu.au/__data/assets/file/0007/925216/GothamNarrow-Light.otf"); }
@font-face {
  font-family: Gotham-Bold;
  src: url("https://www.westernsydney.edu.au/__data/assets/file/0006/925215/GothamNarrow-Bold.otf"); }
@font-face {
  font-family: Gotham-Medium;
  src: url("https://www.westernsydney.edu.au/__data/assets/file/0008/925217/GothamNarrow-Medium.otf"); }
@font-face {
  font-family: Gotham-Medium-Italic;
  src: url("https://www.westernsydney.edu.au/__data/assets/file/0009/925218/GothamNarrow-MediumItalic.otf"); }
@font-face {
  font-family: Chronic-Bold;
  src: url("https://www.westernsydney.edu.au/__data/assets/file/0010/925219/ChronicleTextG1-Bold.otf"); }
@font-face {
  font-family: Chronic-BoldItalic;
  src: url("https://www.westernsydney.edu.au/__data/assets/file/0003/925221/ChronicleTextG1-BoldItalic.otf"); }
@font-face {
  font-family: Chronic-Italic;
  src: url("https://www.westernsydney.edu.au/__data/assets/file/0004/925222/ChronicleTextG1-Italic.otf"); }
@font-face {
  font-family: Chronic-Roman;
  src: url("https://www.westernsydney.edu.au/__data/assets/file/0005/925223/ChronicleTextG1-Roman.otf"); }
@font-face {
  font-family: Chronic-SemiBold;
  src: url("https://www.westernsydney.edu.au/__data/assets/file/0006/925224/ChronicleTextG1-Semibold.otf"); }
@font-face {
  font-family: Chronic-SemiItalic;
  src: url("https://www.westernsydney.edu.au/__data/assets/file/0007/925225/ChronicleTextG1-SemiItalic.otf"); }
.clearfix {
  overflow: auto;
  zoom: 1; } */

@media (min-width: 992px) {
  .uws-logo-new .img-responsive {
    bottom: 35px; } }

header.section .navbar div.title h1 {
  font-size: 16px;
  font-family: "Chronicle Text G1 4r", "Chronicle Text G1 A", "Chronicle Text G1 B";
 font-style: normal;
 font-weight: 400;
  bottom: 38px;
  margin-top: 0; }
  header.section .navbar div.title h1 a {
    color: #262223; }
  @media (min-width: 992px) {
    header.section .navbar div.title h1 {
      font-size: 24px;
      margin-top: 20px;
      bottom: 35px;
      margin-left: 20px;
      border-left: 1px solid #b1aeae;
      padding: 5px 0 5px 30px; } }



<!--new fonts for research design - 07-03-16-NP-->

ui-widget {
font-family: "Gotham Narrow 4r", "Gotham Narrow A", "Gotham Narrow B",Arial;
font-style: normal;
font-weight: 400;
  font-size: 14px;}

body {
font-family: "Gotham Narrow 4r", "Gotham Narrow A", "Gotham Narrow B",Arial;
font-style: normal;
font-weight: 400;
  font-size: 14px;}

.section.main-content .secondary-nav ul li ul li a {
font-family: "Gotham Narrow 4r", "Gotham Narrow A", "Gotham Narrow B",Arial;
font-style: normal;
font-weight: 400;}

body h1, body h2, body h3, body h4, body .h1, body .h2, body .h3, body .h4 {
font-family: "Chronicle Text G1 4r", "Chronicle Text G1 A", "Chronicle Text G1 B",Georgia;
font-style: normal;
font-weight: 400; }

header.section .navbar div.title h1 {
font-family: "Chronicle Text G1 4r", "Chronicle Text G1 A", "Chronicle Text G1 B";
font-style: normal;
font-weight: 400;
bottom: 38px;
margin-top: 0; }

.hero.section .five-tabs-full-width ul.nav.nav-tabs {font-family: "Gotham Narrow 4r", "Gotham Narrow A", "Gotham Narrow B";
font-style: normal;
font-weight: 400; }

b,
strong {
font-family: "Gotham Narrow 7r", "Gotham Narrow A", "Gotham Narrow B";
font-style: normal;
font-weight: 700;
}

/*Start MARCS Card listing CCT 1962563*/
.main-content .card-list .card-item {
    margin-bottom: 20px;
    background-color: rgb(157,34,53);
    position: relative;
    overflow: hidden;
}
.main-content .card-list .card-item > a{
    display: block;
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
    color: #fff;
    margin-bottom: 50px;
    height: 160px;
}
.main-content .card-list .card-item:hover > a::after{
    content : '';
    width: 100%;
    height: 100%;
    display: block;
    background-color: black;
    opacity: 0.7;
}
.main-content .card-list .card-item .description{
    position: absolute;
    top: 67%;
    width: 100%;
    transition: top 0.5s ease-in-out, opacity 0.3s ease-in-out;
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    z-index: 1;
}

.main-content .card-list .card-item:hover .description{
    top: 0%;
}
.main-content .card-list .card-item .description h3{
    color: #fff;
    margin: 20px 0 0 0;
    line-height: 1.35;
}
.main-content .card-list .card-item .description .description-text{
    margin-bottom: 50px;
}

@media screen and (min-width: 992px) {
    .main-content .card-list {
        display: flex;
        flex-wrap: wrap;
    }
    .main-content .card-list .card-item-wrapper {
        width: 33.3%;
    }
    .main-content .card-list .card-item {
        margin-right: 10px;
        margin-left: 10px;
    }
    .main-content .card-list .card-item > a::after {
        content : '';
    }
    
}
@media screen and (min-width: 1200px) {
    .main-content .card-list .card-item:nth-of-type(3n) {
        margin-right: 0px;
    }
}
/*End MARCS Card listing CCT 1962563*/

/*Start MARCS Carousel CCT 1964907*/
.main-banner-wrapper {
    width: 300px;
    margin: 20px auto;
}
.main-banner-wrapper .slideshow{
    position:relative;
}

.main-banner-wrapper .slideshow .slide a {
    display: inline-block;
    width: 100%;
    height: 255px;
    background-size: cover;
    display: flex;
    justify-content: flex-end;
    flex-flow: column;
    text-decoration: none;
}

.main-banner-wrapper .slideshow .slide a div{
    width: 100%;
    padding: 20px;
    background-color: rgba(0, 0, 0, 0.3);
}
.main-banner-wrapper .slideshow .slide a div p{
    margin-left: auto;
    margin-right: auto;
    color: #fff;
    margin-bottom: 0;
    width: fit-content;
}

.main-banner-wrapper .control {
    display:block;
    width:43px;
    height:310px;
    text-indent:-10000px;
    position:absolute;
    cursor: pointer;
    z-index: 100;
}
.main-banner-wrapper #leftControl {
    background:transparent url(https://www.westernsydney.edu.au/__data/assets/image/0007/1965058/left_arrow_on.png) no-repeat 0 0;
  height: 43px;
  left: 0;
  margin-left: 20px;
    margin-top: 0;
    top: 45%;
}
.main-banner-wrapper #leftControl:hover {
    background:transparent url(https://www.westernsydney.edu.au/__data/assets/image/0008/1965059/left_arrow_off.png) no-repeat 0 0;
}
.main-banner-wrapper #rightControl {
    background:transparent url(https://www.westernsydney.edu.au/__data/assets/image/0010/1965061/right_arrow_on.png) no-repeat 0 0;
  height: 43px;
  margin-right: 0;
    margin-top: 0;
    right: 0;
    top: 45%;
    position: absolute;
}
.main-banner-wrapper #rightControl:hover {
    background:transparent url(https://www.westernsydney.edu.au/__data/assets/image/0009/1965060/right_arrow_off.png) no-repeat 0 0;
}

@media (min-width: 768px) {
    .main-banner-wrapper {
        width: 600px;
    }
    .main-banner-wrapper .slideshow .slide a {
        height: 455px;
    }
}
/*end MARCS Carousel CCT 1964907*/

/*# sourceMappingURL=rebrand_research_930514.css.map */
