﻿/* This needs merging with the main file via the preporcessor */

.cookieconsent-optout-statistics, .cookieconsent-optout-marketing, .cookieconsent-optout-preferences {display: none}

#brunelcookies{
  background:#002646;
}

.brunelcookies_close_url {
   color: white!important;
    border-bottom: 1px solid #fff!important;
    padding: 10px 0px 7px 0 !important;
    display: inline-block!important;
    margin: 10px 20px!important;
    font-weight: bold!important;
}

.course-detail__placement .clearing-pill {
    font-style: normal;
    margin-right: 10px;
    padding-bottom: 6px;
    padding-top: 6px;
}
.clearing-pill {
    background-color: #C8151A;
    color: #fff;
    display: inline-block;
    font-size: 0.875rem;
    font-style: italic;
    margin-top: 5px;
    padding: 0 10px;
}

.jointhonors-pill, 
.distancelearning-pill {
	background-color: #4c7598;
    color: #fff;
    display: inline-block;
    font-size: 0.875rem;
    font-style: italic;
    margin-top: 5px;
    padding: 0 10px;
}

.resultsContainer__resultNone {
	clear: both;
}


.secNav .secondaryNav__active, .secNav .secondaryNav__active:hover  {
	text-decoration: underline;
  	color:#DE1C8F;
}


.important {
	margin-bottom: 45px;
	border-left: 10px solid #E1941F;
	padding: 0px 20px;
}

.important p {
	margin: 20px 0px;
	font-size: 16px;
	font-size: 1rem;
	line-height: 28px;
	line-height: 1.75rem;
	color: #5C5C5C;
	font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
}


/* Start clearing course list fix – Duplicated classes to remove 1023px limit NS */

@media only screen and (min-width: 1023px) {
    .resultsContainerAllScreens__filter {
        background: #eff1f0 url(../images/boxAlt.png) left no-repeat;
        color: #595a5c;
        border-radius: 0;
        text-align: left;
        font-weight: normal;
        padding: 15px 0px 15px 62px;
        background-size: 23px;
        margin-left: 0px;
        line-height: 22px;
        margin-bottom: 0px;
        float: left;
        border: none;
        box-sizing: border-box;
        background-position: 20px;
    }
}

@media only screen and (min-width: 1023px) {
	.resultsContainerAllScreens__filter:hover {
	    background: #eff1f0 url(../images/boxAlt.png) left no-repeat;
	    color: #9e1c96;
	    background-size: 23px;
	    border: none;
	    background-position: 20px;
	    opacity: 1;
	}
}

@media only screen and (min-width: 1023px) {
	.resultsContainerAllScreens__filter:focus {
	    background: #eff1f0 url(../images/checkAlt.png) left no-repeat;
	    color: #9e1c96;
	    background-position: 20px;
	}
}

/* End clearing course list fix */

@media only screen and (min-width: 958px) {
  .resultsContainerAllScreens__filter {
    min-width: 33%;
  }
}


@media only screen and (min-width: 1520px) {
  .resultsContainerAllScreens__filter {
    min-width: 25%;
  }
}

.resultsContainerAllScreens__filter--active,
.resultsContainerAllScreens__filter--active:hover,
.resultsContainerAllScreens__filter--active:focus {
    background: #eff1f0 url("../images/checkAlt.png") no-repeat scroll 20px center;
    color: #9e1c96;
}

.bg--clinical .textBox__title, 
.bg--clinical .textBox__desc {
	/*color: #00325b;*/
}
.bg--clinical {
	background-color: #0051b8;
}

@media screen and (min-width: 960px) {
  .pageTitle--withBanner {
    margin-top: -87px;
  }
}

@media only screen and (min-width: 800px) and (max-width: 1023px) {

	.resultsContainer__filter:hover {
    	background-image: none;
	}

	.resultsContainer__filter:focus {
		background-image: none;
	}
}


.dropdownAllScreens-pane {
    background-color: #eff1f0;
  	width: auto;
  	transition: 0s;
  	-webkit-transition: 0s;
}

.resultsContainerAllScreens__filter {
  	transition: 0s;
  	-webkit-transition: 0s;
}

/* Start open day CTA on event pages, July 2016, NS */
.button--openday {
	background-color: #00a19c;
    background-image: none;
	font-size: 14px;
	margin: 0 10px 20px 0;
	padding: 10px 15px;
}
.button--openday:hover, 
.button--openday:focus {
    background-image: none;
}

/* End open day CTA on event pages */


/* Start amends to existing classes for clearing course list work, http://wcms-preview.brunel.ac.uk/SandPit/SandPitNS/clearing/Clearing-courses, July 2016, NS */

@media only screen and (max-width: 1023px) {

    .filter--results .dropdown-pane {
        background: #eff1f0;   /* changed from none to grey bg NS */
        /*background-color: #eff1f0 !important;*/
    }

    .revisedSearch__title {
        /* margin-bottom: 12px; */
        margin-bottom: 0;
        padding: 22px 0.625rem;
    }
}
/* End amends to existing classes for clearing course list */



/* Start form style corrections NS Oct 2016*/

form .sys_cms-form-body input.sys_medium, form .sys_cms-form-body select.sys_medium {width: 100%}
form .sys_buttons {text-align: left}

/* End form style corrections */


/* Start image alignment options, Dec 2016, NS */

	img.left {
      	float: left;
      	margin-right: 1.25rem;
    }

	img.right {
      	float: right;
      	margin-left: 1.25rem;
    }

/* End image alignment options, Dec 2016, NS */


/* Start generic classes NS */
	.nowrap {white-space: nowrap;}
	.valigntop {vertical-align: top;}
	.clear {clear: both !important;}
	.hide {display: none;}
	.p20px {padding: 20px;}
	.abs1rem {position: absolute; top: 1rem; left: 1rem;}
	.lightgreybg {background-color: #eff0f0;}
	.w300 {width: 300px;}
	.w350 {width: 350px;}
	.w100perc {width: 100%;}
	.center {text-align: center;}

    .centeredTextOverlay {
        margin: auto;
        left: 0;
        right: 0;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        text-align: center;
        background: none;
    }
/* End generic classes */


/**
 * Top menu fixes NS Mar 2017  to stop nav block dropping down
 */

@media screen and (min-width: 1050px) {
	.mainNav .mainNav__level1 {
	    margin: 0 3px;
	}
}

@media screen and (min-width: 1100px) {
	.mainNav .mainNav__level1 {
	    margin: 0 4px;
	}
}

@media screen and (min-width: 1281px) {
  .mainNav .mainNav__level1Link {
      padding: 0 3px;
  }
}

/**
 * News info padding NS Mar 2017 
 */

.article__info {
	margin-bottom: 1.875rem;
}

.article__info--reporter {
  	line-height: 1.3rem;
}

/**
 * Anchor scroll fix NS Mar 2017 - to compensate for the height of fixed header on desktop
 */

@media screen and (min-width: 1049px){
  :target:before {
    content:"";
    display:block;
    height:130px; /* fixed header height*/
    margin:-130px 0 0; /* negative fixed header height */
  }
}


/* Form CSS overrides NS Aug 2017*/

.sys_cms-form-body li div label {
    font-size: 1rem;
}

.sys_cms-form-body li input, .sys_cms-form-body li select, .sys_cms-form-body li textarea, .sys_cms-form-body li label, .sys_cms-form-body li .sys_legend, .sys_cms-form-body li .sys_fieldlabel {
    font-size: 1rem;
    margin-bottom: 15px;
}

/* End form overrides */


/* Start Accommodation facilities guide formatting NS Oct 2017*/
	.tick-yes {color:green;}
	.tick-no {color:red;}
/* End Accommodation facilities guide formatting */


/* Start override 'Add to calendar' NS Apr 2018 */

.atc-style-blue .atcb-link, .atc-style-blue .atcb-link:hover, .atc-style-blue .atcb-link:active, .atc-style-blue .atcb-link:focus {
    background-color: #DE1C8F;
    background-image: none;
    font-size: 14px;
    padding: 10px 15px;
    border-radius: unset;
    box-shadow: none;
    line-height: 1;
    font-weight: 700;
}

.addtocalendar {
    bottom: 2px;
}

a:hover {
    border-bottom: none;
}

/* End override 'Add to calendar' */


/* Start 'Add to calendar' customisation */

.event-actions > span, .event-actions > a {
   margin: 0 10px 5px 0;
}

/* End 'Add to calendar' customisation */


/* Start searchbox components NS  May 2018 */
.searchBox__container {margin-bottom: 30px;}
.searchBox__content {padding: 34px;}
.searchBox__content h2 {color:  #fff;}
.searchBox__control {height: 50px;}

@media screen and (max-width: 1280px) and (min-width: 1024px) {
	.searchBox__content h2 {
	    color: #fff;
	    font-size: 1.375rem;
    }

	.searchBox__content .button {
	    font-size: 1rem;
	}

	.searchBox__control {
	    height: 35px;
	}
}
/* End searchbox components */


/* Start Ten Promotions */

.tenPromotions__container {  
    display: block;
    width: 100%;
  	line-height: 1.75rem;
}

.tenPromotions__container h2.tenPromotions_heading {
    color: #fff;
    text-align: center;
    font-size: 1.8em;
    margin-top: 1.5rem;
    padding: 0 1rem;
}

.tenPromotions__image {
    width: 100%;
    background-color: #00325B;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    height: 300px;
    margin-bottom: 5px;
    overflow: hidden;
    position: relative;
    transition: transform ease-in-out 0.2s;
}

.tenPromotions__container .tenPromotions_number {  
    font-family: 'Londrina Outline', cursive;
    width: 100%;
    height: 115px;
    margin: auto;
    display: block;
    padding-top: 4rem;
    font-size: 8rem;
    font-weight: 900;
    text-align: center;
    color: #fff;
}

.tenPromotions__link, .tenPromotions__text {
    display: block;
    background-color: #306;
    background-color: rgba(51, 0, 102, 0.38);
    height: 100%;
    float: left;
    width: 100%;
    -webkit-transition: all 500ms cubic-bezier(0.000, 0.000, 0.270, 1.005);
    -moz-transition: all 500ms cubic-bezier(0.000, 0.000, 0.270, 1.005);
    -ms-transition: all 500ms cubic-bezier(0.000, 0.000, 0.270, 1.005);
    -o-transition: all 500ms cubic-bezier(0.000, 0.000, 0.270, 1.005);
    transition: all 500ms cubic-bezier(0.000, 0.000, 0.270, 1.005);
}

.tenPromotions__link:hover {
    background-color: rgba(51, 0, 102, 0.7);
    -webkit-transition: all 500ms cubic-bezier(0.000, 0.000, 0.270, 1.005);
    -moz-transition: all 500ms cubic-bezier(0.000, 0.000, 0.270, 1.005);
    -ms-transition: all 500ms cubic-bezier(0.000, 0.000, 0.270, 1.005);
    -o-transition: all 500ms cubic-bezier(0.000, 0.000, 0.270, 1.005);
    transition: all 500ms cubic-bezier(0.000, 0.000, 0.270, 1.005);
}


@media screen and (max-width: 1000px) {
	.tenPromotions__container h2.tenPromotions_heading {
	    font-size: 1.4em;
	}
	.tenPromotions__container .tenPromotions_number {
	    font-size: 6rem;
	}
}

/* End Ten Promotions */



    /* Splash box start */

    .splashBox {
      position: relative;
      display: block;
      margin-bottom: 30px;
      border-bottom: 0;
      padding-top: 100%;
    }

    .splashBox:hover {
      border-bottom: 0;
    }


    a .splashBox:after,
    a.splashBox:after {
      font-family: 'icomoon';
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      content: "\e900";
      position: absolute;
      bottom: 18px;
      right: 8px;
      font-size: 21px;
      font-size: 1.3125rem;
      color: #fff;
      z-index: 10
    }

    .splashBox .splashBox__inner {
      position: absolute;
      padding: 0;
      margin: auto;
      resize: vertical;
      height: 100%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      color: #fff;
      font-size: 16px;
      font-size: 1rem;
      top: 0;
    }

    .no-flexbox .splashBox .splashBox__inner {
      display: block;
    }

    .splashBox .splashBox__content .splashBox__title {
      font-size: 22px;
      font-size: 1.375rem;
      color: #fff;
      margin-bottom: 15px;
      padding: 34px
    }

    @media screen and (min-width: 1440px) {
      .splashBox .splashBox__content .splashBox__title {
        font-size: 22px;
        font-size: 1.375rem;
      }
    }

    .splashBox__content {
      position: relative;
      z-index: 10;
    }

    .no-flexbox .splashBox__content {
      position: relative;
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
    }

    @media only screen and (min-width: 1024px) {
      .splashBox__title {
        font-size: 18px;
        font-size: 1.125rem;
      }
    }

    @media screen and (min-width: 1440px) {
      .splashBox__title {
        font-size: 23px;
        font-size: 1.4375rem;
      }
    }

    @media screen and (min-width: 1440px) {
      .splashBox--cta .splashBox__title {
        font-size: 30px;
        font-size: 1.875rem;
      }
    }

    @media only screen and (max-width: 960px) {
      .splashBox__content {
        padding-top: 0px;
      }
    }

    @media only screen and (min-width: 1024px) and (max-width: 1250px) {
      /*
      .splashBox .splashBox__inner {
        padding: 20px;
      }
      */
      .splashBox__content {
        padding-top: 0px;
      }
    }

    @media screen and (min-width: 1440px) {
      .splashBox {
        margin-bottom: 30px;
      }
    }

    /* 1 columnn (and below) */
    @media only screen and (max-width: 640px) {
      .splashBox {
        margin-bottom: 30px;
      }
    }

    /* ipad fix */
    .splashBox__inner {
      display: -webkit-flex;
        -webkit-align-items: center;
    }

    .splashBox__img {
      width: 100%;
    }

    /* Splash box end */


	/* PDC rota start */
    #quick-query-rota-desk span {
        display: block; 
        clear: both;
    }
	/* PDC rota end */


/* Start image block hover over menu - Aug 2018, NS */

  /* mobile styles */
  @media only screen {
    .imageBlockHover {
      overflow: hidden;
      position: relative;
      margin: 0 15px 15px 0;
      display: inline-block;
      width: 100%;

      /* reset inherited classes */
      height: auto;
      padding-left: unset;
      padding-right: unset;
    }

    .imageBlockHover img {
      width: 100%;
    }

    .imageBlockHover .imageBlockHover__content {
      background: rgba(0, 50, 91, 0.9);
      position: absolute;
      bottom: -80%;
      width: 100%;
      height: 100%;
      overflow: hidden;
      padding: 0 5px;
      transition: 1s ;
      color: #fff;
    }

    .imageBlockHover a, .imageBlockHover a:hover {
      text-decoration: none;
      color: #fff;
      border-bottom: none;
    }

    .imageBlockHover .imageBlockHover__content h2 {
      font-size: 17px;
      font-weight: normal;
      margin: 5px 5px 90px 5px;
      padding: 0;
      color: #fff;
    }

    .imageBlockHover:hover .imageBlockHover__content h2 {
      margin: 5px;
    }    

    .imageBlockHover:hover .imageBlockHover__content {
      bottom: 0;
    }

    .imageBlockHover ul {
      margin-left: -0.75rem;
    }

    .imageBlockHover ul li {
      list-style-type: none;
      line-height: 1.5rem;
      margin-bottom: 0.5rem;
    }
  }

  /* min-width 641px, medium screens */
  @media only screen and (min-width: 40.063em) {
    
    .imageBlockHover .imageBlockHover__content {
      /* bottom: -77%; */
    }

    .imageBlockHover ul li {
      line-height: 1.3rem;
    }

  }

  /* min-width 1025px, large screens */
  @media only screen and (min-width: 64.063em) {


    .imageBlockHover .imageBlockHover__content {
      /* bottom: -77%; */
    }

    .imageBlockHover .imageBlockHover__content h2 {
      font-size: 1rem;
    }

    .imageBlockHover ul li {
      /* line-height: 2.5rem; */
    }

  }

/* End image block hover over menu */



/* SiteWideSurvey START */
.surveymodal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 10000000000; /* Sit on top */
  padding-top: 240px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.surveymodalcontent {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  border-radius:20px;
  width: 40%;
}

#mySurveyModal p {
  color: #000000;
}

/* The Close Button */
.surveyclose {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.surveyclose:hover,
.surveyclose:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

@media screen and (max-width: 640px) {
  .surveymodalcontent {
    width:80%;
  }
  .surveymodal {
    padding-top:100px;
  }
}
/* SiteWideSurvey END */


/* Start ReciteMe accessibility bar */
/* Switched the top header to always show plus customisation - RT */
.headerTop {
  display: block;
  height: 42px;
  background: #002646;
    position: relative;
    -webkit-transition: all 0.2s ease;
            transition: all 0.2s ease;
    width: 100%;
    z-index: 99999;
    height: 40px;
    padding: 0 14px;
    overflow: hidden;
}
.headerTop .reciteme {
  cursor: pointer;
}
/* End ReciteMe accessibility bar */


/* Start Civic Cookie Control modal fix to prevent ReciteMe from working NS Aug 2019 */
#ccc-overlay {display: none}
#ccc[open] #ccc-overlay {display: block}
/* End Civic Cookie Control modal fix  */


/* Banner video control START */
.fullBanner__control {
	position: relative;
	top: 75px;
	right: 205px;
  cursor: pointer;
}
/* Banner video control END */


/* Match margin of Lists with Paragraphs for consistency START */
ul,
ol {
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
}
/* Match margin of Lists with Paragraphs for consistency END */

/* Restore Cookiebot default START */
#CybotCookiebotDialogDetailBodyContentCookieContainerTypeDetails table tbody,
#CybotCookiebotDialogDetailBodyContentCookieContainerTypeDetails table tbody tr:nth-child(odd),
#CybotCookiebotDialogDetailBodyContentCookieContainerTypeDetails table tbody tr:nth-child(even)
{
  background-color: transparent;
}
#CybotCookiebotDialogDetailBodyContentCookieContainerTypeDetails table thead tr th {
  font-size: unset;
}
/* Restore Cookiebot default END */

/* Brunel Pathway College logo additions START */
@media screen and (min-width: 640px) {
  .logoPathwayCollege {
      width: 226px;
  }
}
@media screen and (max-width: 1260px) and (min-width: 1050px) {
  .logoPathwayCollege {
      width: 240px;
  }
}
/* Brunel Pathway College logo additions END */

.print-only {
    display: none;
}