/*
https://foundation.zurb.com/sites/docs/global.html

BRAND COLOURS
blue: #1c5191
red: #e52a1b

CUSTOM COLOURS
custom-1 (green): #47ab48

SITE COLOURS
black: #252525
white: #fefefe
off white #eee
LightGray #d3d3d3
dark grey #494949

*/


/*
==============================================
helpers
==============================================
*/
.brand-color {
	color: #1c5191;
}
.text-75 {
	font-size: 75%;
}
.text-85 {
	font-size: 85%;
}
b {
	font-weight: 600;
}
.margin-0 {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
.radius {
	border-radius: 0.1875rem;
}
  
/*
==============================================
foundation over-rides
==============================================
*/
.thumbnail {
    display: inline-block;
    max-width: 100%;
    /* margin-bottom: 1rem; */
    border: 4px solid #fefefe;
    border-radius: 0;
    box-shadow: 0 0 0 1px rgba(10, 10, 10, 0.2);
    line-height: 0;
}
.radius {
	border-radius: 0.1875rem;
}
.button.success,
.button.success:focus,
.button.success:hover {
    color: #fff;
}
.reveal {
	border: none;
}
.reveal--card {
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	padding: 0;
}
.reveal--card__header {
	background: #eee;
	border-bottom: 1px solid #eee;
	padding: 1rem;
}
.reveal--card__header h5 {
	font-weight: 300;
	line-height: 1;
	margin: 0;
}
.reveal--card__content {
	padding: 1rem;
}
.reveal--card__footer {
	border-top: 1px solid #eee;
	padding: 1rem;
}

.button, .button.disabled, .button[disabled], .button.disabled:hover, .button[disabled]:hover, .button.disabled:focus, .button[disabled]:focus {
	background-color: #1c5191;
	color: #fefefe;
}
.button:hover, .button:focus {
	background-color: #125184;
	color: #fff;
}
.button.custom-1, .button.custom-1.disabled, .button.custom-1[disabled], .button.custom-1.disabled:hover, .button.custom-1[disabled]:hover, .button.custom-1.disabled:focus, .button.custom-1[disabled]:focus {
	background-color: #47ab48;
	color: #fefefe;
}
.button.custom-1:hover, .button.custom-1:focus {
	background-color: #1e7b3c;
	color: #fff;
}
/*
==============================================
website
==============================================
*/
html {
	overflow-y: scroll;
	height: 100%;
}
body {
	background-color: #fff;
	color: #252525;
	font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Roboto, Arial, sans-serif;
	min-height: 500px;

	/* sticky footer */
	display: flex;
	flex-direction: column;
	height: 100vh; /* Avoid the IE 10-11 `min-height` bug. */
}

a {
  color: #277cea;
}
a:hover,
a:focus {
  /* color: #252525; */
}

hr {
	height:1px;
	background-color: #eee;
}

/*
==============================================
headings
==============================================
*/
h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Roboto, Arial, sans-serif;
  font-weight: 400;
  color: inherit;
}
h1 small, .h1 small,
h2 small, .h2 small,
h3 small, .h3 small,
h4 small, .h4 small,
h5 small, .h5 small,
h6 small, .h6 small {
  line-height: 0;
}
@media print, screen and (min-width: 40em) {
	h1, .h1 { font-size: 2.5rem; }
	h2, .h2 { font-size: 1.75rem; }
	h3, .h3 { font-size: 1.4375rem; }
	h4, .h4 { font-size: 1.375rem; }
	h5, .h5 { font-size: ‭1.3125‬rem; }
	h6, .h6 { font-size: 1.25rem; }
}
h1.heading-styled,
h2.heading-styled,
h3.heading-styled,
h4.heading-styled {
    font-family: Montserrat, "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
    font-weight: 700;
    letter-spacing: -1px;
    line-height: 1.1;
}
@media (max-width: 992px) {
}
@media (max-width: 768px) {
}
@media (max-width: 575.98px) {
	h1, .h1,
	h2, .h2,
	h3, .h3,
	h4, .h4,
	h5, .h5,
	h6, .h6 {
	  font-weight: 400;
	}
}

/*
==============================================
body-content, page-content
==============================================
*/
div.body-content {
	padding-bottom: 2rem;
	padding-top: 1rem;
	position: relative;

	/* sticky footer */
	flex: 1 0 auto;
}

/*
==============================================
header
==============================================
*/
.header-primary__top {
	background-color: #1c5191;
	color: #fefefe;
	font-size: 0.85rem;
}
.header-primary__top__button,
.header-primary__top__button:hover,
.header-primary__top__button:focus {
	color: inherit;
}
.header-primary__main {
	border-bottom: 1px solid #eee;
	padding: 0.5rem 0;
}
.header-primary__logo img {
	max-height: 4rem;
}

/*
==============================================
footer
==============================================
*/
/* https://css-tricks.com/couple-takes-sticky-footer/ */
/* https://codepen.io/chriscoyier/pen/RRbKrL */
footer.footer-primary {
	background-color: #1c5191;
	color: #eee;
	padding: 1rem;
	
	/* sticky footer */
	flex-shrink: 0;
}
.footer-primary h4 {
	color: #fefefe;
	font-weight: 800;
}
.footer-primary__links {
	font-size: 0.85rem;
	margin-bottom: 2.5rem;
	margin-left: 0;
	list-style: none;
}
.footer-primary__links li {
	border-bottom: 1px solid rgba(254, 254, 254, 0.1);
	line-height: 2em;
}
.footer-primary__links li:last-child {
	border-bottom: none;
}
.footer-primary__links a {
	border-radius: 0.1875rem;
	color: #fefefe;
	display: inline-block;
	padding: 0.25em;
}
.footer-primary__links a:focus,
.footer-primary__links a:hover {
	background: #eee;
	color: #1c5191;
}
.footer-primary__about {
	text-align: left;
}
.footer-primary__about a {
	color: #fefefe;
	opacity: 0.7;
	padding: 0.25rem;
}
.footer-primary__about a:focus,
.footer-primary__about a:hover {
	color: #fff;
	opacity: 1;
}
.footer-primary__about img {
	max-height: 2.5rem;
	vertical-align: middle;
}
.footer-primary__about i {
	font-size: 3em;
	vertical-align: middle;
}
.footer-base {
	background-color: #494949;
	color: #eee;
	font-size: 0.75rem;
	padding: 1rem;
	text-align: center;
}
.footer-base a {
	color: inherit;
}
.footer-base a.dotted {
	border-bottom-color: #c0c0c0;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
}

/*
==============================================
breadcrumbs
==============================================
*/
.breadcrumbs-container {
	border-bottom: 1px solid #fff;
	margin: 0 auto 1rem auto;
	max-width: 75rem;
	padding-right: .9375rem;
	padding-left: .9375rem;
/* 	position: sticky;
	top: 0;
	z-index: 1; */
}
.breadcrumbs {
	background-color: #fafafa;
	color: #120200;
	margin: 0;
	padding: 0.5rem 0.5rem;
}
.breadcrumbs li {
	color: #666;
	font-size: 0.85rem;
	font-weight: 400;
	text-transform: none;
}
.breadcrumbs a {
	color: #1c5191;
}

.breadcrumbs li:not(:last-child)::after {
	color: #120200;
	content: ">";
	display: inline-block;
	font-weight: 400;
	transform: scaleX(0.4);
}

/*
==============================================
sections
==============================================
*/
section.section-banner {
	padding: 2rem 0;
}

/*
==============================================
blockUI
==============================================
*/
div.blockMsg {
	border:0;
	color: #fefefe;
	cursor: wait;
	left: 30%;
	padding: 0;
	text-align:center;
    top: 30%;
    width:40%;
}
div.blockOverlay {
	background:#000;
	opacity:0.7;
}
@media only screen and (max-width:40em) {
	div.blockMsg {
		left: 10%;
		top: 20%;
		width: 80%;	
	}
}

/*
==============================================
 * Core styles for PriorityNav.js
 * These styles are not optional and should always be included
==============================================
*/
.priority-nav {
  white-space: nowrap; /* Makes sure the menu's are inline-block so they don't take up the entire width of its parent. This will break the plugin. */
}
.priority-nav > ul {
  display: inline-block;
}
.priority-nav > ul > li {
  display: inline-block;
}
.priority-nav-has-dropdown .priority-nav__dropdown-toggle {
  position: relative;
}
.priority-nav__wrapper {
  position: relative;
}
.priority-nav__dropdown {
  position: absolute;
  visibility: hidden;
}
.priority-nav__dropdown.show {
  visibility: visible;
}
.priority-nav__dropdown-toggle {
  visibility: hidden;
  position: absolute;
}
.priority-nav-is-visible {
  visibility: visible;
}
.priority-nav-is-hidden {
  visibility: hidden;
}

/*
==============================================
nav-primary
==============================================
*/
.nav-primary {
	font-size: 1rem;
	margin-top: 1.5rem;
}
.nav-primary ul {
	margin: 0;
}
.nav-primary a {
	border-radius: 0.1875rem;
	color: #1c5191;
	/* font-family: Montserrat, 'Helvetica Neue', Helvetica, Roboto, Arial, sans-serif; */
	font-weight: 600;
	padding: 0.5rem 0.75rem;
}
.nav-primary a:hover,
.nav-primary a:focus {
	background: #1c5191;
	color: #fff;
}
button.priority-nav__dropdown-toggle {
	border: 1px solid #1c5191;
	border-radius: 0.1875rem;
	color: #1c5191;
	cursor: pointer;
	font-size: 0.85rem;
	font-weight: 400;
	line-height: 1.6;
	margin: 0 0 0 0.5rem;
	padding: 0.25rem 0.5rem;
	text-transform: uppercase;
}
button.priority-nav__dropdown-toggle:hover,
button.priority-nav__dropdown-toggle:focus {
	background: #1c5191;
	color: #fff;
}

ul.priority-nav__dropdown {
	background: #fff;
	border-bottom-left-radius: 0.1875rem;
	border-bottom-right-radius: 0.1875rem;
	box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.1);
	color: #1c5191;
	display: none;
	font-size: 0.875rem;
	margin: 0;
	min-width: 120px;
	padding: 0;
	right: 0;
	text-align: left;
	top: 175%;
	white-space: nowrap;
	width: auto;
	z-index: 1;
}
ul.priority-nav__dropdown:before {
	border-color: transparent transparent #fff;
	border-image: none;
	border-style: inset inset solid;
	border-width: 6px;
	content: "";
	display: block;
	height: 0;
	right: 10px;
	position: absolute;
	top: -12px;
	width: 0;
}
ul.priority-nav__dropdown li {
	display: block;
}
ul.priority-nav__dropdown li a {
	border-radius: 0;
	display: block;
	padding: 0.5rem;
}
ul.priority-nav__dropdown li:last-child a {
	border-bottom-left-radius: 0.1875rem;
	border-bottom-right-radius: 0.1875rem;
}
ul.priority-nav__dropdown.show {
	display: block;
}

/*
==============================================
masthead (hero image)
==============================================
*/
.masthead {
	align-items: center;
	/* background-image: url(/img/home-1.jpg); */
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	display: flex;
	flex-direction: column;
	min-height: 15rem;
	justify-content: center;
	margin-bottom: 1.5rem;
	overflow: hidden;
	text-align: center;
	width: 100%;
}
.masthead h1 {  
	color: #fefefe;
	font-size: 6vmin;
	font-weight: 600;
	letter-spacing: -0.01em;
	line-height: 1;
	margin: 2rem auto;
	max-width: 42.5rem;
	text-align: center;
	text-shadow: 0px 2px 8px rgba(0, 0, 0, 0.75);
}    
.masthead .button {
	box-shadow:
		0 0.3px 0.3px rgba(0, 0, 0, 0.02),
		0 0.7px 0.7px rgba(0, 0, 0, 0.028),
		0 1.3px 1.3px rgba(0, 0, 0, 0.035),
		0 2.2px 2.2px rgba(0, 0, 0, 0.042),
		0 4.2px 4.2px rgba(0, 0, 0, 0.05),
		0 10px 10px rgba(0, 0, 0, 0.07);
	font-size: 1.125rem;
}
@media screen and (max-width: 576px) {
	.masthead {  
		min-height: 30vh;
	}
	.masthead h1 {  
		font-size: 8vmin;
	}
}


/*
==============================================
scroll-to-top
==============================================
*/
#scroll-to-top {
	bottom: 0;
	display: none;
	font-size: 0.75rem;
	line-height: 1;
	padding: 0.5rem;
	position: fixed;
	right: 0;
	width: auto;
}
#scroll-to-top.visible {
	display: inline-block;
}
#scroll-to-top .fa-circle {
	color: #1c5191;
	opacity: 0.8;
	transition: 0.3s;
}
#scroll-to-top .fa-stack:hover .fa-circle {
	opacity: 1;
}

/*
==============================================
other
==============================================
*/
sup small {
	font-size: 0.45em;
}
.course-list-table {
	margin-bottom: 2rem;
	margin-top: 1rem;
}

/*
==============================================
animations
==============================================
*/
.blink {
	animation: blink steps(1) 1s infinite;
}
@keyframes blink {  
	0% { opacity: 1.0; }
	50% { opacity: 0.0; }
	100% { opacity: 1.0; }
}
@-webkit-keyframes blink {  
	0% { opacity: 1.0; }
	50% { opacity: 0.0; }
	100% { opacity: 1.0; }
}

/*
==============================================
Media Queries
==============================================
*/
/* Small only */
@media screen and (max-width: 39.9375em) {
	.header-primary__top--medium {
		display: none !important;
	}
	.header-primary__top {
		font-size: 0.75rem;
	}
	.header-primary__main {
		border-bottom: 0;
		padding: 0.5rem 0 1rem 0;
	}
	.header-primary__logo img {
		max-height: 3rem;
	}
	.nav-primary {
		font-size: 0.85rem;
		margin-top: 1rem;
	}
	.footer-primary__about {
		text-align: center;
	}
}

/* Medium and up */
@media screen and (min-width: 40em) {
	.header-primary__top--small {
		display: none !important;
	}
}

/* Medium only */
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
	.nav-primary {
		margin-top: 0.75rem;
	}
}

/* Up tp Medium */
@media screen and (max-width:63.99875em) {
	table.course-list-table.stack tr td:first-child {
		padding-bottom: 0;
		padding-top: 1rem;
	}
	table.course-list-table.stack tr td:last-child {
		padding-bottom: 1rem;
		padding-top: 0;
	}
}

/* Large and up */
@media screen and (min-width: 64em) {}

/* Large only */
@media screen and (min-width: 64em) and (max-width: 74.9375em) {}