/* Additional CSS for www.uclan.ac.uk */


/* General */

/*
body {
	-webkit-font-smoothing: antialiased;
-moz-font-smoothing: antialiased;
-ms-font-smoothing: antialiased;
-o-font-smoothing: antialiased;
font-smoothing: antialiased;
}
*/

body {
	font-family: Helmet, Freesans, Helvetica, Arial, sans-serif;
}


h1, h2, h3, h4, h5, p, .btn {
	font-family: Helmet, Freesans, Helvetica, Arial, sans-serif;
	font-weight: normal;
}

#HPNews h3, #YouTube h3, #twitter h3 {
	font-size: 1.75em !important;
}

#HPNews h4 {
	line-height: 1.2em !important;
}

.btn:hover, .btn:focus, .btn:active, .btn.active, .btn.disabled, .btn[disabled] {
	color: #fcfcfc !important;
	background: #2f2f2f;
}

h2.small {
	font-size: 1.6em;
}

h3 {
	font-size: 1em;
}

ol li a {color: #be0f34;}

.widget h3 {
font-weight: bold;
color: #333;
}

.widget ul li {
list-style: none;
margin: 0;
padding: 0 0 4px 0 !important;
line-height: 1.5em !important;
}

.bold {
font-weight: bold;
}

.black {
	background: #252220 !important;
}

footer ul li a:hover {
	color: #cccccc !important;
}

.redbox {
	margin-top: 48px;
}

.lead {
	font-size: 17px;
	font-weight: 300;
	line-height: 1.4;
	margin-top: 0 !important;
}

.clear {
	clear: both;
}

img {
	border-radius: 3px;
}

img.full {
	width: 100%;
}

h5 {
	margin-top: 10px;
}

.inner {
	padding: 15px 15px 30px !important;
}

/* Navigation */

#nav ul li a {
	font-size: 1.1em;
	font-weight: 600 !important;
	color: #2f2f2f !important;
}

#nav ul li:first-child a {
	border-radius: 3px 0 0 3px !important;
}

#nav ul li:last-child a {
	border-radius: 0 3px 3px 0 !important;
}

.navigation h4 {
	margin: 0 !important;
}

#sidebar .navigation h4 a {
	border-radius: 3px 3px 0 0;
}

#sidebar .navigation li:last-child a {
	border-radius: 0 0 3px 3px;
}

#sidebar .well a {
	font-weight: 600 !important;
}


/* Slider */

.bx-wrapper .row {
	border-radius: 3px;
}

.bx-wrapper img {
	border-radius: 0 !important;
}


/* Red Study At UCLan Section */

#studyat img {
	border-radius: 0 !important;
}

.red p, .red a, .red li, .red span, .red h1, .red h2, .red h3, .red h4, .red h5 {
	color: #fcfcfc !important;
}


/* Footer */

footer.row {
	padding-bottom: 30px;
}

footer .threecol {
	border-top: 1px solid #252220 !important;
}

/* Clearing Banner */

.clearing {
	border-radius: 3px;
}

.clearing ul.buttons li a.button {
	margin-right: 0 !important;
}

.clear-image img {
	border-radius: 0 3px 3px 0;
}

/* Clearing 2015 Call To Action Box */

.cta-clearing {
	background: #6a2a5b !important;
	border-radius: 3px;
	margin: 30px 0 50px 0;
	padding: 20px;
}
.cta-clearing h1, .cta-clearing h2, .cta-clearing p {
	color: #fcfcfc;
}
.cta-clearing h1 {
	font-size: 18px;
}
.cta-clearing p {
	font-size: 15px;
}
.cta-clearing .social a img {
	float: right;
	margin: 0 10px;
}


.container#copyright {
	margin-top: 5px !important;
	margin-bottom: 0 !important;
	padding: 10px 0 15px !important;
}

#copyright .inner {
	padding: 0 15px 5px !important;
}

#copyright p {
	font-size: 12px;
	color: #333;
	margin: 0;
	padding: 0;
}

#copyright p.left {
	float: left;
}

#copyright p.right {
	float: right;
}

#copyright p a {
	color: #333 !important;
}

#sdo #copyright p a {
	color: #fcfcfc !important;
}

#copyright p a:hover {
	color: #555 !important;
}

@media only screen and (max-width: 567px) {

#copyright p {
	width: 100%;
}

}

@media only screen and (max-width: 480px) {

#copyright p.right {
float: left;
}
}


.clearing-hidelink {
  display: none;
}






/* Tables - September 2016 */

.table-responsive {
  overflow-x: auto;
  margin: 30px auto 6px;
}

.table-responsive h2 {
  font-size: 17px !important;
  font-weight: bold;
  margin: 0;
}

.table-responsive p {
  line-height: 20px;
  margin: 6px 0 0;
}

table.table {
  border-collapse: collapse;
  border-spacing: 0;
  border: 1px solid #565656;
  text-align: center;
  margin-top: 12px;
}

table.table p {
  font-size: 14px !important;
}

table.table.table-striped > tbody > tr:nth-of-type(odd) {
  background: #f9f9f9;
}

table.table.table-hover > tbody > tr:hover {
  background: #f4f4f4;
}

table.table tr p {
  margin: 0;
  padding: 0;
}

table.table tr p a {
  font-weight: bold;
  color: #333 !important;
}

table.table tr a {
   color: #be0f34 !important;
}

table.table caption a {
  font-weight: bold;
}

table.table.uclan-red thead {
  background: #be0f34;
  border: 1px solid #be0f34 !important;
}

table.table.uclan-red thead tr:first-child td {
  border-top: 1px solid #be0f34 !important;
}

table.table.uclan-red thead tr:first-child th:last-child {
  border-right: 1px solid #be0f34 !important;
}

table.table.uclan-red tbody tr:first-child td {
  border-top: 1px solid #be0f34 !important;
}

table.table.uclan-dark thead {
  background: #24152f;
  border: 1px solid #24152f !important;
}

table.table.uclan-dark thead tr:first-child td {
  border-top: 1px solid #24152f !important;
}

table.table.uclan-dark thead tr:first-child th:last-child {
  border-right: 1px solid #24152f !important;
}

table.table.uclan-dark tbody tr:first-child td {
  border-top: 1px solid #24152f !important;
}

table.table thead {
  display: table-header-group;
  background: #565656;
  border: 1px solid #565656 !important;
  text-transform: uppercase;
  }

table.table thead tr:first-child th:last-child {
  border-right: 1px solid #565656 !important;
}

table.table thead p {
  margin: 0;
  padding: 0;
}

table.table thead p a {
  color: #fcfcfc !important;
}

table.table thead a {
  color: #fcfcfc !important;
	text-decoration: underline !important;
}

table.table thead a:hover {
  color: #f9f9f9 !important;
}

table.table thead tr th {
  color: #fcfcfc;
  border-right: 1px solid #ddd !important;
  padding: 5px 10px !important;
}

table.table thead tr th:last-child {
  border-right: 1px solid #ddd;
  border-left: 1px solid #ddd;
}

table.table thead tr th.center {
  text-align: center !important;
}

table.table thead tr:first-child th:first-child {
  text-align: left;
}

table.table tr {
  page-break-inside: avoid;
  border-bottom: 1px solid #ddd !important;
}

table.table tbody {
  border: 1px solid #ddd !important;
}

table.table tbody tr:first-child td {
  border-top: 1px solid #565656 !important;
}

table.table tbody tr td:first-child {
  text-align: left;
  text-transform: capitalize;
}

table.table td {
  border-top: 1px solid #ddd !important;
  border-right: 1px solid #ddd !important;
  padding: 5px 10px;
  vertical-align: middle;
}

table.table td.center {
  text-align: center !important;
}

table.table th.left, table.table td.left {
  text-align: left;
}

caption {
  caption-side: bottom;
  text-align: left;
  font-size: 14px;
  margin: 12px 0 0;
}

caption a {
  color: #be0f34;
}

caption a:hover {
  text-decoration: none;
  color: #555;
}

@media only screen and (max-width: 768px) {
  table.table {
    font-size: 11px !important;
  }
  table.table thead tr th, table.table tbody tr td {
    font-size: 11px !important;
    padding: 6px !important;
  }
}
