/* PSEDITBOX temporary fix - start */
/*
      <figure class="table">
        <table style="border-width:0px;margin:0px;padding:0px;width:100%;">
          <tbody>
            <tr>
              <td style="margin:0px;padding:0px;width:100%;">
                <div class="PSEDITBOX" style="height:expression('50px');margin:0px;min-height:50px;padding:1px;vertical-align:top;width:100%;">
                  <p>ABB- ABC</p>
                  <p>Practical skills are a crucial part of science education and therefore will be a requirement to pass the practical element of any science A Level taken. Where applicants are applying for science and related degrees, this is likely to be made explicit in the offer you will receive. </p>
                  <p>Applicants taking A Levels are normally expected to offer three full A Levels. If you’re taking more than three A Levels, these won’t be included in your offer. We will only make offers consisting of three A Levels. </p>
                </div>
              </td>
            </tr>
          </tbody>
        </table>
      </figure>
      <div style="height:15px;"/>
*/
figure.table > table td { border: none; background-color: #fff; padding: 0; }
figure.table > table td div.PSEDITBOX { padding: 0 !important; vertical-align: unset !important; min-height: unset !important; }
/* PSEDITBOX temporary fix - end */

/* Next line is to enable sticky nav to stick. */
.pageWrapper { overflow: unset; }

.secondMenuBar {
	display: none;
}

.sticky-nav {
	position: -webkit-sticky;
	position: sticky;
	z-index: 1500;
}

.sticky-nav.wide {
	/*display: none; *** */
	top: -1px; /* We're using -1 instead of 0 to get rid of 1px of whitespace at the top of the screen. */
	-webkit-box-shadow: 0 10px 13px -6px rgba(0, 0, 0, 0.13);
	-moz-box-shadow: 0 10px 13px -6px rgba(0, 0, 0, 0.13);
	box-shadow: 0 10px 13px -6px rgba(0, 0, 0, 0.13);

	width: 100%;
	/*background-color: #1a0c23;*/
	background: #eee;
	padding: 0;
}

.sticky-nav.wide nav {
	/*max-width: 1180px;*/
	margin: 0 auto;
	/*padding-left: 5%;*/
	box-sizing: content-box;
	/*background: #f7f7f7;*/
	white-space: nowrap; /* *** */
	overflow-x: auto; /* *** */
	-ms-overflow-style: none; /* *** */
	scrollbar-width: none; /* *** */
}

.sticky-nav.wide nav::-webkit-scrollbar {
	display: none;
}

.sticky-nav.wide ul {
	display: flex;
	/*justify-content: center; *** */
}

.sticky-nav.wide li {
	padding: 0;
	margin: 0;
	font-size: 1.153846em;
}

.sticky-nav.wide .reset-bullets li .active:not(.cta-primary) {
	border-bottom: 5px solid #6b2c91;
}

.sticky-nav a {
	text-decoration: none;
}

.sticky-nav.wide a {
	padding: 20px 15px;
	margin: 0;
	display: block;
}

.sticky-nav.wide a:hover,
.sticky-nav.wide a:focus {
	/*background: #e6e6e6;*/
	/*text-decoration: underline;*/
}

.sticky-nav.wide a:hover,
.sticky-nav.wide a:focus,
.sticky-nav.wide a:visited {
	color: #6b2c91;
}

/* Course profile drop down focus*/


div #other-entry-requirements-content:focus {
  outline: 2px auto Highlight;
  outline: 2px auto -webkit-focus-ring-color;
}

.cpip #course-profile div h3,
.cpip #course-profile div.text {
	max-width: 880px;
	box-sizing: border-box;
}

.note {
	padding: 10px 15px !important;
	background-color: #eee;
}

h2 {
	font-size: 2.769231em;
}

h2.full-page-heading {
	border: none;
	background-color: #6b2c91;
	padding: 20px;
	font-weight: 400;
	/*font-size: 2.8rem;*/
	font-size: 3.4rem;
}

h3 {
	margin: 30px 0 30px;
	font-weight: 300;
	font-size: 2.615385em;
	line-height: 1;
	border-left: 5px solid #6b2c91;
	padding: 0 0 0 20px;
}

h4 {
	margin-top: 20px;
	font-weight: 300;
	font-size: 2em;
}

#field-container-sdg + * {
	clear: both;
}

#other-entry-requirements-form,
#country-entry-requirements {
	margin: 10px 0 40px;
	max-width: 800px;
	box-shadow: rgba(0,0,0,0.2) 0 0 32px -10px;
	border-radius: 10px;
	padding: 10px;
}

#other-entry-requirements-form .formRowContainer,
#country-entry-requirements .formRowContainer {
	margin: 0;
}

button.open-unit-details {
	border: none;
	background-color: transparent;
	color: #6b2c91;
	text-decoration: underline;
	font-family: "Open Sans", sans-serif;
	text-align: left;
	padding: 0;
}

#course-unit-details-dialog {
	/*position: relative;*/
	position: fixed;
	/*display: block;*/
	top: auto;
	bottom: 0;
	padding: 0;
	border: 0;
	overflow: hidden;
	box-sizing: border-box;
	width: 100%;
	max-width: 1100px;
	height: calc(100% - 50px);
}

#course-unit-details-dialog::backdrop {
	background-color: rgb(0 0 0 / 0%);
	transition:
		display 0.5s allow-discrete,
		overlay 0.5s allow-discrete,
		background-color 0.5s;
}

#course-unit-details-dialog[open]::backdrop {
	background-color: rgb(0 0 0 / 50%);
}

@starting-style {
	#course-unit-details-dialog[open]::backdrop {
		background-color: rgb(0 0 0 / 0%);
	}
}

#course-unit-details-close {
	position: absolute;
	top: 0;
	right: 0;
	width: 40px;
	height: 40px;
	border: 0;
	/*display: none;*/
	padding: 8px;
	border-radius: 4px;
}

#course-unit-details-dialog-content {
	box-sizing: border-box;
	padding: 40px 3% 20px;
	display: flex;
	flex-direction: column;
	height: 100%;
}

#course-unit-details-scrollable {
	overflow-y: scroll;
}

#course-unit-details-dialog div.text {
	font-size: 1.230769em;
}
/*
#course-unit-details-scrollable::-webkit-scrollbar {
	width: 8px;
}

#course-unit-details-scrollable::-webkit-scrollbar-track {
	background: #f1f1f1; 
}
 
#course-unit-details-scrollable::-webkit-scrollbar-thumb {
	background: #888; 
}

#course-unit-details-scrollable::-webkit-scrollbar-thumb:hover {
	background: #555; 
}
*/

#course-profile #contact-details-container dd.website a {
	word-break: break-all;
}

#regulatory > div {
	background-color: #f5f5f5;
	padding: 10px 10px 0;
	box-sizing: border-box;
}

@media (min-width: 400px) {
	#course-unit-details-dialog-content {
		padding: 40px 5% 20px;
	}
}

@media (min-width: 500px) {
	#other-entry-requirements-form,
	#country-entry-requirements {
		padding: 20px;
	}
}

@media (min-width: 600px) {
	.cpip #course-profile .course-profile-content {
		max-width: 1050px;
	}

	#course-unit-details-dialog-content {
		padding: 40px 5% 20px;
	}

	.cpip #regulatory > div {
		padding: 20px 20px 10px;
	}
}

@media (min-width: 700px) {
	.message-box { margin-top: 0; }
}

@media only screen and (min-width: 40em) {
	.sticky-nav::after {
		display: none;
	}
}

@media (min-width: 800px) {
	.sticky-nav.wide {
		display: block;
	}

	.sticky-nav.wide ul {
		justify-content: center;
	}

	#course-profile div.text,
	#contact-details-container {
		font-size: 1.384615em;
	}

	#contact-details-container h3 {
		font-size: 1.888889em;
	}

	#contact-details-container dt,
	#contact-details-container dd {
		font-size: 1em;
	}

	#other-entry-requirements-form,
	#country-entry-requirements {
		padding: 30px;
	}

	#course-unit-details-dialog {
		height: calc(100% - 100px);
	}

	.cpip #regulatory {
		margin: 0 auto;
		max-width: 1050px;
	}

	.cpip #regulatory > div {
		max-width: 880px;
	}
}

@media only screen and (min-width: 900px) {
	#fact-file {
		margin: 0;
	}

	.sticky-nav.wide .reset-bullets li .active:not(.cta-primary) {
		border-bottom: none;
	}

	.sticky-nav::after {
		display: block;
	}

	.sticky-nav.wide ul {
		margin: 0 auto;
		width: 90%;
		max-width: 1050px;
		justify-content: space-between;
	}
}

@media (min-width: 1000px) {
	.sticky-nav.wide a {
		padding: 20px;
	}

	h2.full-page-heading {
		padding: 20px 25px;
	}

	#other-entry-requirements-form,
	#country-entry-requirements {
		padding: 40px;
	}
}

@media (min-width: 1200px) {
/*
	.sticky-nav.wide nav {
		width: calc(90% + 40px);
		padding-left: 0;
	}
*/
	.sticky-nav.wide li {
		font-size: 1.230769em;
	}

	.sticky-nav.wide a {
		padding: 20px;
	}

	.sticky-nav.wide a:not(.cta-primary):hover,
	.sticky-nav.wide a:not(.cta-primary):focus {
		/*background-color: #e6e6e6;*/
		text-decoration: none;
	}
}