.node--page-wrapper .body {
	margin-bottom: 0;
	padding-bottom: 2rem;
}

.backtotop {
	left: auto;
	right: 2rem;
}

/**********************************************************/
/* Typography */

.landing-banner h1.page-title {
    color: #fff;
    font-size: 96px;
    font-weight: 300;
    line-height: 1.125;
    letter-spacing: -2px;
    text-transform: uppercase;
}

.landing-banner.sub h1.page-title {
    font-size: 72px;
    font-weight: 300;
    letter-spacing: 0;
    text-transform: initial;
}

h1.page-title .title {
    font-size: 3.375rem;
    font-weight: normal;
    font-family: inherit;
}

h2.accordion-header > button.accordion-button {
  font-family: 'Libre Franklin', sans-serif !important;
  font-weight: 600;
}

.dark .lead {
    color: #FFF !important;
}


.paragraph-quote.start p:first-child::before {
    content: open-quote;
    font-size:4rem;
    line-height: 1;
    font-weight: bold;
    display: block;
    margin-bottom: -1rem;
    color: #B9A994;
}

.paragraph-quote.end p:last-child::after {
    content: close-quote;
    font-size:4rem;
    line-height: 1;
    font-weight: bold;
    text-align: right;
    display: block;
    color: #B9A994;
}


/***********************************************************/
/* Content */

main.main-container {
    background: #E8E2DA;
}

main.main-container a.btn {
    font-family: 'Libre Franklin', sans-serif;
    text-transform: none;
    font-weight: 600;
    padding: 0.6rem 1.5rem 0.5rem;
}

.main-container a:not(.btn) {
    color: #6E5A3D;
    text-decoration: none;
    border-bottom: 1px dotted;
}

.main-container a:not(.btn):hover {
    text-decoration: none;
    border-bottom: 1px solid;
}

ul.nav a.nav-link,
.title div>a,
.title a,
.menu-sidebar.v2 a {
    border-bottom: 0 !important;
}

ul.nav a.nav-link:hover {
	background-color: #F0F0F0;
}

main.main-container p a:hover {
    color: #7C6544;
}

main.main-container .az-text ul li, 
main.main-container .az-text ol li{
	padding: 0.25rem 0 !important;
}

.ck-content hr {
	background: #A18D70 !important;
	height: 1px !important;
	margin: 2rem 0 !important;
}

.tabs-buttons li.nav-item a.active:hover {
    cursor: not-allowed;
    background: #141c52;
    text-shadow: none;
}

.tabs-buttons .tab-pane * {
	color: initial;
}

.tabs-buttons .tab-pane a.btn > span,
.tabs-buttons .tab-pane button.btn p {
    color: #FFF !important;
}

.tabs-buttons .tab-pane button:hover.btn p {
    color: #8a704c !important; 
}

/**********************************************************/
/* HERO BANNER */


/* LANDING BANNER */
.landing-banner,
.landing-banner>.container-fluid  {
    height: 100vh !important;
}

.landing-banner.sub,
.landing-banner.sub>.container-fluid  {
    height: 50vh !important;
}

/* Breadcrumbs */
ol.breadcrumb {
	padding: 0.5rem 1.25rem;
	padding-left: 1.25rem !important;
  border-radius: 480px;
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(8px);
  display: inline-flex;
  
  li.breadcrumb-item {
    line-height: 1;
    
    &.active {
        color: #212529;
    }
  }
}

.landing-banner ol.breadcrumb,
.landing-banner.sub ol.breadcrumb{
    /*padding: 0.5rem 1.25rem !important;*/
    border-radius: 480px;
    /*background: rgba(255, 255, 255, 0.75);*/
}


/* Hide the full background video play button */
.inlinePlayButton,
.inlinePlayButtonMobile {
    display: none;
}

/* Key Facts */

.az-row.facts .az-card {
    border: 0;
    height: 100%;
    border-right: 1px solid rgba(108, 117, 125, 1);
}

.az-row.facts>div[class*="col-"]:last-child .az-card {
    border: 0;
}

.az-row.facts .az-card .card-body {
    padding: 0;
}

.az-row.facts .facts-title p,
.az-row.facts .az-card * {
    color: #fff;
}

.az-row.facts .az-text.facts-title p,
.az-row.facts .az-text.stat-focus p {
    font-size: 24px;
    line-height: 1.25;
    font-weight: bold;
    margin-bottom: 0.25rem;
}



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

/* Carousel */
.owl-pagination .owl-page {
	width: 2.5rem !important;
  padding: 1rem 0.25rem;
  background: transparent !important;
  margin: 0;
}

.owl-pagination .owl-page  > span {
  background: #CCC;
  width: 100%;
  height: 4px; 
  display: block;
  transition: all ease-in-out 0.3s;
}

.owl-pagination .owl-page:hover > span {
	background: #AAA !important;
  transition: all ease-in-out 0.3s;
}

.st-owl-theme .active > span {
  background: #8a704c;
}

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

/* Quick Links Bar */

.az-section.quick-links-bar {
    padding: 2rem 0 4rem;
}

.az-section.quick-links-bar .container,
.az-section.quick-links-bar .container-fluid {
    padding: 0;
}

.az-section.quick-links-bar div[class^=container] {
    padding: 0;
    margin: 0;
}

.text-transform-none,
.text-transform-none h2,
.text-transform-none h3,
.text-transform-none h4,
.text-transform-none h5 {
    text-transform: none !important;
}

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

/* Custom Double Arrow List Item Marker */

.custom-dbl-arrow ul {
    list-style-type: none !important;
    padding-left: 1rem !important;
}

.custom-dbl-arrow ul li {
    transition: all 0.4s ease-in-out;
    display: flex;
}

.custom-dbl-arrow li::before {
    content: "\00bb ";
    color: #8a704C;
    font-weight: bold;
    margin-right: 0.5rem;
}

.custom-dbl-arrow ul li>div {
    display: inline-block;
}

.custom-dbl-arrow ul li:hover {
    transition: all 0.4s ease-in-out;
}

.custom-dbl-arrow ul li a,
.custom-dbl-arrow ul li a:hover {
	border-bottom: 0 !important;
}

.custom-dbl-arrow ul li a:hover {
	color: #53432E;
}

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

/* Programme Tables */
figure.table {
	margin-top: 0 !important;
}

.table-programmes figure.table.ck-widget {
    border-color: #B9A994 !important;
}

.table-programmes figure.table.ck-widget table {
    margin: 0;
}

.table-programmes table.table-bordered thead th {
    border-color: #B9A994 !important;
}

.table-programmes table thead tr {
    background: #B9A994 !important;
}

.table-programmes table.table-striped tbody tr:nth-child(odd) {
    background-color: rgba(255, 255, 255, 0.2) !important;
}

.table-programmes table.table-striped tbody tr:nth-child(even) {
    background-color: rgba(0, 0, 0, 0.1) !important;
}

.table-programmes table,
.table-programmes table.table-bordered th,
.table-programmes table.table-bordered td {
    border-color: #B9A994;
}

.table-programmes table th,
.table-programmes table td {
    padding: 0.75rem 1rem !important;
}

.table-programmes table th a:not(.btn),
.table-programmes table td a:not(.btn) {
    border-bottom: 0;
}

/* Rental Rates Tables*/
.table-rental-rates table th:nth-last-child(2),
.table-rental-rates table th:last-child,
.table-rental-rates table td:nth-last-child(2),
.table-rental-rates table td:last-child {
	min-width: 160px !important;
}


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

/* GRID - Link Card or Text */

.grid-link-card div.az-link,
.grid-link-card div.az-card,
.grid-link-text div.az-link,
.grid-link-text div.az-card {
    height: 100%;
    border: 0;
}

.grid-link-card .az-link,
.grid-link-card .az-card {
    border-radius: 0.25rem;
    overflow: hidden;
    background-color: #D0C6B7;
    transform: translateY(0);
    transition: all ease-in-out 0.3s;
}

.grid-link-card.news .az-card {
    background: rgba(0,0,0,0.05);
    border: 0;
}

.grid-link-card .az-card>.card-body {
    padding: 0;
}

.grid-link-card div.az-link>a,
.grid-link-text div.az-link>a,
.grid-link-card div.az-link>a:hover,
.grid-link-text div.az-link>a:hover {
    border-bottom: 0;
}

.grid-link-card.az-link a,
.grid-link-card .az-link a:hover,
.grid-link-card .az-card a,
.grid-link-card .az-card a:hover,
.grid-link-card .az-text.title:hover>div>a,
.grid-link-text.az-link a,
.grid-link-text .az-link a:hover,
.grid-link-text .az-card a,
.grid-link-text .az-card a:hover,
.grid-link-text .az-text.title:hover>div>a {
    text-decoration: none;
}

.grid-link-card .az-link a,
.grid-link-card .az-link a:hover,
.grid-link-card .az-card .az-text,
.grid-link-card .az-card a,
.grid-link-card .az-card a:hover,
.grid-link-text .az-link a,
.grid-link-text .az-link a:hover,
.grid-link-text .az-card a,
.grid-link-text .az-card a:hover{
    color: #212529 !important;
}

.grid-link-card a .az-text:not(.az-text.title),
.grid-link-text a .az-text:not(.az-text.title) {
    font-weight: 400;
}

.grid-link-card a .az-text.title>div,
.grid-link-card .az-text.title a,
.grid-link-text a .az-text.title>div,
.grid-link-text .az-text.title a {
    width: 100%;
    display: flex;
    width: calc(100% - 2rem - 1rem);
    margin-right: 0.5rem;
}

.grid-link-card a .az-text.title>div::after,
.grid-link-card .az-text.title a::after,
.grid-link-text a .az-text.title>div::after,
.grid-link-text .az-text.title a::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    content: "\f054";
    width: 1rem;
    transition: right ease-in-out 0.3s;
    position: absolute;
    right: 2rem;
}

.grid-link-card a:hover .az-text.title>div::after,
.grid-link-link a:hover .az-text.title>div::after,
.grid-link-card .az-text.title:hover a::after,
.grid-link-text .az-text.title:hover a::after {
    right: 1.5rem;
    transition: right ease-in-out 0.3s;
}

.grid-link-card.news .az-card .az-text.title a,
.grid-link-text.news .az-card .az-text.title a,
.grid-link-card.news .az-card .az-text.title a:hover,
.grid-link-text.news .az-card .az-text.title a:hover {
    text-decoration: none !important;
    border-bottom: 0;
}

.grid-link-card.news .az-card .az-text.title a:hover,
.grid-link-text.news .az-card .az-text.title a:hover {
    color: #614e35 !important;
}

.grid-link-card .az-link:hover,
.grid-link-card .az-card:hover {
    background-color: #fff;
    transform: translateY(-0.25rem);
    box-shadow: 4px 4px 16px rgba(0, 0, 0, 0.22);
    transition: all ease-in-out 0.3s;
}

.grid-link-card.news .az-image {
    border-radius: 0.25rem;
}

.grid-link-card a .az-image::before,
.grid-link-card .az-card .az-image::before {
    content: "";
    width: 100%;
    height: 50%;
    position: absolute;
    bottom: 0;
    background: linear-gradient(0, white, transparent);
    opacity: 0;
    transition: opacity ease-in-out 0.3s;
}

.grid-link-card a:hover .az-image::before,
.grid-link-card .az-card:hover .az-image::before {
    opacity: 1;
    transition: opacity ease-in-out 0.3s;
}

.grid-link-card a .az-text.title,
.grid-link-text a .az-text.title {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
}

.grid-link-card .az-text.title {
    padding: 1rem 1.5rem;
}

.grid-link-card.news .az-text {
    padding: 1rem 1rem 0.25rem;
}

.grid-link-card .az-text p:last-child {
    margin-bottom: 0;
}

.grid-link-card .az-text {
    padding: 0 1.5rem 1.5rem;
}

.grid-link-text a .az-text.title {
    padding: 1rem 0;
}

.grid-link-card .az-text.labels {
    border-top: 1px solid #adb5bd;
    padding: 0.5rem 0;
}

.grid-link-card.news .az-text.labels {
    margin: 0.25rem 1rem 1rem;
}

/* Link Grid that has no image and a border-top */

.grid-link-text {
    border-top: 4px solid #d0c6b7;
}

.grid-link-text>.az-column {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.grid-link-text .az-link {
    height: 100%;
    border-radius: 0 0 0.5rem 0.5rem;
    padding: 1.5rem;
    transition: background ease-in-out 0.3s;
}

.grid-link-text div.az-link:hover {
    background-color: #d0c6b7;
    color: #212529;
    transition: background ease-in-out 0.3s;
}

/* Color changes if section background is blue */

.az-section.bg-blue .grid-link-card .az-link,
.az-section.bg-blue .grid-link-card .az-card {
    background-color: #d3d4e0;
}

.az-section.bg-blue .grid-link-card .az-link:hover,
.az-section.bg-blue .grid-link-card .az-card:hover {
    background-color: #fff;
}

.az-section.bg-blue .grid-link-text {
    border-top: 4px solid #434971;
}

.az-section.bg-blue .grid-link-text div.az-link:hover {
    background: #434971;
}

.az-section.bg-blue .grid-link-text div.az-link a,
.az-section.bg-blue .grid-link-text div.az-link a:hover {
    color: #fff !important;
}

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

/* Horizontal Cards - Title with Link */

.grid-link-card.horizontal .az-text {
    padding: 0 1.5rem 0.5rem;
}

.grid-link-card.horizontal .title {
    padding-bottom: 1rem;
    font-size: 1.5rem;
}

.grid-link-card.horizontal .title a {
	color: #6E5A3D !important;
	font-weight: 400 !important;
}

.grid-link-card.horizontal .title a:hover {
	color: #53432E !important;
}

.grid-link-card.horizontal .az-text.title>div>a:hover::after {
	position: relative;
    left: 1.5rem;
    transition: left 0.3s ease-in-out;
}


/* FOR ASO PAGES*/
.bg-color-oafa {
    background-color: #d1ebf6 !important;
}

.bg-color-ro {
    background-color: #f8f1a3 !important;
}

.bg-color-geo {
    background-color: #d2f4d8 !important;
}

.bg-color-dkhmcc {
    background-color: #f4c5cc !important;
}

.bg-color-osl {
    background-color: #E2C6F5 !important;
}

.bg-color-ue {
    background-color: #b9bbcc !important;
}


/* Dean of Students message */

.dos-msg blockquote {
    background: transparent;
    font-size: 20px;
    color: #FFF;
    border: 0;
    padding: 0;
    text-wrap: balance;
}

.dos-msg .az-text {
    color: #FFF;
    padding: 2rem;
}

.dos-msg .az-text:nth-child(2) {
    padding-top: 0;
}

.dos-msg .az-image {
    max-width: 280px;
    left: 0;
}

.dos-msg.subpage .az-image {
    max-width: 180px;
    left: 0;
}


@media screen and (max-width: 767px) {
    /*h1.page-title {*/
    /*    font-size: 4rem;*/
    /*}*/
    /*h1 {*/
    /*    font-size: 2rem;*/
    /*}*/
    /*h2 {*/
    /*    font-size: 1.75rem;*/
    /*}*/
    /*h3 {*/
    /*    font-size: 1.5rem;*/
    /*}*/
    /*h4 {*/
    /*    font-size: 1.25rem;*/
    /*}*/
    /*h5 {*/
    /*    font-size: 1.125rem;*/
    /*}*/
    /*h6 {*/
    /*    font-size: 1rem;*/
    /*}*/
    ol.breadcrumb {
        padding: 0.75rem 1rem !important;
    }
    .az-row.facts .card {
        border: 0;
    }
    .split-2 {
        column-count: 1 !important;
    }
    .custom-dbl-arrow ul {
        padding-right: 2rem;
    }
    .grid-link-text div.az-link {
        border-radius: 0;
    }
    
    .ar-cover {
	    max-width: 240px;
	    margin: 0 auto;
	    display: block;
    }
    
    .dos-msg .az-image,
    .dos-msg.subpage .az-image {
	    right: 1rem;
	    left: auto;
		}
	

}

body:not(.user-logged-in) .dxpr-wip {
    display: none;
}