html, body {
}

body {
	background-image: url('/images/grad-uk.jpg');
	background-position: right top;
	background-repeat: no-repeat;
	line-height: 1.4em;
	font-family: "Montserrat", sans-serif;
	font-weight: 400;
	color: #1A1A1A;
	font-size: 17px;
}

h1 {
	font-size: 3.6em;
	line-height: 1.2em;
	margin-bottom: .5em;
	font-weight: 700;
}

h1.h1-shrink {
 	font-size: 2.5em;
}

h1 p {
	margin: 0;
}

h1 p:last-child::after {
	content: '.';
	color: #3F85C2;
}

h2 {
	font-size: 2em;
	font-weight: 700;
	margin-bottom: .5em;
}

h3 {
	font-size: 1.4em;
	font-weight: 700;
	margin-bottom: 1em;
}

h3 img {
	max-height: 1.8em;
	margin-left: 10px;
	vertical-align: middle;
}

h4 {
	font-size: 1.2em;
	font-weight: 600;
	margin-bottom: 1em;
}

h5 {
	font-size: 1em;
	font-weight: 600;
}

a {
	color: #000;
}

.row.dg {
	margin-left: -30px;
	margin-right: -30px;
}

.row.dg > div {
	padding-left: 30px;
	padding-right: 30px;
}




.btn-cta {
	border-radius: 0;
	text-transform: uppercase;
	background-color: #1D6FB7;
	color: #FFF;
}

.btn-lg {
	font-size: 1em;
	font-weight: 700
}

#hero {
	min-height: 350px;
	display: flex;
	flex-direction: row;
	align-items: flex-end;
	margin-bottom: 30px;
}

#hero .main-text {
}

#breadcrumbs {
	margin-bottom: 2em;
}

#breadcrumbs ul, #breadcrumbs ul li {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

#breadcrumbs ul li {
	display: inline-block;
	font-size: .8em
}

#breadcrumbs ul li::after {
	content: '>';
	margin: 0 5px;
}

#breadcrumbs ul li:last-child::after {
	display: none;
}

#breadcrumbs ul li:first-child::after {
	display: inline-block;
}


.container {

}

.container-narrow {
	padding-left: 90px;
}



section {
	position: relative;
	padding: 3em 0 2em;
}

section.section-blue-gradient {
	background: rgb(29,111,183);
	background: linear-gradient(145deg, rgba(29,111,183,1) 0%, rgba(29,111,183,1) 50%, rgba(53,126,191,1) 50%, rgba(51,135,209,1) 100%);
	color: #FFF;
	font-weight: 600;
	font-size: 1.1em
}

section.section-grey {
	padding: 2em 0 2em;
	background: #E6E6E6;
}

section.section-grey :last-of-type {
/* 	margin-bottom: 0; */
}



section.section-blue-gradient :last-of-type {
	margin-bottom: 0;
}

.media {
	display: flex;
	align-items: flex-end;
	margin-bottom: 2em;
}

.media:last-of-type {
	margin-bottom: 0;
}

.media img {
	max-height: 200px;
	margin-right: 40px;
	margin-bottom: 5px;
}

.media .media-body p:last-child {
	margin: 0 0 5px 0;
}

.media h3 {
	margin: 0 0 5px 0;
}

.media.contact-card {
	font-size: .75em;
	line-height: 1.4em;
}

.media.contact-card img {
	max-height: 80px;
	margin-right: 15px;
}

.media.contact-card p {
	margin: 0;
}


.html-content {
	margin-bottom: 2em;
}

.html-content ol {
	padding-left: 15px;
}


.table td, .table th {
	padding: .45rem .75rem;
	vertical-align: bottom;
}

.table.no-header thead {
	display: none;
}

.table-dark {
	color: #fff;
	background-color: #555454;
}

.table-bold {
	font-weight: 700;
}

.table-dark td, .table-dark th, .table-dark thead th {
	border: 0;
	border-bottom: 3px solid #FFF;
}



#main-content {
	padding-bottom: 50px;
}

#topnav {
	padding: 25px 0;
}

.navbar-collapse {
	position: absolute;
	top: 0;
	right: 0;
	background: rgba(255,255,255,.9);
	padding: 80px 25px 30px;
	text-align: right;
}

.navbar-collapse a {
	font-weight: 600;
	color: #333;
}

.navbar-toggler {
	position: relative;
}

.navbar-toggler-icon {
	font-size: 30px;
}

#logo-outer img {
	height: 60px;
}

#logo-outer .sub-logo img {
	height: 60px;
}

.sub-logo::before {
	content: '';
	height: 40px;
	width: 1px;
	background: #333;
	display: inline-block;
	margin: 0 20px;
	vertical-align: middle;
}



.card.card-tile {
	border: 0;
	border-radius: 0;
}

.card.card-tile .card-img-top {
	margin-top: 12px;
}

.card.card-tile .card-body {
	color: #FFF;
	font-size: 1.2em;
	line-height: 1.3em;
	text-shadow: 0 0 15px rgba(0,0,0,.3);
	height: 250px;
	display: flex;
	align-items: flex-end;
	padding-right: 50px;
}

.card.card-tile h5 {
	font-size: 1em;
	font-weight: 700;
	margin: 0 0 10px 0;
}

.col .col-lg-4 .card.card-tile h5 {
	font-size: .8em;
}

.card.card-tile h6 {
	font-size: .7em;
	font-weight: 400;
	margin: 0;
	min-height: 50px
}

.card.card-tile .card-footer {
	position: relative;
	background: transparent;
	border: 0;
	color: #FFF;
	font-weight: 600;
	padding: 5px 20px 15px 20px;
}

.card.card-tile .card-footer::before {
	content: '';
	position: absolute;
	top: 0;
	left: 20px;
	height: 1px;
	width: 60px;
	background: #FFF;	
}

.card.card-tile.course-tile .card-body {
	color: #FFF;
	font-size: 1em;
	height: 140px;
	padding: 20px;
	align-items: flex-end;
}



.card.card-blue {
	border: 0;
	border-radius: 0;
	background: #62A1CD;
	color: #FFF;
	padding: 20px;
	display: block;
	font-weight: 400;
	line-height: 1.25em;
	margin-bottom: 20px;
}

.card.card-blue .card-title {
	font-size: 1.2em;
	background: #FFF;
	color: #62A1CD;
	padding: 10px 15px 10px 20px;
	display: inline-block;
	margin: 0;
}

.card.card-blue .card-body {
	padding: 10px 40px 0 20px;
}

.card.card-blue .card-body .html-content:last-of-type {
	margin-bottom: 0;
}

.card.card-blue a {
	color: #FFF;
}

.card.card-blue img {
	float: left;
	max-width: 200px;
	margin: 15px 20px 15px 0;
}

.tiles-small .card.card-tile .card-body {
	font-size: .9em;
	height: 160px;
	padding: 15px;
}

.tiles-small {
	margin-left: -5px;
	margin-right: -5px;
}

.tiles-small > div {
	padding-left: 5px;
	padding-right: 5px;
}

.tile-link {
	text-decoration: none !important;
}

.tile-link .card-tile {
	transition: all 200ms ease-in-out;
}

.tile-link:hover .card-tile {
	opacity: .8;
}

.video-strip {
	padding: 0;
}

.video-strip > a {
	position: relative;
	background-size: cover;
	background-position: top center;
	height: 365px;
	display: flex;
	align-items: center;
	color: #FFF;
	font-size: 1.6em;
}

.video-strip > a:hover {
	text-decoration: none;
}

.video-strip > a::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.video-strip > a .heading {
	font-size: 1.6em;
	margin-bottom: 10px;
	line-height: 1.2em;
}

.video-strip i.ion-play {
	border: 15px solid #FFF;
	border-radius: 100%;
	width: 150px;
	height: 150px;
	font-size: 120px;
	text-align: center;
	align-items: center;
	display: flex;
	justify-content: center;
	padding-left: .2em;
	opacity: .9;
}

.video-modal .close  {
	position: absolute;
	top: -50px;
	right: 0px;
	color: #FFF;
	opacity: 1;
	font-size: 3em;
	font-weight: 600;
}

.video-modal .modal-content {
	background: transparent;
}




footer {
	padding: 50px 0;
	background: #333;
	color: #FFF;
	font-size: .8em;
}

footer .footer-nav {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

footer .footer-nav li {
	text-align: left;
	padding: 0;
	margin: 0;
	list-style-type: none;

}

footer .footer-nav li a {
	color: #FFF;
	font-weight: 700;
	margin: 0 0 5px 0;
	padding: 0;
}

footer small {
	display: block;
	line-height: 1.2em;
}

footer img.education-is-great-logo {
	margin-left: -95px;
	margin-right: 15px
}

footer .social-icons {
	margin: 15px 0 10px 0;
}

footer .social-icons i {
	font-size: 35px;
	margin-right: 10px;
}

footer .social-icons i.fa-facebook { color: #324879; }
footer .social-icons i.fa-twitter { color: #62A1CD; }
footer .social-icons i.fa-linkedin { color: #456CA3; }
footer .social-icons i.fa-youtube { color: #FF0000; }


.html-content ul, .html-content ol {
	margin: 1.5em 40px 2em;
}

.html-content img {
	vertical-align: middle;
}

img.img-centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}


ul.double-column, ol.double-column {
	column-count: 2;

}

.double-column ul, .double-column ol {
	column-count: 2;
}


.tick-list ul, .tick-list ul li {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.tick-list ul {
	margin: 1.5em 40px 2em 0;
}

.tick-list ul li {
	margin-bottom: .8em;
	margin-left: 35px;
}

.tick-list ul li::before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f00c";
	font-size: 1.2em;
	margin-left: -35px;
	margin-right: 12px;
}

.tick-list ul li p {
	margin: 0;
	display: inline;
}


.icon-list ul, .icon-list li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.icon-list li img {
	min-width: 59px;
	margin-right: 15px;
	max-width: 60px;
	margin-bottom: 1px;
}

.icon-list li {
	padding-bottom: .3em;
}

.icon-list ul li p {
	margin: 0;
	display: inline-flex;
	line-height: 1.1em;
	align-items: center;
	align-content: center;
}

ul li .sub-list {
	margin: 20px 0;
	display: block;
}

ul li .sub-list:nth-child(odd) {
	display: none;
}


ul li .sub-list::before {
	content: '•';
	width: 20px;
	display: inline-block;
	text-align: center;
}




.accordion .card {
	border: 0;
	background: #F7F7F7;
}

.accordion .card-header {
	padding: .75rem 1.25rem;
	margin-bottom: 0;
	background-color: transparent;
	border-bottom: 1px solid #FFF;
}


.accordion .card-header button {
	color: #347DBE;
	font-weight: 600;
	font-size: 1.2em;
	text-decoration: none;
	display: block;
	width: 100%;
	text-align: left;

}

.accordion .card-header button::before {
	font-family: 'IonIcons';
	content: '\f126';
	float: right;
}

.accordion .card-header button.collapsed::before {
	content: '\f123';
}

.accordion .card-body {
	background: #FFF;
}


b, strong {
	font-weight: 600;
}

.big-blue {
	font-size: 1.2em;
	font-weight: 600;
	color: #1D6FB7;
}

.img-pad {
	padding: 10px 5px 10px 10px;
}

.owl-carousel .owl-item {
	padding: 10px 0;
	font-size: .8em
}

.owl-carousel .owl-nav {
	position: absolute;
	display: flex !important;
	justify-content: space-between;
	top: 0;
	right: 0;
	height: 100%;
	width: 100%;
	font-size: 2.5em;
	padding: 0;
	z-index: 10;
	pointer-events: none;
}

.owl-carousel .owl-nav button {
	outline: none;
	pointer-events: auto;
}

.owl-carousel .owl-nav button i {
	color: #666;
	font-size: 1.2em
}

.owl-carousel .owl-nav .owl-prev {
	margin-left: -60px
}

.owl-carousel .owl-nav .owl-next {
	margin-right: -60px
}



.fw-100 { font-weight: 100 }
.fw-200 { font-weight: 200 }
.fw-300 { font-weight: 300 }
.fw-400 { font-weight: 400 }
.fw-500 { font-weight: 500 }
.fw-600 { font-weight: 600 }
.fw-700 { font-weight: 700 }
.fw-800 { font-weight: 800 }
.fw-900 { font-weight: 900 }

.text-x2 { font-size: 1.1em }
.text-x3 { font-size: 1.4em }
.text-x4 { font-size: 1.6em }
.text-x5 { font-size: 1.8em }
.text-x6 { font-size: 2em }
.text-x7 { font-size: 2.2em }
.text-x8 { font-size: 2.4em }
.text-x9 { font-size: 2.6em }
.text-x10 { font-size: 2.8em }

