
/* ------- Title -----------------
-----------------------------------*/
/* title at the top of the page */
.home-link {
	color: #4B5986; /* purple */
}

/* ------- Banner block-----------------
-----------------------------------*/
@media only screen and (min-width: 800px) {
    .banner-block.text-overlaid .copy {
        /* max-width: 460px; */
        background-color: #e4eff2; /*tint of Aqua*/
        /* padding: 20px; */
    }
}

.banner-block {
	background: #4B5986; /*tint of Aqua*/
}


/* ------- Section: How to Apply -----------------
-----------------------------------*/
.row.tripleVertPadding.remove-overflow {
    overflow: none; /* to stop hiding timeline's ends */
}


/* ------- Buttons -----------------
-----------------------------------*/

p.button a:hover,
p.button a:focus
 {
	background-color: #1e3068;
}
p.button a:active,
p.button a {
	border: 1px solid #592678;
	background-color: #592678;
}

/* ------- Bullet -----------------
-----------------------------------*/

.mainContentContainer ul:not(.reset-bullets):not(.jw-reset):not(.gridList):not(.compactList):not(.course-list):not(.courseLinks):not(.pagination):not(.atoz):not(.staffList):not(.socialmedia):not(.countries) li:not(.jw-sharing-inline-icon):not(.jw-featured), .squareBullets li {
	background: url(//webassets.manchester.ac.uk/faculty/fse/bespoke-shared-templates/bioprocess-idla/graphics/bio-bullet.png)0 10px no-repeat;
}

/* ------- Misc -----------------
-----------------------------------*/

/* Override previous code that's hiding accordion's border on the homepage layout */
div.row.tripleVertPadding.remove-overflow {
 overflow: visible;
}


/* ------- Footer -----------------
-----------------------------------*/
/*Hide contact and social media footer text

#footer .row.tripleVertPadding div:nth-child(1) > h2, #footer div.row.tripleVertPadding div:nth-child(1) ul {
	display: none;
}
    */

.fourcol.last > h2 {
	display: none;
}




/* ------- To DO  -----------------
-----------------------------------*/
/*
.banner-block {
    background: #006166;
}
/*
.banner-block a.cta {
    color: #174344;
}
*/


.masthead-slide-content p.button a {
    /*background: #6b2c91 url(https://assets.manchester.ac.uk/corporate/images/design/icon-moreArrow-right.png)right 10px center no-repeat;*/
	background: #006166 url(https://assets.manchester.ac.uk/corporate/images/design/icon-moreArrow-right.png)right 10px center no-repeat;
}



/* TO DO: Text links 
.mainContentContainer a {
    color: #66004f;
}
.mainContentContainer:visited a {
    color: #a86538;
}

.section-menu li .text a {
    color: #006166;
}
.section-menu li .text a:hover {
    color: #79379d;
}
    */

/* TO DO: Nav links
.primaryLeftNavNew ul.sectionMenu li span a {
    border-left: 6px solid #006166;
    border-right: 6px solid #006166;
    color: #006166;
}
*/

/* TO DO Primary and secondary CTA
.cta a.primary, .cta a.primary:visited, .cta a.secondary, .cta a.secondary:visited {
    border: 1px solid #006166;
    background-color: #006166;
}
*/



/* ------- Section headers  -----------------
-----------------------------------*/

/*------ Sections H2 coloured block ------
section > h2.primary {
    background: #006166;
}
*/

/* ------- Text -----------------
-----------------------------------*/

/*
.inner h1 {
    color: #174344;
}
*/

/* -- Quotes--*/
/*
.pullQuote blockquote p {
	color: #174344;
}
*/

/*
.pullQuote .quotes {
    /*background: url(https://assets.manchester.ac.uk/corporate/images/design/icon-quotes.gif)0 0 no-repeat;*/
	/* background: url(//webassets.manchester.ac.uk/faculty/fse/bespoke-shared-templates/rainz-cdt/graphics/assets/rainz-quotes.png)0 0 no-repeat;
}
*/

/*
#block-quote p {
    color: #006166;
}
*/



/* ------- Promo boxes -----------------
-----------------------------------*/
/*
.colourPromo.purple {
    background: #006166;
}

.colourPromo.darkGrey {
    background: #174344;
}

.colourPromo.lightGrey {
    background: #e8ecec;
}
*/

/* stripy pull-out
.pulloutbox__grey {
    background-color: #e8ecec;
    border-left: 6px solid #006166;
}
*/

/* ------- Video play button-----------------
-----------------------------------*/
/*
.jw-display-icon-container {
    background-color: #174344 !important;
}
*/

