/* @override 
	https://newman.dvdesign.com.au/custom/newman/web.css?*
*/

body {
	font-family: "Libre Franklin", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	font-size: 0.875em;
	line-height: 1.4;
	position: relative;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal !important;
	line-height: 1.25;
	margin-top: 1.2em;
	margin-bottom: 0.7em;
}
h1 {
	font-family: "Libre Franklin", sans-serif;
	font-weight: 700 !important;
	font-size: 1.625rem;
	margin-top: 0;
}
h1.title {
	color: #03213f;
	text-align: center;
}
h2 {
	font-family: "Libre Franklin", sans-serif;
	font-weight: 700 !important;
	font-size: 1.125rem;
	color: #802245;
}
h3 {
	font-family: "Libre Franklin", sans-serif;
	font-weight: 600 !important;
	font-size: 1rem;
}
.home h3 {
	font-size: 1.5rem;
}
.gridrow *:first-child {
	margin-top: 0;
}
h4,
h4 a {
	font-family: "Libre Franklin", sans-serif;
	font-weight: 600 !important;
	font-size: 0.875rem;
	color: #799900;
}
h5 {
	font-family: "Libre Franklin", sans-serif;
	font-weight: 600 !important;
	font-size: 0.875rem;
	color: #606060;
}
h6 {
	font-family: "Libre Franklin", sans-serif;
	font-weight: 600 !important;
	font-size: 1rem;
	color: #03213f;
}
strong,
b,
thead {
	font-weight: normal !important;
	font-weight: 600 !important;
}
a,
a:visited {
	color: #002e6d;
	font-weight: 500;
}
a:hover {
	color: #802245;
	text-decoration: none;
}
@media (min-width: 768px) {
	body { font-size: 1em; }
	h1 { font-size: 2rem; }
	h2 { font-size: 1.25rem; }
	h3 { font-size: 1rem; }
	h4,
	h4 a,
	h5 { font-size: 1rem; }
	.home h3 { font-size: 1.75rem; }
}
@media (min-width: 992px) {
	h1 { font-size: 2.25rem; }
	.home h3 { font-size: 1.875rem; }
}
@media (min-width: 1200px) {
	h1 { font-size: 2.5rem; }
}
table {
	margin-bottom: 1em;
	border-bottom: 1px solid #092a30;
}
thead {
	text-align: left;
}
th,
td {
	padding: 8px 10px 9px 10px;
}
tbody tr {
	border-top: 1px solid #092a30;
}
tbody tr:nth-child(even) {
	background-color: #E5E8EB;
}
p {
	margin-top: 0.75em;
	margin-bottom: 1.5em;
}
ol,
ul {
	margin-bottom: 1.5em;
}
li {
	margin-top: 1em;
	margin-bottom: 1em;
}
hr {
	border: none;
	border-top: 1px solid #ccc;
	margin-top: 1em;
	margin-bottom: 1em;
}


@media (min-width: 769px) {
	.col-mlg-auto {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
	.col-mlg-12 {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 992px) {
	.col-lg-auto {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
	.col-lg-12 {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%;
  }
}
.col-fill {
	-ms-flex: 1;
	flex: 1;
}

/* page + footer layout */
#page {
	min-height: 100%;
	height: 100%;
	height: auto !important;
	margin: 0 auto -50px auto;
	position: relative;
	background: #fff;
}
#page, 
#footer-holder {
	max-width: 1920px;
}
#page-spacer {
	height: 50px;
	background: transparent;
	cursor-events: none;
	position: relative;
	z-index: -1;
}
#footer-holder {
	min-height: 50px;
	margin: 0 auto;
	background-color: #03213f;
	border-top: 10px solid #799900;
	padding-top: 1.875rem;
	padding-bottom: 2.5rem;
	position: relative;
	z-index: 99;
}
#screen-intro {
	position: relative;
}
#main-content {
	padding-top: 10px;
	padding-bottom: 50px;
}
.home #main-content {
	padding-top: 0;
	padding-bottom: 0;
}
@media (max-width: 575px) {
	#page {
		overflow-x: hidden;
	}
}
@media (min-width: 799px) and (min-height: 599px) {
	#screen-intro {
		height: 100vh;
	}
}


/* content width */
.inner,
.title-over-img h2 {
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
  width: 100%;
  position: relative;
}
.inner iframe,
.inner object,
.inner embed {
	max-width: 100%;
}
@media (min-width: 576px) {
  .inner,
  .title-over-img h2 {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .inner,
  .title-over-img h2 {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .inner,
  .title-over-img h2 {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .inner,
  .title-over-img h2 {
    max-width: 1140px;
  }
}

/* theme colours */
.bg-newblue {
	background-color: #03213f;
	color: #fff;
}
.bg-newgreen {
	background-color: #799900;
	color: #fff;
}
.bg-newburgundy {
	background-color: #802245;
	color: #fff;
}
.bg-light {
	background-color: #e4ebcc;
	color: #03213f;
}
.brdr-newblue {
	border-top: 10px solid #03213f;
}

/* general content */
#page img {
	max-width: 100%;
	height: auto !important;
}
.panel {
	padding-bottom: 40px;
}
.pad-top {
	padding-top: 48px;
}
.pad-top-half {
	padding-top: 24px;
}
.pad-top *:first-child,
.pad-top-half *:first-child {
	margin-top: 0;
}
.pad-bottom {
	padding-bottom: 48px;
}
.pad-bottom-half {
	padding-bottom: 24px;
}
.pad-bottom *:last-child,
.pad-bottom-half *:last-child {
	margin-bottom: 0;
}
.pad-lightly {
	padding-top: 5px;
	padding-bottom: 5px;
}
.pad-xs-stacked {
	padding-top: 40px;
}
.intro {
	font-size: 1.25rem;
	margin-bottom: 1em;
}
.caps {
	text-transform: uppercase;
}
.middleme {
	display: table;
	margin-left: auto;
	margin-right: auto;
}
.more {
	text-transform: uppercase;
	font-family: "Libre Franklin", sans-serif;
	font-weight: 700 !important;
	display: inline-block;
	padding: 0.625em 1.25em;
	background: #f0f0f0;
}
.more,
a.more,
a.more:visited {
	color: #03213f;
}
a.more:hover {
	color: #802245;
}
.moreish {
	text-transform: uppercase;
	color: #808080;
}
.moreish:hover {
	color: #802245;
}
.goto,
a.goto,
a.goto:visited {
	text-transform: uppercase;
	font-family: "Libre Franklin", sans-serif;
	font-weight: 700 !important;
}
.xs-hide {
	display: none;
}
@media (min-width: 576px) {
	.xs-hide {
		display: inline;	
	}
}
@media (min-width: 768px) {
	.pad-top {
		padding-top: 56px;
	}
	.pad-top-half {
		padding-top: 28px;
	}
	.pad-bottom {
		padding-bottom: 56px;
	}
	.pad-bottom-half {
		padding-bottom: 28px;
	}
	.pad-xs-stacked {
		padding-top: 0;
	}
	.intro {
		font-size: 1.375rem;
	}
	.md-middleme {
		display: table;
		margin-left: auto;
		margin-right: auto;
	}
}
@media (min-width: 992px) {
	.pad-top {
		padding-top: 64px;
	}
	.pad-top-half {
		padding-top: 32px;
	}
	.pad-bottom {
		padding-bottom: 64px;
	}
	.pad-bottom-half {
		padding-bottom: 32px;
	}
	.intro {
		font-size: 1.5rem;
	}
}
@media (min-width: 1200px) {
	.pad-top {
		padding-top: 75px;
	}
	.pad-top-half {
		padding-top: 37px;
	}
	.pad-bottom {
		padding-bottom: 75px;
	}
	.pad-bottom-half {
		padding-bottom: 37px;
	}
}
.pullout {
	font-family: "Libre Baskerville", sans-serif;
	font-style: italic;
	font-size: 1.25rem;
	color: #802245;
}
.column-label {
	width: 30%;
}
.caption {
	color: #777;
}
table + .caption {
	margin-top: 0;
}
.clickable {
	cursor: pointer;
}


/* grid */
.gridrow {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -20px;
	margin-left: -20px;
}
.gridcol-main,
.gridcol-aside {
	position: relative;
	width: 100%;
	min-height: 1px;
	padding-right: 20px;
	padding-left: 20px;
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}
.gridcol-main {
	padding-bottom: 2em;
}
.gridrow-rv {
	flex-direction: row-reverse;
}
@media (min-width: 768px) {
	.gridrow-md {
		margin-right: -15px;
		margin-left: -15px;
	}
	.gridrow-md .gridcol-main,
	.gridrow-md .gridcol-aside {
		padding-left: 15px;
		padding-right: 15px;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.gridrow-md .gridcol-main {
		padding-bottom: 0;
	}
}
@media (min-width: 992px) {
	.gridrow {
		margin-right: -15px;
		margin-left: -15px;
	}
	.gridcol-main,
	.gridcol-aside {
		padding-left: 15px;
		padding-right: 15px;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.gridcol-main {
		padding-bottom: 0;
	}
}

/* content panels: menu etc */
.gridbox,
.sectioner {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -20px;
	margin-left: -20px;
}
.gridbox-main,
.gridbox-menu,
.section-main,
.section-aside {
	position: relative;
	width: 100%;
	min-height: 1px;
	padding-right: 20px;
	padding-left: 20px;
}
.section-aside {
	display: none;
}
@media (min-width: 768px) {
	.gridbox,
	.sectioner {
		margin-right: -15px;
		margin-left: -15px;
	}
	.gridbox-main,
	.gridbox-menu,
	.section-main,
	.section-aside {
		padding-right: 15px;
		padding-left: 15px;
	}
	.gridbox-main,
	.section-main {
		flex: 1;
	}
	.gridbox-menu {
		-ms-flex: 0 0 220px;
		flex: 0 0 220px;
		max-width: 220px;
	}
	.menu-left {
		flex-direction: row-reverse;
	}
}
@media (min-width: 992px) {
	.width-aside .section-main {
		padding-right: 25px;
	}
	.section-aside {
		display: block;
		-ms-flex: 0 0 220px;
		flex: 0 0 220px;
		max-width: 220px;
	}
}
@media (min-width: 1200px) {
	.gridbox-menu,
	.section-aside {
		-ms-flex: 0 0 256px;
		flex: 0 0 256px;
		max-width: 256px;
	}
}

/* breadcrumbs */
.crumb {
	margin-bottom: 1.5em;
}
.trail {
	padding-top: 13px;
	padding-bottom: 11px;
	font-size: 0.75rem;
	border-bottom: 1px solid #cad0d1;
}
.trail,
.trail a,
.trail a:visited {
	color: #7e8c94;
}
.trail a:hover {
	color: #802245;
}
@media (min-width: 768px) {
	
}

/* left menu */
.page-menu a {
	font-size: 0.875rem;
	font-family: "Libre Franklin", sans-serif;
	font-weight: 600 !important;
}
.page-menu a,
.page-menu a:visited {
	color: #03213f;
}
.page-menu a:hover {
	color: #fff;
	background-color: #802245;
	text-decoration: none;
}
.theme-heart .page-menu a:hover {
	background-color: #c3002f;
}
.theme-mind .page-menu a:hover {
	background-color: #9a8731;
}
.theme-imagination .page-menu a:hover {
	background-color: #0069a6;
}
.theme-spirit .page-menu a:hover {
	background-color: #520a76;
}
.page-menu .nav li {
	padding: 0;
}
.page-menu .nav a {
	border-bottom: 1px solid #03213f;
	padding: 9px 20px;
}
.page-menu .nav li li a {
	padding-left: 40px;
	font-weight: 400 !important;
}

/* header */
#header-holder {
	position: absolute;
	right: 0;
	width: 100%;
}
#header {
	height: 90px;
}
#header.fixed-header {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1999;
}
#header, 
#header a,
#header a:visited,
#intro-nav,
#intro-nav a,
#intro-nav a:visited {
	color: #fff;
}
#header a:hover,
#intro-nav a:hover {
	color: #802245;
	text-decoration: none;
}
#header-brand {
	position: absolute;
	left: 15px;
	top: 0;
	width: 110px;
	height: 120px;
	background: #fff;
	z-index: 3999;
}
#header-brand img {
	display: block;
	width: 75px;
	margin: 22px auto 0 auto;
}
#header-title {
	padding-left: 130px;
}
#header-identity {
	background-color: #03213f;
	height: 120px;
}
#main-intro {
	padding-top: 120px;
}
#header-title {
	padding-top: 18px;
	padding-bottom: 6px;
}
#header-nav {
	background: rgba(255, 255, 255, 0.8);
}
#header-nav,
#header-nav a,
#nav-mobile,
#nav-mobile a {
	height: 34px;
}
#header-nav a,
#nav-mobile a {
	display: block;
	padding-top: 8px;
	text-transform: uppercase;
	font-family: "Libre Franklin", sans-serif;
	font-weight: 600 !important;
}
#header-nav ul ul a {
	text-transform: none;
}
#header-nav a {
	font-size: 0.5625rem;
}
#nav-mobile a  {
	font-size: 0.75rem;
}
#header-nav a,
#header-nav a:visited,
#nav-mobile a,
#nav-mobile a:visited {
	color: #03213f;
}
#header-nav a:hover,
#nav-mobile a:hover {
	color: #802245;
}
#header-title h2 {
	font-family: "Libre Baskerville", serif;
	font-weight: 400 !important;
	font-size: 1rem;
	margin-top: 0;
	margin-bottom: 0.2rem;
	color: #fff;
}
#header-title h4 {
	font-family: "Libre Franklin", sans-serif;
	font-size: 0.5625rem;
	font-weight: 500 !important;
	word-spacing: .15em;
	color: #fff;
	margin-top: 0;
}
@media (min-width: 320px) {
	#header-title h2 {
		font-size: 1.125rem;
	}
}
@media (min-width: 360px) {
	#header-title h2 {
		font-size: 1.3125rem;
	}
	#header-title h4 {
		font-size: 0.625rem;
	}
}
@media (min-width: 414px) {
	#header-nav,
	#header-nav a,
	#nav-mobile,
	#nav-mobile a {
		height: 35px;
	}
	#header-nav a,
	#nav-mobile a {
		padding-top: 8px;
	}
	#nav-mobile a  {
		font-size: 1rem;
	}
}
@media (min-width: 576px) {
	#header-nav,
	#header-nav a,
	#nav-mobile,
	#nav-mobile a {
		height: 42px;
	}
	#header-nav a {
		padding-top: 11px;
		font-size: 0.75rem;
	}
	#header-nav #nav-mobile a {
		padding-top: 12px;
	}
}
@media (min-width: 768px) {
	#header-identity,
	#header-brand {
		height: 143px;
	}
	#header-brand img {
		margin-top: 35px;
	}
	#main-intro {
		padding-top: 143px;
	}
}
@media (min-width: 769px) {
	#header-nav a {
		padding-top: 12px;
		font-size: 0.6875rem;
	}
	#header-title {
		height: 143px;
		padding-top: 40px;
		padding-bottom: 0;
	}
	#header-title h2 {
		font-size: 2.25rem;
	}
	#header-title h4 {
		font-size: 0.8125rem;
	}
}
@media (min-width: 992px) {
	#header {
		height: 155px;
	}
	#main-intro {
		padding-top: 111px;
	}
	#header-brand {
		width: 130px;
		height: 111px;
	}
	#header-brand img {
		width: 100px;
		margin-top: 7px;
	}
	#header-title {
		height: 111px;
		padding-left: 160px;
	}
	#header-identity {
		height: 111px;
	}
	#header-title {
		padding-top: 23px;
	}
	#header-nav,
	#header-nav a {
		height: 44px;
	}
	#header-nav a {
		padding-top: 12px;
		font-size: 0.75rem;
	}
	#header-title h2 {
		font-size: 2.375rem;
	}
	#header-title h4 {
		font-size: 0.8125rem;
	}
}
@media (min-width: 1200px) {
	#header.fixed-header {
		width: 1920px;
		max-width: 100%;
	}
	#header-brand {
		width: 160px;
		height: 155px;
	}
	#header-brand img {
		width: 120px;
		margin-top: 15px;
	}
	#header-title,
	#header-menu {
		padding-left: 190px;
	}
	
	#header-nav a {
		padding-top: 12px;
		font-size: 0.875rem;
	}
}

/* fixed width right column */
.holder {
    width: 100%;
    float: left;
    margin-right: -70px;
}
.holder-main {
    margin-right: 70px;
}
.holder-sidebar {
    width: 70px;
    padding-right: 40px;
    float: right;
}
.holder-rel {
	position: relative;
}
#nav-desktop {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 2999;
}
#header-menu {
	margin-right: 60px;
}
@media (min-width: 800px) {
	.holder {
		margin-right: -60px;
	}
	.holder-main {
    	margin-right: 60px;
	}
	.holder-sidebar {
    	width: 60px;
    	padding-right: 0;
    }
    #header-menu {
		margin-right: 0;
	}
}

/* click to expand search box */
.grow-search,
.grow-search-input,
.grow-icon-search,
.grow-search-submit {
	height: 34px;
}
.grow-icon-search,
.grow-search-submit {
	width: 34px;
	line-height: 34px;
}
.grow-search {
	width: 0%;
	min-width: 34px;
}
.grow-search-input {
	padding: 0 35px 0 10px;
}
.grow-search {
	position: relative;
	float: right;
	overflow: hidden;
	-webkit-transition: width 0.3s;
	-moz-transition: width 0.3s;
	transition: width 0.3s;
	-webkit-backface-visibility: hidden;
}
.grow-search-input {
	position: absolute;
	top: 0;
	right: 0;
	border: none;
	outline: none;
	background: transparent;
	width: 100%;
	margin: 0;
	z-index: 4999;
	font-family: inherit;
	font-size: 0.875em;
	color: #03213f;
}
.grow-search-input::-webkit-input-placeholder,
.grow-search-input:-moz-placeholder,
.grow-search-input::-moz-placeholder,
.grow-search-input:-ms-input-placeholder {
	color: #ccd1d8;
}
.grow-icon-search,
.grow-search-submit {
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	padding: 0;
	margin: 0;
	text-align: center;
	cursor: pointer;
}
.grow-search-submit {
	background: #ccd1d8;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
	color: transparent;
	border: none;
	outline: none;
	z-index: -1;
}
.grow-icon-search {
	color: #03213f;
	z-index: 7999;
}
.grow-search.grow-search-open,
.no-js .grow-search {
	width: 230px;
	background: #fff;
}
.grow-search-open .grow-search-input {
	background: #fff;
}
.grow-search.grow-search-open .grow-search-input {
	z-index: 8999;
}
.grow-search.grow-search-open .grow-icon-search,
.no-js .grow-search .grow-icon-search {
	z-index: 9999;
}
@media (min-width: 414px) {
	.grow-search,
	.grow-search-input,
	.grow-icon-search,
	.grow-search-submit {
		height: 34px;
	}
	.grow-icon-search,
	.grow-search-submit {
		width: 34px;
		line-height: 34px;
	}
	.grow-search-input {
		padding-right: 38px;
	}
}
@media (min-width: 576px) {
	.grow-search,
	.grow-search-input,
	.grow-icon-search,
	.grow-search-submit {
		height: 42px;
	}
	.grow-icon-search,
	.grow-search-submit {
		width: 42px;
		line-height: 42px;
	}
}
@media (min-width: 768px) {
	.grow-search {
		min-width: 40px;
	}
	.grow-search.grow-search-open,
	.no-js .grow-search {
		width: 320px;
	}
	
}
@media (min-width: 992px) {
	.grow-search,
	.grow-search-input,
	.grow-icon-search,
	.grow-search-submit {
		height: 44px;
	}
	.grow-icon-search,
	.grow-search-submit {
		width: 44px;
		line-height: 44px;
	}
	.grow-search {
		min-width: 44px;
	}
	.grow-search-input {
		padding-right: 49px;
		font-size: 1em;
	}
}

/* navigation menu */
.nav,
.nav ul,
.nav li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.nav a,
.sub-nav a,
.nav address {
	display: block;
	margin: 0;
	padding: 0;
}
.nav {
	font-size: 0.75rem;
	line-height: 1.75em;
}
.nav.hz {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
    flex-wrap: wrap;
	margin-left: -10px;
	margin-right: -10px;
}
.nav li {
	padding-top: 2px;
	padding-bottom: 2px;
}
.nav.hz li {
	position: relative;
  	min-height: 1px;
	padding: 0 10px;
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-ms-flex-positive: 1;
	flex-grow: 1;
	width: 100%;
	max-width: 100%;
	text-align: center;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: auto;
	max-width: none;
}
@media (min-width: 992px) {
	.nav.hz {
		/*
		margin-left: -20px;
		margin-right: -20px;
		*/
		margin-left: 0;
		margin-right: 0;
	}
	.nav.hz li {
		padding-left: 20px;
		padding-right: 20px;
	}
	.nav {
		font-size: 1rem;
		line-height: 1.4em;
	}
}
@media (min-width: 1200px) {
	.nav.hz {
		margin-left: -20px;
		margin-right: -20px;
	}
}
#nav-desktop {
	display: none;
}
#nav-mobile {
	position: absolute;
	right: 0;
	width: 30px;
	text-align: center;
}
#nav-mobile .fa {
	font-size: 1.125rem;
}
#nav-mobile a {
	padding-top: 7px;
}
@media (min-width: 800px) {
	#nav-mobile {
		display: none;
	}
	#nav-desktop {
		display: block;
	}
}
#intro-nav {
	background-color: #03213f;
	border-top: 2px solid #fff;
}
@media (min-width: 768px) {
	#intro-nav {
		position: absolute;
		left: 0;
		bottom: 0;
		width: 100%;
	}
}
#intro-nav .nav {
	margin-left: -15px;
	margin-right: -15px;
}
#intro-nav li {
	padding: 15px 15px;
	border-top: 2px solid #802245;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}
#intro-nav li:first-child {
	border-top: none;
}
#intro-nav a {
	font-family: "Libre Baskerville", serif;
	font-size: 1rem;
	line-height: 1.25em;
}
@media (min-width: 768px) {
	#intro-nav,
	#intro-nav li {
		height: 60px;
	}
	#intro-nav li {
		padding: 20px 0 0 20px;
		border-top: none;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: none;
	}
	#intro-nav a {
		padding-right: 20px;
		border-right: 3px solid #802245;
	}
	#intro-nav li:last-child a {
		border-right: none;
	}
}
@media (min-width: 992px) {
	#intro-nav a {
		padding-right: 40px;
		font-size: 1.25rem;
	}
	#intro-nav,
	#intro-nav li {
		height: 85px;
	}
	#intro-nav li {
		padding: 27px 0 0 40px;
	}
}
@media (min-width: 1200px) {
	#intro-nav a {
		font-size: 1.375rem;
	}
	#intro-nav,
	#intro-nav li {
		height: 85px;
	}
	#intro-nav li {
		padding-top: 27px;
	}
}

/* drop down nav */
.nav-dd li ul {
	position: absolute;
	left: -9999px;
	background-color: rgba(255, 255, 255, 0.95);
	z-index: 12999;
}
.nav-dd li.over ul {
	left: 0;
}
.nav-dd li.over ul ul {
	position: absolute;
	left: -9999px;
	top: 0px;
	/*
	-webkit-box-shadow: -3px 3px 8px 0px rgba(102,102,102,0.5);
	-moz-box-shadow: -3px 3px 8px 0px rgba(102,102,102,0.5);
	box-shadow: -3px 3px 8px 0px rgba(102,102,102,0.5);
	*/
}
.nav-dd ul li.over ul {
	left: 200px;
}
.nav-dd ul li.over.lefty ul {
	left: -200px;
}
.nav.nav-dd li li {
	width: 200px;
	padding-left: 0;
	padding-right: 0;
	text-align: left;
	position: relative;
}
.nav-dd li li a,
#header-nav .nav-dd li li a {
	height: auto;
	padding-top: 8px;
	padding-bottom: 7px;
	line-height: 1.3;
}
.nav-dd li li a {
	padding-left: 20px;
	padding-right: 20px;
	border-top: 1px solid rgba(3, 33, 63, .2);
}
#header-nav .nav-dd li li a {
	font-size: 0.5625rem;
}
#header-nav .nav-dd li li li a,
#nav-mobile .nav-dd li li li a {
	font-weight: 400 !important;
	/*border-top: 1px solid #ccd1d8;*/
}
#header-nav .nav-dd li li li:first-child a {
	border-top: 1px solid #fff;
}
.nav-dd .has-submenu > a:after {
	display: block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 1rem;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f105";
	display: block;
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -.5rem;
}
@media (min-width: 992px) {
	#header-nav .nav-dd li li a {
		font-size: 0.75rem;
	}
	.nav-dd .has-submenu > a:after {
		font-size: 1.125rem;
		margin-top: -.5625rem;
	}
}
@media (min-width: 1200px) {
	.nav.nav-dd li li {
		width: 260px;
	}
	.nav-dd ul li.over ul {
		left: 260px;
	}
	.nav-dd ul li.over.lefty ul {
		left: -260px;
	}
	#header-nav .nav-dd li li a {
		font-size: .875rem;
	}
}

/* off canvas menu */
.mm-menu,
.mm-menu li,
.mm-menu a {
	font-family: "Libre Franklin", sans-serif;
	font-weight: 400 !important;
	font-size: 0.875rem;
}
.mm-menu .nav.hz {
	display: block;
	-ms-flex-wrap: none;
    flex-wrap: none;
}
.mm-menu .nav.hz li {
	min-height: 0;
	text-align: left;
	-ms-flex: none;
	flex: none;
	width: 100%;
	padding-left: 0;
	padding-right: 0;
}
.mm-menu .nav-dd li ul {
	position: relative;
	left: 0;
	background-color: transparent;
	z-index: inherit;
}
.mm-navbar {
	padding-left: 20px;
	padding-right: 20px;
	text-align: left;
}
.mm-menu {
	background: #f2f4f5;
	border-color: rgba(0,0,0,.1);
	color: rgba(3, 33, 63, 1);
}
.mm-menu .mm-listview {
	border-color: rgba(3, 33, 63, 0.8);
}
.mm-menu .mm-listview a:hover {
	color: #802245;
}
.mm-prev:before {
	left: 8px;
}
.mm-right .mm-prev-before {
	
}
.mm-title {
	float: left;
	width: 80%;
	text-transform: uppercase;
}
.mm-menu .mm-navbar {
	background-color: #03213f;
}
.mm-menu .mm-navbar .mm-title {
	font-weight: 600 !important;
}
.mm-menu .mm-navbar a,
.mm-menu .mm-navbar a:hover {
	color: #fff;
}
.mm-close {
	float: right;
}
.mm-panels > .mm-panel.mm-hasnavbar {
	padding-top: 60px;
}
.mm-navbar {
	height: 60px;
	padding-top: 10px;
}

/* feature image */
#featured-img {
	height: 300px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
#featured {
	position: relative;
	overflow: visible;
}
#featured-title,
#featured-title .title-wrapper {
	height: 160px;
}
#featured-title {
	background-color: rgba(3, 33, 63, 0.1);
}
.page-title {
	font-family: "Libre Baskerville", serif;
	font-size: 1.375rem;
	margin: 0;
	padding: 15px 20px 10px 20px;
	color: #fff;
	border-bottom: 10px solid #802245;
	position: absolute;
	bottom: -10px;
	width: 100%;
	background-color: rgba(3, 33, 63, 0.8);
}
.theme-heart .page-title {
	border-bottom-color: #c3002f;
}
.theme-mind .page-title {
	border-bottom-color: #9a8731;
}
.theme-imagination .page-title {
	border-bottom-color: #0069a6;
}
.theme-spirit .page-title {
	border-bottom-color: #520a76;
}
@media (min-width: 992px) {
	.page-title { font-size: 1.625rem; }
}
@media (min-width: 768px) {
	.page-title { font-size: 1.875rem; }
}
@media (min-width: 799px) and (min-height: 599px) {
	.featureH {
		height: 100vh;
	}
}
.msg-holder {
	position: relative;
}
.bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.msg {
	background: rgba(255, 255, 255, 0.8);
	margin-top: 65px;
	margin-bottom: 100px;
	width: 100%;
	padding: 37px 30px;
	font-family: "Libre Baskerville", serif;
	font-size: 1.125rem;
}
.msg p {
	margin-top: 1.1em;
	margin-bottom: 1.1em;
}
.msg p:first-child {
	margin-top: 0;
}
.msg p:last-child {
	margin-bottom: 0;
}
@media (min-width: 576px) {
	.fg {
		padding-bottom: 100px;
	}
	.msg {
		margin-top: 75px;
		margin-bottom: 50px;
	}
}
@media (min-width: 768px) {
	.msg {
		margin-top: 80px;
		margin-bottom: 65px;
		font-size: 1.25rem;
		padding: 32px 30px;
	}
}
@media (min-width: 992px) {
	.msg {
		margin-top: 88px;
		margin-bottom: 44px;
		font-size: 1.5rem;
		padding: 35px 30px;
		max-width: 50%;
	}
}
@media (min-width:1200px) {
	.msg {
		font-size: 1.875rem;
		padding: 37px 30px;
	}
}

/* video */
.video-holder {
	position: relative;
}
.video iframe {
	max-width: 100%;
}
.video {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
}
.video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* stats */
.stats {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -5px;
	margin-right: -5px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.stat {
	position: relative;
	width: 100%;
	min-height: 1px;
	padding-right: 5px;
	padding-left: 5px;
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%;
	text-align: center;
	
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
	margin-top: 15px;
}
.stat .fig-holder,
.stat .lbl {
	padding-left: 20px;
	padding-right: 20px;
}
.stat .fig-holder {
	margin-top: .6em;
	margin-bottom: .3em;
}
.stat .fig-holder:after {
	content: " ";
	position: absolute;
	top: 1rem;
	right: 0px;
	height: 2rem;
}
.stat:last-child .fig-holder:after {
	border-right: none;
}
.stat .fig {
	font-family: "Libre Franklin", sans-serif;
	font-weight: 700 !important;
	font-size: 2.5rem;
	line-height: 1em;
}
.stat .lbl {
	font-family: "Libre Baskerville", serif;
	font-size: 0.875rem;
	padding-bottom: 20px;
}
.stat .fig span,
.stat .odometer-digit,
.stat .odometer-digit-inner,
.stat .odometer-ribbon,
.stat .odometer-ribbon-inner,
.stat .odometer-value,
.stat .odometer-value.odometer-last-value {
	text-align: center;
	left: 0;
	right: 0;
}
@media (min-width: 768px) {
	.stats {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.stat {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.stat .fig-holder:after {
		border-right: 3px solid #802245;
	}
	.stat:nth-child(2) .fig-holder:after {
		border-right: none;
	}
	.stat .lbl {
		font-size: 1rem;
	}
}
@media (min-width: 992px) {
	.stats {
		padding-top: 20px;
		padding-bottom: 10px;
	}
	.stat {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
		margin-top: 0;
	}
	.stat .lbl {
		font-size: 1.125rem;
	}
	.stat:nth-child(2) .fig-holder:after {
		border-right: 3px solid #802245;
	}
}
@media (min-width: 1200px) {
	.stat .fig {
		font-size: 4rem;
	}
	.stat .fig-holder:after {
		top: 1.2rem;
		height: 3rem;
	}
	.stat .lbl {
		font-size: 1.25rem;
	}
}

/* title over image */
.parallax {
	background-attachment: scroll;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	height: 390px;
}
@media (min-width: 800px) {
	.parallax {
		background-attachment: fixed;
	}
}
@media (min-width: 1920px) {
	.parallax {
		background-size: 1920px 1440px;
	}
}
.title-over-img {
	height: 390px;
	overflow: hidden;
}
.title-over-img {
	position: relative;
	border-top: 10px solid #802245;
}
.title-over-img .title {
	background-color: rgba(128, 34, 69, 0.8);
	color: #fff;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 48px;
}
.title-over-img h2 {
	padding-top: .5em;
	margin-top: 0;
	margin-bottom: 0;
	font-family: "Libre Franklin", sans-serif;
	font-weight: 700 !important;
	font-size: 1.5rem;
	color: #fff;
}
.title-over-img.theme-heart {
	border-color: #c3002f;
}
.title-over-img.theme-heart .title {
	background-color: rgba(195, 0, 47, 0.8);
}
.title-over-img.theme-mind {
	border-color: #9a8731;
}
.title-over-img.theme-mind .title {
	background-color: rgba(154, 135, 49, 0.8);
}
.title-over-img.theme-imagination {
	border-color: #0069a6;
}
.title-over-img.theme-imagination .title {
	background-color: rgba(0, 105, 166, 0.8);
}
.title-over-img.theme-spirit {
	border-color: #520a76;
}
.title-over-img.theme-spirit .title {
	background-color: rgba(82, 10, 118, 0.8);
}
@media (min-width: 768px) {
	.title-over-img .title { height: 56px; }
	.title-over-img h2 { font-size: 1.875rem; padding-top: .4em; }
}
@media (min-width: 992px) {
	.title-over-img .title { height: 64px; }
	.title-over-img h2 { font-size: 2.1875rem; }
}
@media (min-width: 1200px) {
	.title-over-img .title { height: 75px; }
	.title-over-img h2 { font-size: 2.5rem; }
}


/* news and events */
.events {
	padding-top: 2.5rem;
}
.events,
.events h3,
.events a {
	color: #03213f;
}
.events h3 {
	font-family: "Libre Baskerville", serif;
	font-weight: 400 !important;
	font-size: 1.5rem;
	margin-top: 0;
	margin-bottom: .4em;
}
.events-list h5 {
	margin-top: 0;
	margin-bottom: 0.4em;
}
.events-list h6 {
	margin-top: 0;
	margin-bottom: 0.4em;
}
.events-list, 
.events-list li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.events-list {
	font-family: "Libre Franklin", sans-serif;
	border-top: 2px solid #799900;
	margin-bottom: 1em;
}
.events-list li {
	border-bottom: 1px solid #c4d28e;
	padding-top: 1.25em;
	padding-bottom: 1em;
}
.events-list a {
	display: block;
	font-weight: 400 !important;
}
.events-list a.news-link > span,
.events-list a.events-link > span {
	display: block;
	color: #000;
}
.events-list.detailed {
	border-top: none;
}
.events-list.detailed li {
	border-bottom: none;
	padding-top: 0;
	padding-bottom: 0;
}
.events-list.detailed h3 {
	margin-bottom: .5em;
}
.events-list.detailed p {
	margin-top: 0;
	margin-bottom: .4em;
}
.events-date:before {
	content: " – ";
}
@media (min-width: 992px) {
	.events h3 { font-size: 1.75rem; }
}
@media (min-width: 1200px) {
	.events h3 { font-size: 2.1875rem; }
}
.tags li {
	display: inline-block;
	padding: .2em .8em;
	margin-right: .2em;
	background: #f0f0f0;
}

/* helder camara lectures */
.lecture-list,
.lecture-list li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.lecture-list li {
	margin-bottom: 2.4em;
}
.lecture-list a {
	display: block;
	color: #000000;
}
.lecture-link h2 {
	margin-bottom: .2em;
}
.lecture-link h3 {
	margin-bottom: .5em;
}
.lecture-link p {
	margin-top: 0;
	margin-bottom: .4em;
	font-size: 91%;
}
.lecture-date {
	display: block;
}
@media (min-width: 768px) {
	.lecture-date {
		display: inline;
	}
	.lecture-date:before {
		content: " – ";
	}
}


/* footer links */
#footer,
#footer h4,
#footer li,
#footer a,
#footer a:visited,
#footer address,
#copyright {
	color: #ccced2;
	font-size: 0.75rem;
}
#footer h4 {
	font-family: "Libre Baskerville", sans-serif;
	font-weight: 400 !important;
	font-size: 1.5rem;
	margin-top: 0;
	margin-bottom: .4em;
	padding-bottom: 0.4em;
	border-bottom: 1px solid rgba(255,255,255,0.3);
}
#copyright {
	padding-top: 40px;
}


/* graphical menu buttons */
.menu-buttons,
.menu-buttons li,
.menu-graphical,
.menu-graphical li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.menu-buttons a,
.menu-graphical a {
	display: block;
	background-color: #802245;
	color: #fff;
	padding: 11px 20px;
	font-size: 1.125rem;
}
.menu-graphical a {
	background-color: rgba(128, 34, 69, 0.8);
}
.theme-heart .button,
.menu-buttons .theme-heart  a {
	background-color: #c3002f;
}
.menu-graphical .theme-heart  a {
	background-color: rgba(195, 0, 47, 0.8);
}
.theme-mind .button,
.menu-buttons .theme-mind  a {
	background-color: #9a8731;
}
.menu-graphical .theme-mind  a {
	background-color: rgba(154, 135, 49, 0.8);
}
.theme-spirit .button,
.menu-buttons .theme-spirit  a {
	background-color: #520a76;
}
.menu-graphical .theme-spirit a {
	background-color: rgba(82, 10, 118, 0.8);
}
.theme-imagination .button,
.menu-buttons .theme-imagination  a {
	background-color: #0069a6;
}
.menu-graphical .theme-imagination  a {
	background-color: rgba(0, 105, 166, 0.8);
}
a.highlight-button,
.highlight-button a {
	background-color: #799900;
}
.img-wrapper {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.menu-graphical a {
	position: absolute;
	left: 0;
	width: 100%;
	bottom: 0;
}
.menu-buttons,
.menu-graphical {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -10px;
	margin-left: -10px;
}
.menu-buttons li,
.menu-graphical li {
	position: relative;
	width: 100%;
	min-height: 1px;
	padding-right: 10px;
	padding-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}
.menu-graphical li,
.img-wrapper {
	height: 220px;
}
@media (min-width: 768px) {
	.menu-buttons li,
	.menu-graphical li {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
}
@media (min-width: 1200px) {
	.menu-buttons a,
	.menu-graphical a {
		font-size: 1.5625rem;
	}
	.menu-graphical li,
	.img-wrapper {
		height: 260px;
	}
}

.img-wrapper,
.title-wrapper {
	position: relative;
}
.has-img-bg a {
	padding: 0;
	height: 100%;
	background-color: transparent;
}
.has-img-bg .title-strip {
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 11px 20px;
	background-color: rgba(128, 34, 69, 0.8);
	-moz-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
}
.menu-graphical .has-img-bg a,
.menu-graphical .theme-heart.has-img-bg a,
.menu-graphical .theme-mind.has-img-bg a,
.menu-graphical .theme-spirit.has-img-bg a,
.menu-graphical .theme-imagination.has-img-bg a {
	background-color: transparent;
}
.menu-graphical .theme-heart.has-img-bg .title-strip {
	background-color: rgba(195, 0, 47, 0.8);
}
.menu-graphical .theme-mind.has-img-bg .title-strip {
	background-color: rgba(154, 135, 49, 0.8);
}
.menu-graphical .theme-spirit.has-img-bg .title-strip {
	background-color: rgba(82, 10, 118, 0.8);
}
.menu-graphical .theme-imagination.has-img-bg .title-strip {
	background-color: rgba(0, 105, 166, 0.8);
}
.menu-graphical .theme-heart.has-img-bg a:hover .title-strip {
	background-color: rgba(195, 0, 47, 1);
}
.menu-graphical .theme-mind.has-img-bg a:hover .title-strip {
	background-color: rgba(154, 135, 49, 1);
}
.menu-graphical .theme-spirit.has-img-bg a:hover .title-strip {
	background-color: rgba(82, 10, 118, 1);
}
.menu-graphical .theme-imagination.has-img-bg a:hover .title-strip {
	background-color: rgba(0, 105, 166, 1);
}

.button a,
a.button,
.cke_top .button {
	display: block;
	width: 100%;
	background: #802245;
	padding: 11px 20px;
	font-size: 1.375rem;
}
a.button.primary,
.msg .button {
	background: #03213f;
}
.msg .button,
.button.header-button {
	font-family: "Libre Franklin", sans-serif;
	font-weight: 700 !important;
	text-align: center;
}
.msg .button {
	font-size: .875rem;
}
.button.header-button {
	width: 94px;
	height: 32px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 10px;
	font-size: 9px;
}
.button-ml {
	margin-left: 1px;
}
.button-mr {
	margin-right: 1px;
}
.button a,
.button a:visited,
a.button,
a.button:visited,
.cke_top .button {
	color: #fff;
}
.button a:hover,
a.button:hover,
.cke_top .button:hover {
	background: #03213f;
	color: #fff;
}
#header-buttons {
	padding-left: 130px;
}
#header-buttons .button a:hover,
#header-buttons a.button:hover {
	background-color: rgba(128, 33, 68, 0.7);
	color: #fff;
}
@media (min-width: 390px) {
	.button-ml {
		margin-left: 2px;
	}
	.button-mr {
		margin-right: 2px;
	}
}
@media (min-width: 768px) {
	.msg .button {
		font-size: 0.9375rem;
	}
}
@media (min-width: 769px) {
	.button.header-button {
		width: 160px;
		font-size: 11px;
		padding-top: 9px;
	}
	#header-buttons {
		max-width: 160px;
		padding-left: 0;
	}
	.button-ml,
	.button-mr {
		margin-left: 0;
		margin-right: 0;
	}
	.button-mb {
		margin-bottom: 2px;
	}
}
@media (min-width: 992px) {
	.msg .button {
		font-size: 1rem;
		max-width: 50%;
	}
}
@media (min-width: 1024px) {
	.button.header-button {
		height: 44px;
		font-size: 12px;
		padding-top: 14px;
	}
	#header-buttons {
		max-width: 340px;
	}
	.button-ml {
		margin-left: 10px;
	}
	.button-mr {
		margin-right: 10px;
	}
	.button-mb {
		margin-bottom: 0;
	}
}
@media (min-width: 1600px) {
	.button.header-button {
		width: 180px;
		font-size: 14px;
	}
	#header-buttons {
		max-width: 380px;
	}
}

/* search results */
.result-item {
	margin-bottom: 10px;
}
.result-item h4 {
	margin-bottom: 0.2em;
}
.result-item,
.result-item a {
	color: #000;
	font-weight: 400 !important;
}
.result-item a,
.result-item a > span {
	display: block;
}
.result-item a:hover h4 {
	color: #802245;
}
.result-crumb {
	font-size: 0.75rem;
	color: #7e8c94;
	margin-bottom: 0.5em;
}

/* forms */
.frm {
	padding-left: 15px;
	padding-right: 15px;
}
.frm .row {
	margin-top: 1em;
	margin-bottom: 1em;
}
.frm label {
	display: block;
	width: 100%;
	margin-bottom: .3em;
}
.frm .val {
	width: 100%;
}
.frm input[type="text"],
.frm textarea {
	border: 1px solid #bbb;
	margin: 0;
	padding: .2em .5em;
}
.frm .full {
	width: 100%;
}
.frm .opt-list label {
	display: inline;
	margin-bottom: 0;
	margin-left: .5em;
}
.frm label.is-required:after,
.instruct-is-required:after {
	content: "*";
	color: #c3002f;
	font-weight: 600;
	padding-left: .4em;
}
.instruction {
	font-weight: 600;
}
.instruct-is-required {
	padding-right: 6px;
}
.frm .btnset {
	margin-top: 1.5em;
	margin-bottom: 3em;
}
.frm .btnset input,
.frm .btnset button {
	border: 1px solid #802245;
	background: #802245;
	color: #fff;
	line-height: 1.1;
	display: block;
	width: 100%;
	padding: 11px 20px;
}
.frm input.todo,
.frm select.todo {
	border-color: #c3002f;
	background-color: #f0f0f0;
}

/* override some styles */
.inline,
a.inline {
	display: inline;
}

/* rich text editor */
body.cke-panel-1 {
	max-width: 256px;
}
.cke-panel-1 img {
	max-width: 100%;
	height:  auto !important;
}


/* clear floats */
.clearfix:before,
.clearfix:after,
.holder-rel:before,
.holder-rel:after {
    content: " ";
    display: table;
}
.clearfix:after,
.holder-rel:after {
    clear: both;
}
.clearfix,
.holder-rel {
    *zoom: 1;
}