/*----

Custom styles for NOCE 

----*/ 

body {
	margin: 0; padding: 0;
	font-family: 'Lato', sans-serif;
}

.clear { clear: both; }

.hidden { display: none; }

.nowrap { white-space:nowrap; }

.alignfull {
	margin: 40px calc(50% - 50vw) !important;
/*	padding-left: 5%;
	padding-right: 5%; */
	max-width: 100vw;
	width: 100vw !important;
}

.large-9 .alignfull {
	margin: 40px calc(50% - 38vw) !important;
}

@media screen and (max-width: 62.5em) {
	.large-9 .alignfull {
		margin: 40px calc(50% - 34vw) !important;
	}
}

@media screen and (max-width: 40.2em) {
	.large-9 .alignfull {
		margin: 40px calc(50% - 50vw) !important;
	}
}


.blue { color: #005d85; }
.lightblue { color: #39afc7; }
.yellow { color: #ffd756 !important; }
.gray { color: #6c6c6c; }
.lightgray { color: #f9f9f9; }
.bg-gray { background: #f5f5f5; }

.container {
	margin: 0 auto;
	padding: 0 20px;
	max-width: 1400px;
}

.fullwidth {
	margin: 0 auto;
	padding: 0 20px 0;
	max-width: 100%;
}
.alignleft {
	float: left;
	margin: 0 20px 10px 0;
}

.alignright {
	float: right;
	margin: 0 0 10px 20px;
}

:focus {
	box-shadow: 0 0 5px #ffd756 !important;
  	border: 1px solid #ffd756 !important;
}

p {
	margin: 0 0 20px; padding: 0;
	font-family: 'Lato', sans-serif;
	font-size: 18px;
	line-height: 28px;
	color: #000;
}

p.lead, .lead p, p.is-style-lead {
	font-size: 24px;
	line-height: 34px;
}

caption {
	margin: 0; padding: 15px;
	background: #000;
	color: #fff;
}

ul, ol {
	margin: 0 0 10px 20px; padding: 0;
	font-family: 'Lato', sans-serif;
	font-size: 18px;
	line-height: 28px;
	color: #000;
}

ol ol { 
	list-style-type: lower-alpha;
}

li {
	margin: 0;
}

main li {
	margin: 10px 0 10px 0;
}

h1 {
	margin: 0 0 10px; padding: 0;
	font-family: 'Lato', sans-serif;
	font-weight: 900;
	font-size: 55px;
	line-height: 65px;
	color: #000;
}

h2 {
	margin: 20px 0 10px; padding: 0;
	font-family: 'Lato', sans-serif;
	font-weight: 900;
	font-size: 42px;
	line-height: 52px;
	color: #005d85;
}

h3 {
	margin: 10px 0 10px; padding: 0;
	font-family: 'Lato', sans-serif;
	font-weight: 900;
	font-size: 36px;
	line-height: 52px;
	color: #005d85; /* used to be black */
}

h4 {
	margin: 10px 0 10px; padding: 0;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	font-size: 26px;
	line-height: 34px;
	color: #005d85;
}

h5 {
	margin: 0 0 10px; padding: 0;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	font-size: 24px;
	line-height: 34px;
	color: #005d85;
}

hr {
	margin: 20px auto; padding: 0;
	color: #e3e3e3;
	width: 100%;
	clear: both;
}

.content a {
	text-decoration: underline; 
	color: #005d85;
	transition: color 0.25s ease;
}

.content a:hover {
	font-weight: bold;
	text-decoration: none;
/*	font-size: 17.3px;
	line-height: 27px; */
}

.breadcrumbs hr {
	margin: 10px auto;
	width: 100%;
	min-width: 100%;
}

.breadcrumbs a {
	text-decoration: none;
}

.breadcrumbs a:hover {
	text-decoration: underline;
}


/* .breadcrumbs a::before {
	content: '';
    -webkit-transition: all .2s cubic-bezier(.43,.83,.76,1.04) 0s;
    transition: all .2s cubic-bezier(.43,.83,.76,1.04) 0s;
	background-color: #005d85;
    -webkit-mask:  url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI0LjAuMywgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCA0MCAxNiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNDAgMTY7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7ZGlzcGxheTpub25lO30KPC9zdHlsZT4KPHJlY3QgeD0iMSIgeT0iNy4xIiB3aWR0aD0iMzcuMiIgaGVpZ2h0PSIxLjkiLz4KPHJlY3QgeD0iMjkuOSIgeT0iMy44IiB0cmFuc2Zvcm09Im1hdHJpeCgwLjcwNzEgMC43MDcxIC0wLjcwNzEgMC43MDcxIDEzLjUzOTkgLTIzLjIwMjUpIiBjbGFzcz0ic3QwIiB3aWR0aD0iOS44IiBoZWlnaHQ9IjEuOSIvPgo8cmVjdCB4PSIzMC4yIiB5PSI0LjMiIHRyYW5zZm9ybT0ibWF0cml4KDAuNzA3MSAwLjcwNzEgLTAuNzA3MSAwLjcwNzEgMTMuOTU1OCAtMjMuMjYyNikiIHdpZHRoPSI5LjgiIGhlaWdodD0iMS45Ii8+CjxyZWN0IHg9IjMwLjIiIHk9IjkuOCIgdHJhbnNmb3JtPSJtYXRyaXgoMC43MDcxIC0wLjcwNzEgMC43MDcxIDAuNzA3MSAyLjY0MjEgMjcuOTQ4OSkiIHdpZHRoPSI5LjgiIGhlaWdodD0iMS45Ii8+Cjwvc3ZnPgo=) no-repeat 50% 50%;
    mask: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI0LjAuMywgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCA0MCAxNiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNDAgMTY7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7ZGlzcGxheTpub25lO30KPC9zdHlsZT4KPHJlY3QgeD0iMSIgeT0iNy4xIiB3aWR0aD0iMzcuMiIgaGVpZ2h0PSIxLjkiLz4KPHJlY3QgeD0iMjkuOSIgeT0iMy44IiB0cmFuc2Zvcm09Im1hdHJpeCgwLjcwNzEgMC43MDcxIC0wLjcwNzEgMC43MDcxIDEzLjUzOTkgLTIzLjIwMjUpIiBjbGFzcz0ic3QwIiB3aWR0aD0iOS44IiBoZWlnaHQ9IjEuOSIvPgo8cmVjdCB4PSIzMC4yIiB5PSI0LjMiIHRyYW5zZm9ybT0ibWF0cml4KDAuNzA3MSAwLjcwNzEgLTAuNzA3MSAwLjcwNzEgMTMuOTU1OCAtMjMuMjYyNikiIHdpZHRoPSI5LjgiIGhlaWdodD0iMS45Ii8+CjxyZWN0IHg9IjMwLjIiIHk9IjkuOCIgdHJhbnNmb3JtPSJtYXRyaXgoMC43MDcxIC0wLjcwNzEgMC43MDcxIDAuNzA3MSAyLjY0MjEgMjcuOTQ4OSkiIHdpZHRoPSI5LjgiIGhlaWdodD0iMS45Ii8+Cjwvc3ZnPgo=) no-repeat 50% 50%;
    display: inline-block;
    opacity: 100;
    width: 40px;
    height: 18px;
    margin-right: 10px;
     transform: scaleX(-1);
} */

.breadcrumbs a:hover::before {
}


.events a {
	text-decoration: none;
}

.events a:hover {
	font-weight: normal;
	text-decoration: underline; 
}

/* buttons */

input[type="submit"], a.button, button, a.wp-block-button__link,
a.button-ghost, button.button-ghost, a.button-yellow, button.button-yellow {
	transition: background 0.5s ease;
}

input[type="submit"]:hover, a.button, button, a.wp-block-button__link,
a.button-yellow:hover, button.button-yellow:hover
 {
	margin: 0 0 10px;
	border-radius: 0px;
	border: none;
	background: #39afc7;
	color: #000000;
	font-weight: bold;
    padding: 15px 18px;
    font-size: 18px;
    text-decoration: none;
}

a.button-ghost, button.button-ghost {
	margin: 0 0 10px;
	border-radius: 0px;
	font-weight: bold;
    padding: 15px 18px;
    font-size: 18px;
	border: solid 2px #fff;
	color: #fff;
	font-weight: 700;
	background: transparent;
    text-decoration: none;
}

a.button-ghost:hover, button.button-ghost:hover,
input[type="submit"], a.button:hover, 
button:hover, a.wp-block-button__link:hover,
a.button-yellow, button.button-yellow {
	margin: 0 0 10px;
	border-radius: 0px;
	border: none;
	background: #ffd756;
	color: #000000;
	font-weight: bold;
    padding: 15px 18px;
    font-size: 18px;
    text-decoration: none;
}

a.button-ghost:hover, button.button-ghost:hover {
	border: solid 2px #fff;	
    text-decoration: none;
}

a.arrow:after, input.arrow:after, span.arrow:after {
	content: '';
    -webkit-transition: all .2s cubic-bezier(.43,.83,.76,1.04) 0s;
    transition: all .2s cubic-bezier(.43,.83,.76,1.04) 0s;
	background-color: #000;
    -webkit-mask:  url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI0LjAuMywgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCA0MCAxNiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNDAgMTY7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7ZGlzcGxheTpub25lO30KPC9zdHlsZT4KPHJlY3QgeD0iMSIgeT0iNy4xIiB3aWR0aD0iMzcuMiIgaGVpZ2h0PSIxLjkiLz4KPHJlY3QgeD0iMjkuOSIgeT0iMy44IiB0cmFuc2Zvcm09Im1hdHJpeCgwLjcwNzEgMC43MDcxIC0wLjcwNzEgMC43MDcxIDEzLjUzOTkgLTIzLjIwMjUpIiBjbGFzcz0ic3QwIiB3aWR0aD0iOS44IiBoZWlnaHQ9IjEuOSIvPgo8cmVjdCB4PSIzMC4yIiB5PSI0LjMiIHRyYW5zZm9ybT0ibWF0cml4KDAuNzA3MSAwLjcwNzEgLTAuNzA3MSAwLjcwNzEgMTMuOTU1OCAtMjMuMjYyNikiIHdpZHRoPSI5LjgiIGhlaWdodD0iMS45Ii8+CjxyZWN0IHg9IjMwLjIiIHk9IjkuOCIgdHJhbnNmb3JtPSJtYXRyaXgoMC43MDcxIC0wLjcwNzEgMC43MDcxIDAuNzA3MSAyLjY0MjEgMjcuOTQ4OSkiIHdpZHRoPSI5LjgiIGhlaWdodD0iMS45Ii8+Cjwvc3ZnPgo=) no-repeat 50% 50%;
    mask: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI0LjAuMywgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCA0MCAxNiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNDAgMTY7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7ZGlzcGxheTpub25lO30KPC9zdHlsZT4KPHJlY3QgeD0iMSIgeT0iNy4xIiB3aWR0aD0iMzcuMiIgaGVpZ2h0PSIxLjkiLz4KPHJlY3QgeD0iMjkuOSIgeT0iMy44IiB0cmFuc2Zvcm09Im1hdHJpeCgwLjcwNzEgMC43MDcxIC0wLjcwNzEgMC43MDcxIDEzLjUzOTkgLTIzLjIwMjUpIiBjbGFzcz0ic3QwIiB3aWR0aD0iOS44IiBoZWlnaHQ9IjEuOSIvPgo8cmVjdCB4PSIzMC4yIiB5PSI0LjMiIHRyYW5zZm9ybT0ibWF0cml4KDAuNzA3MSAwLjcwNzEgLTAuNzA3MSAwLjcwNzEgMTMuOTU1OCAtMjMuMjYyNikiIHdpZHRoPSI5LjgiIGhlaWdodD0iMS45Ii8+CjxyZWN0IHg9IjMwLjIiIHk9IjkuOCIgdHJhbnNmb3JtPSJtYXRyaXgoMC43MDcxIC0wLjcwNzEgMC43MDcxIDAuNzA3MSAyLjY0MjEgMjcuOTQ4OSkiIHdpZHRoPSI5LjgiIGhlaWdodD0iMS45Ii8+Cjwvc3ZnPgo=) no-repeat 50% 50%;
    display: inline-block;
    opacity: 100;
    width: 40px;
    height: 18px;
    margin-left: 10px;
}

a.button-ghost.arrow:after, button.button-ghost.arrow:after {
    background-color: #ffffff;
}

#home-search a.arrow:after {    
	background-color: #ffd756;
}

button.arrow:after, a.button.arrow:after, a.button.arrow:hover:after, 
a.button-ghost.arrow:hover:after, button.button-ghost.arrow:hover:after{
	background-color: #000;
}

input[type="submit"].arrow:after, 
button.arrow:after, a.wp-block-button__link.arrow:after {
   background-color: #ffffff;
}

a.button-yellow.arrow:after, button.button-yellow.arrow:after {
   background-color: #000000;
}

span.arrow:after {
	background-color: #005d85;
}

/* form elements */

input {}

select {}

/*--- grid ---*/

.grid-x.padding-bottom, .wp-block-columns {
	margin-bottom: 40px;
}

@media screen and (max-width: 40.2em) {
}


/*---- header ----*/

header.header, .top-bar, .top-bar ul { background: none; }

header.header { background: #fff; }

header.header {
	-webkit-box-shadow: 0 8px 6px -6px black;
	   -moz-box-shadow: 0 8px 6px -6px black;
	        box-shadow: 0 8px 6px -6px black;
	z-index: 5000;
	position:absolute;
	width: 100vw;
}

header ul.menu img {
	transition: height 0.5s ease;
}


.top-bar {
	padding-bottom: 0;
}

#small-nav {
	margin: 0;
	width: 100%;
	display; block;
}

@media screen and (min-width: 40.21em) {
	header.sticky {
		position: fixed;
		background: rgba(255,255,255,0.8);
	}
	
	header.sticky #small-nav {
		display: none;
	}
	
	header.sticky ul.menu img {
		height: 80px;
		width: auto;
	}
}


ul#top-menu {
	float: right;
	border-bottom: solid 1px #ccc;
}

ul#top-menu li {
	border-left: none;
}

ul#top-menu li ~ li {
	border-left: solid 1px #ccc;
}

ul#top-menu li a {
	color: #367B9B;
}

ul#main-nav {
	margin-top: 42px;
	background: none;
}

ul#main-nav li a { 
	color: #000; 
	font-size: 21px; 
	line-height: 35px; 
	font-weight: bold; 
	border-bottom: solid 4px #fff;
}

ul#main-nav li a:hover, ul#main-nav li.active a { 
	color: #005d85; 
	font-weight: bold; 
	border-bottom: solid 4px #ffd756;
	background: none;
}


ul#main-nav ul.submenu, ul#top-menu ul.menu {
	padding: 10px 15px; 
	background: rgba(0, 0, 0, .8);
	border: none;
}

ul#top-menu ul.menu {
	background: #fff;
	z-index: 1000;
	display: none;
}

ul#top-menu li:hover ul.menu {
	display: block;
	position: absolute;
	left: auto;
	padding: 0;
	border: solid 1px #ccc;
}

ul#top-menu li:hover ul.menu li.translation-flags a {
	display: inline-block;
	float: left;
	width: 50%;
}

.is-dropdown-submenu {
	min-width: 300px;
}

.dropdown.menu.medium-horizontal>li.is-dropdown-submenu-parent>a::after {
	display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #1779ba transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -3px;
}

li.searchbox {
    background-image: -moz-linear-gradient(180deg, transparent, #ccc, transparent);
    background-image: -webkit-linear-gradient(180deg, transparent, #ccc, transparent);
    background-image: -o-linear-gradient(180deg, transparent, #ccc, transparent);
    background-image: linear-gradient(180deg, transparent, #ccc, transparent);
    background-position: 0;
    background-repeat: repeat-y;
    background-size: 1px;
}


@media screen and (max-width: 1200px) and (min-width:62.5em) {
	ul#main-nav li a { 
		font-size: 18px;
	}
}

@media screen and (max-width: 40.2em) {
	li.searchbox {
		background-image: none;
	}
	ul#top-menu li ul.menu,
	ul#top-menu li:hover ul.menu {
		display: block;
		background: transparent;
		border: none;
		position: relative;
		padding: 5px;
	}
	
	ul#top-menu li ul.menu li.translation-flags a,
	ul#top-menu li:hover ul.menu li.translation-flags a {
		width: 50px;
		display: inline-block;
		float: left;
	}
}


ul#main-nav ul.submenu li a {
	color: #fff;
}

ul#main-nav ul.submenu li a, ul#top-menu ul.menu li a {
	font-size: 16px;
	line-height: 22px;
	border-bottom: none;
} 

ul#main-nav ul.submenu li a:hover, ul#main-nav ul.submenu li.active a,
ul#top-menu ul.menu li a:hover, ul#top-menu ul.menu li.active a { 
	color: #ffd756; 
	border-bottom: none;
	background: none;
}

.is-dropdown-submenu .is-dropdown-submenu-parent.opens-left>a::after,
.is-dropdown-submenu .is-dropdown-submenu-parent.opens-right>a::after {
	display: none;
	border: none;
}

/*
ul#main-nav ul.submenu li a:hover:after, ul#main-nav ul.submenu li.active a:after {
	content: '';
    -webkit-transition: all .2s cubic-bezier(.43,.83,.76,1.04) 0s;
    transition: all .2s cubic-bezier(.43,.83,.76,1.04) 0s;
	background-color: #ffd756;
    -webkit-mask:  url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI0LjAuMywgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCA0MCAxNiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNDAgMTY7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7ZGlzcGxheTpub25lO30KPC9zdHlsZT4KPHJlY3QgeD0iMSIgeT0iNy4xIiB3aWR0aD0iMzcuMiIgaGVpZ2h0PSIxLjkiLz4KPHJlY3QgeD0iMjkuOSIgeT0iMy44IiB0cmFuc2Zvcm09Im1hdHJpeCgwLjcwNzEgMC43MDcxIC0wLjcwNzEgMC43MDcxIDEzLjUzOTkgLTIzLjIwMjUpIiBjbGFzcz0ic3QwIiB3aWR0aD0iOS44IiBoZWlnaHQ9IjEuOSIvPgo8cmVjdCB4PSIzMC4yIiB5PSI0LjMiIHRyYW5zZm9ybT0ibWF0cml4KDAuNzA3MSAwLjcwNzEgLTAuNzA3MSAwLjcwNzEgMTMuOTU1OCAtMjMuMjYyNikiIHdpZHRoPSI5LjgiIGhlaWdodD0iMS45Ii8+CjxyZWN0IHg9IjMwLjIiIHk9IjkuOCIgdHJhbnNmb3JtPSJtYXRyaXgoMC43MDcxIC0wLjcwNzEgMC43MDcxIDAuNzA3MSAyLjY0MjEgMjcuOTQ4OSkiIHdpZHRoPSI5LjgiIGhlaWdodD0iMS45Ii8+Cjwvc3ZnPgo=) no-repeat 50% 50%;
    mask: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI0LjAuMywgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCA0MCAxNiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNDAgMTY7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7ZGlzcGxheTpub25lO30KPC9zdHlsZT4KPHJlY3QgeD0iMSIgeT0iNy4xIiB3aWR0aD0iMzcuMiIgaGVpZ2h0PSIxLjkiLz4KPHJlY3QgeD0iMjkuOSIgeT0iMy44IiB0cmFuc2Zvcm09Im1hdHJpeCgwLjcwNzEgMC43MDcxIC0wLjcwNzEgMC43MDcxIDEzLjUzOTkgLTIzLjIwMjUpIiBjbGFzcz0ic3QwIiB3aWR0aD0iOS44IiBoZWlnaHQ9IjEuOSIvPgo8cmVjdCB4PSIzMC4yIiB5PSI0LjMiIHRyYW5zZm9ybT0ibWF0cml4KDAuNzA3MSAwLjcwNzEgLTAuNzA3MSAwLjcwNzEgMTMuOTU1OCAtMjMuMjYyNikiIHdpZHRoPSI5LjgiIGhlaWdodD0iMS45Ii8+CjxyZWN0IHg9IjMwLjIiIHk9IjkuOCIgdHJhbnNmb3JtPSJtYXRyaXgoMC43MDcxIC0wLjcwNzEgMC43MDcxIDAuNzA3MSAyLjY0MjEgMjcuOTQ4OSkiIHdpZHRoPSI5LjgiIGhlaWdodD0iMS45Ii8+Cjwvc3ZnPgo=) no-repeat 50% 50%;
    display: inline-block;
    opacity: 100;
    width: 40px;
    height: 16px;
    margin-left: 10px;
    right: auto;
    position: relative;
}
*/

ul#main-nav ul.submenu li a:hover, ul#main-nav ul.submenu li.active {
	text-decoration: underline;
    text-decoration-color: #ffd756;
}


@media screen and (min-width:1125px) {
	.off-canvas { display: none; }
}

.off-canvas {
	background: #404040;
	width: 100%;
	padding-top: 20px;
}

.off-canvas.is-open {
	z-index: 10000;
}

.off-canvas a.close-mobile {
	margin-left: 88vw;
	top: 20px; 
	font-size: 30px;
	line-height: 40px;
	color: #fff;
	border: solid 1px #fff;
	width: 42px;
	height: 42px; 
	display: block;
	text-align: center;
}

span.hidden {
	display: none !important;
}

.off-canvas .menu li a {
	color: #fff;
	font-size: 24px;
	border-bottom: solid 1px #464646;
	padding: 15px 0; 
	margin: 0 10px;
}

.off-canvas .menu li.active a,
.off-canvas .menu li a:hover,
.off-canvas .menu li a[aria-expanded="true"]{
	color: #ffd756;
	font-weight: bold; 
}


.off-canvas .menu li li a {
	padding: 8px;
	font-size: 18px;
	color: #fff;
	border-bottom: none;
	font-weight: normal;
}

.off-canvas .menu li li.active a,
.off-canvas .menu li li a:hover {
	color: #ffd756;
	font-weight: bold;
}

.off-canvas ul#top-menu {
	background: #464646;
	float: none;
	border: none;
	padding: 20px 0;
}

.off-canvas ul#top-menu li {
	font-size: 18px;
	width: 100%;
	border: none;
}

.off-canvas ul#top-menu li a {
	padding: 5px 0;
	font-size: 18px;
	color: #fff;
}

.off-canvas ul#top-menu li:hover ul.menu {
	background: none;
	float: none;
	width: 100%;
	position: relative;
	border: none;
	padding-left: 20px;
}

.off-canvas form.search-form {
	width: 96%;
	max-width: 450px;
	margin: 20px 2%;
}

.off-canvas input, .search-pop-box input  {
	display: inline-block;
	float: left;
}

.off-canvas input[type="search"], .search-pop-box input[type="search"] {
	width: 70%;
	height: 53px;
}

.off-canvas input[type="search"]::placeholder, .search-pop-box input[type="search"]::placeholder  {
	font-size: italic;
}

.off-canvas input[type="submit"], .search-pop-box input[type="submit"]{
	background: #007dc3;
	color: #fff;
	width: 29%;
	text-transform: uppercase;
	font-size: 24px;
}

.menu-icon {
	float: right;
	position: absolute;
	top: 20px; 
	right: 20px;
	background: none;
	border: solid 1px #005d85;
	width: 44px;
	height: 38px;
}

.menu-icon::after {
	background: #005d85;
	box-shadow: 0 10px 0 #005d85, 0 20px 0 #005d85;
	height: 6px;
	margin: 5px;
	width: 33px;
}

button.menu-icon:hover {
	background: none;
}

.menu-icon:hover::after {
	background: #ccc;
	box-shadow: 0 10px 0 #ccc, 0 20px 0 #ccc;
	height: 6px;
	margin: 5px;
	width: 33px;
}

.menu .active>a {
	background: none;
	color: #1779ba;
}

#search-overlay {
	top: 0; left: 0;
	position: fixed;
	width: 100vw;
	height: 100vh;
	display: block;
	z-index: 6000;
	background: rgba(0,0,0,.8);
}

#search-popup {
	position: absolute;
	width: 100%;
	z-index: 6010;
}

.search-pop-box {
	margin-top: 10vh;
	padding: 20px; 
	background: #005d85;
	z-index: 6010;
	position: relative;
}


a.btn-searchclose {
	color: #fff;
	float: right;
}

a.btn-searchclose span.fas {
	color: #fff;
	font-size: 22px;
}

a.skip-main {
    left:-999px;
    position:absolute;
    top:auto;
    width:1px;
    height:1px;
    overflow:hidden;
    z-index:-999;
}
a.skip-main:focus, a.skip-main:active {
	background: #39afc7;
    color: #000000;
    left: 0;
    top: 0;
    width: auto;
    height: auto;
    overflow:auto;
    margin: 10px;
    padding:5px;
    z-index:6000;
}


/* home page */

#txtProgram.error
{
    border: 2px solid #fd0000!important;
	
}

/*---- footer ---*/

.footer {
	margin-top: 100px;
	background: #005d85;
	color: #fff;
	text-align: center;
}

#footer-callout {
	margin: -30px auto 20px;
	padding: 15px 30px 5px;
	background: #ffd756;
	color: #000;
	display: inline-block;
}

#footer-callout h2, #footer-callout h2 a {
	margin-top: 0;
	color: #000;
}

.footer h3 {
	line-height: 46px;
}

.footer a.contact {
	font-weight: 800; 
}

.footer img {
	margin-top: 40px; 
	width: 100%;
}

.social a {
	display: inline-block;
}

.social a:hover {
	font-weight: normal;
}

@media screen and (max-width: 62.4em) {
	#footer-callout {
		margin: -50px 20px 20px;
   		 padding: 15px 30px 5px;
   	}
}

.inner-footer {
	text-align: left;
	color: #fff;
}

.inner-footer p, .inner-footer ul, .inner-footer a,
.inner-footer h2, .inner-footer h3, .inner-footer h4 {
	color: #fff;
}

.inner-footer p {
	font-size: 17px;
}

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

.inner-footer ul li {
	margin: 0 0 10px; padding: 0;
}

.inner-footer ul li a.active {
	color: #ffd756;
}

.inner-footer a:hover {
	color: #ffd756;
	font-weight: 800;
	text-decoration: underline;
}

.inner-footer .fab {
	margin: 5px;
	font-size: 50px;
	color: #ffd756;
	display: inline-block;
}

.copyright {
	margin-top: 10px;
	background: #39afc7;
	font-size: 15px; 
	color: #000;
}

.copyright p {
	margin: 5px 0;
	font-weight: 700;
}

.copyright a {
	color: #000;
}




/*--- page ----*/

#page-banner h1, #page-banner h2, 
#page-banner p, #page-banner ul {
	color: #fff;
}

#page-banner {
	padding: 120px 0 20px;
	margin-bottom: 20px;
	width: 100%;
	display: block;
	background: #005d85;
	background-size: cover;
	background-position: top center; 
}

#page-banner h1 {
	margin-top: 80px;
	font-weight: 900;
}

span.mp-menu-btn.fa,
span.mp-menu-btn.fas {
	font-size: 30px;
	padding-left: 12px;
	padding-top: 12px;
	border-left: solid 1px #1f1f1f;
	height: 100%;
	vertical-align: middle;
}

#more-pages {
	margin-top: 140px;
	display: block;
	/* background: #ccc;
	color: #1f1f1f; */
	text-transform: uppercase;
	font-weight: bold;
	padding: 10px;
	font-size: 18px; 
	max-width: 260px;
	color: #005d85;
	background: #fff;
}
	
div#more-pages:hover {
	cursor: pointer;
}

#more-pages.active {
	color: #005d85;
	background: #fff;
	box-shadow: 2px 2px 10px #1f1f1f;
}

#more-pages.active span.mp-menu-btn.fa,
#more-pages.active span.mp-menu-btn.fas {
	color: #005d85;	
}

#more-pages-nav {
	display: none;
	margin-top: 10px;
	position: absolute;
	background: #fff;
	width: 260px;
	margin-left: -10px;
	text-transform: none;
	z-index: 500;
	border-top: solid 1px #cccccc;
}

#more-pages.active #more-pages-nav {
	box-shadow: 4px 8px 10px #1f1f1f;	
}

#more-pages-nav ul {
	margin: 0 0 0 0; padding: 0;
}


#more-pages-nav li {
	margin: 0; padding: 0;
	list-style-type: none;
	border: none;
	border-bottom: solid 1px #cccccc;
}

#more-pages-nav li a span.arrow {
	color: #fff;
}

#more-pages-nav li.page_item_has_children {
	/* border-bottom: none; */
}

#more-pages-nav li.page_item_has_children {
}

#more-pages-nav li a {
	margin: 0; padding: 10px;
	font-weight: normal; 
	display: block;
}

#more-pages-nav li li a {
	padding-left: 20px;
}


#more-pages-nav li a:hover {
	font-weight: bold; 
}

#more-pages-nav li a span.arrow:after {
	display: none;
}

#more-pages-nav li a:hover span.arrow:after {
	background-color: #005d85;
	display: inline-block;
}

.cta-block {
	margin: 10px 0 20px; padding: 20px 30px; 
	background: #005d85;
	color: #fff;
}

.cta-block p, .cta-block h2, .cta-block h3 {
	color: #fff;
}

.cta-block .cell {
	border-right: solid 1px #2e7a9b;
}

.cta-block .cell ~ .cell {
	border-right: none;
}

figure.size-large img {
	width: 100%;
}

.wp-block-image figcaption, figcaption {
	margin: 0 0 20px;
	padding: 20px;
	background: #000;
	color: #fff;
	width: 100%;
}

figcaption h4, figcaption p { 
	color: #fff;
}

figcaption a {
	color: #ffd756;
}

table {
	margin: 20px 0;
}

thead:not(.datepicker-days thead) {
	background: #005d85;
	color: #fff;
	font-weight: 700;
}
th, td {
	border: solid 1px #fff;
}

blockquote {
	margin-top: 10px;
	margin-bottom:70px;
	margin-left: 40px;
	border-left: none;
	border-bottom: solid 3px #ffd756;
	font-size: 24px;
	font-weight: 500;
	font-style: normal !important;
	width: calc(100% - 40px);
	color: #005d85;
} 

blockquote p {
	font-size: 24px;
	font-weight: 500;
	color: #005d85;
	font-style: normal !important;
}

.circle-crop {
	margin: 0 20px 0 -80px;
	float:left;
    width: 200px;
    height: 200px;
    position: relative;
    overflow: hidden;
    border-radius: 50%;
}
.profile-pic {
  display: inline;
  margin: 0 auto;
/*  margin-left: -25%;  */
  height: 100% !important;
  width: auto;
}

blockquote cite {
	margin-top: 10px;
	margin-bottom: 20px;
	color: #005d85;
	text-align: right;
	font-style: normal;
}

cite:before {
	content: "";
}

blockquote:after {
	float: right;
	margin-right: -20px;
	content: "";
	display: block;
	height: 67px;
	width: 96px;
	background: url('../images/quote-icon.png') transparent bottom left no-repeat;
}

@media screen and (max-width: 40.2em) {
	blockquote {
		margin-left; 0;
	}
	
	blockquote img {
		margin: 20px;
		float: none;
		width: 100% !important;
	}
}

/*-- accordion styles ---*/

.accordion {
	margin-bottom: 40px;
}

a.accordion-title {
	color: #fff;
	font-weight: bold;
	font-size: 21px;
	line-height: 31px;
	background: #6c6c6c;
	padding-right: 50px;
	text-decoration: none;
	 color: #fff;
}

a.accordion-title:hover {
	text-decoration: none;
	 color: #fff;
	background: #005d85;
}

.is-active>.accordion-title  {
	background: #005d85;
	color: #fff;
}

.accordion-title::before {
    font-family: "Font Awesome 5 Free"; font-weight: 900;
    content: '\f078';
    font-size: 24px;
    border-left: solid 1px #ffffff;
    padding-left: 10px;
    top: 40%;
}

.is-active>.accordion-title::before {
    content: '\f077';
    font-size: 24px;
    border-left: solid 1px #0090ce;
}

li.accordion-item {
	margin: 0;
}

.accordion-content {
	background: #f9f9f9;
}

/*--- tab styles --*/

.tabs {
	border: none;
}

.tabs-title {
	margin-right: 2px;
}

li.tabs-title {
	margin: 0 2px 0 0;
}


.tabs-title>a {
	color: #fff;
	font-weight: bold;
	font-size: 21px;
	line-height: 31px;
	background: #6c6c6c;	
	padding: 1rem 1.5rem;
}

.tabs-title a, .tabs-title a:hover {
	text-decoration: none;
	 color: #fff;
}


.tabs-title a:hover, .tabs-title>a:focus, .tabs-title>a[aria-selected=true] {
	background: #005d85;
	color: #fff;
}

.tabs-content {
	background: #f9f9f9;
	margin-bottom: 40px;

}

/*-- sidebar --*/

.side-area h3 {
	font-family: 'Lato', sans-serif;
	font-weight: 800;
	font-size: 36px;
	line-height: 52px;
	color: #005d85;
}

.sidebar h4.widgettitle {
	font-weight: 800;
}

.side-area p {
	margin: 0; 
	padding: 0 0 15px; 
}

.program-facts, .staff-contact, .sidebar .widget {
	margin-bottom: 40px;
	padding: 0 20px 30px;
	border-left: solid 3px #ffd756;
	font-size: 17px;
}

.program-facts::after, .staff-contact::after, .sidebar .widget::after {
	content: " ";
	border-bottom: solid 3px #ffd756; 
	width: 50px; 
	display: block;
	position: relative;
	margin-left: -22px;
	margin-bottom: -30px;
}

.sidebar-event {
	margin-bottom: 20px;
}

.custom-sidebar {
	margin-bottom: 40px;
	font-size: 17px;
}

.custom-sidebar a {
	text-decoration: none;
}

.sidebar-cta {
	padding: 25px 25px; 
	background: #39afc7;
	color: #000;
	text-align: center;
	font-size: 40px;
}

.sidebar-cta p {
	font-size: 40px;
	padding: 0;
}

.sidebar-cta h3 {
	color: #000;
	font-size: 22px;
	line-height: 30px;
}

a:hover .sidebar-cta h3 {
	text-decoration: underline;
}

.sidebar-cta .fa {
	font-size: 90px;
}

.sidebar-cta hr {
	color: #63c0d3;
	border-color: #63c0d3;
	margin: 20px 0;
}



/*--- home page ---*/

#home-search {
	margin: 300px auto 40px; 
	padding: 20px 40px; 
	text-align: center; 
	background: rgba(10, 95, 127, 0.95);
	max-width: 900px;
	font-size: 24px; 
	line-height: 28px; 
	color: #fff;
}

#home-search h1 {
	margin-top: 0;
}

#home-search p {
	font-size: 24px; 
	line-height: 28px; 
	color: #fff;
}

#home-search a {
	color: #ffd756;
	text-decoration: none;
}

#home-search a:hover {
	text-decoration: underline;
}

#home-search form {
	margin: 20px 0;
}

#home-search label {
	width: 10%;
	display: inline-block;
	color: #fff;
	font-size: 18px; 
}

#home-search select {
	width: 60%;
	display: inline-block;
	color: #5b5b5b;
	font-style: italic;
	height: 50px;
	margin-right: 5px;
	border: none;
	vertical-align: top;
}

#home-search input[type="submit"], div.css-search button {
	box-shadow: none;
	border: none !important; 
	width: 25%;
	display: inline-block;
	height: 50px;
	vertical-align: top;
	margin: 0 0 10px !important;
}

div.css-search button {
	width: 100px;
}

#home-search input[type="submit"]:hover, div.css-search button:hover {
 	cursor: pointer;
}

@media screen and (max-width: 40.2em) {
	#home-search label,
	#home-search select, 
	#home-search input[type="submit"] {
		width: 100%;
	}
}

.icon-blocks {
	margin-bottom: 30px;
}

.icon-block {
	padding: 30px;
	height: auto;
	text-align: center;
}

.icon-block h3 {
	color: #fff;
	font-weight: 900;
	font-size: 42px; 
	line-height: 48px;
	margin-bottom: 0;
	margin-left: 10px;
}

.icon-block img {
	padding: 0 0 0; 
	margin-bottom: 0 !important;
}

.icon-block a.button-ghost {
	margin: 20px auto 10px;
	padding: 12px 25px;
	font-size: 23px;
	display: inline-block;
	word-wrap: none;
}

.icon-block a.arrow:hover::after {
	background-color: #000 !important;
}

@media screen and (max-width: 62.5em) {
	.icon-block {
	 	border-bottom: solid 1px #fff;
	}
}

.orbit-slides-container{
    height: 100% !important;
}

.orbit-container .orbit-slides-container li.active{
    position:relative;
}

.orbit-bullets {
	margin-top: -36px;
}

.orbit-bullets button {
	width: 15px;
	height: 15px;
	background-color: #a3d55d;
	border: solid 2px #a3d55d;
	padding: 0;
	margin: 0;
}

.orbit-bullets button.is-active, .orbit-bullets button:hover {
	background-color: transparent;
	padding: 0;
	margin: 0;
	border-radius: 50%;
	cursor: pointer;
}

.orbit-caption {
	background-color: rgba(10,10,10,.85);
	padding-bottom: 30px;
}

.orbit-caption a {
	color: #ffd756; 
	text-decoration: none; 
}

.orbit-caption a:hover {
	color: #ffd756;
	text-decoration: underline; 
}

@media screen and (max-width: 62.5em) {
	.orbit-caption {
		position: relative;
	}
}

@media screen and (max-width: 40.2em){
	.orbit-bullets {
		margin: 0; 
		background: #2f2f2f;
		padding: 5px 0;
	}
	
	.orbit-caption {
		background: none;
	}
	
	.orbit-container {
		background: #2f2f2f;
	}
}

.fancy-columns {
	margin-bottom: 40px;
}

.fancy-columns img {
	margin-bottom: 80px;
}

.fancy-columns h2 {
	line-height: 48px;
	margin-bottom: 30px;
}

.fancy-columns .cell {
	padding-bottom: 20px;
}

.bg-gray2 {
	background: #ededed;
}

.bg-gray3 {
	background: #fbfbfb;
}

.numbers {
	min-height: 400px;
	padding: 40px 30px;
	margin: 0;
	margin-left: 0 !important;
	color: #000;
	font-size: 21px;
	font-weight: 800;
	vertical-align: middle;    
	background-image: -moz-linear-gradient(180deg, transparent, #e6e6e6, transparent);
    background-image: -webkit-linear-gradient(180deg, transparent, #e6e6e6, transparent);
    background-image: -o-linear-gradient(180deg, transparent, #e6e6e6, transparent);
    background-image: linear-gradient(180deg, transparent, #e6e6e6, transparent);
    background-position: 0;
    background-repeat: repeat-y;
    background-size: 3px;
}

.numbers p {
	font-size: 21px;
}

.number {
	margin: 20px auto 30px; padding: 0;
	font-family: 'Lato', sans-serif;
	font-weight: 900;
	font-size: 80px;
	line-height: 110px;
	color: #005d85;
	border-bottom: solid 5px #ffd756;
	width: fit-content;
}

.event {
	border-left: solid 3px #e3e3e3;
	padding-left: 20px;
	transition: border-left 0.5s ease;
}

.event:hover {
	border-left: solid 3px #ffd756;
}

.alignfull .wp-block-column:not(.numbers) {
	padding: 10px 40px;
}


@media screen and (max-width: 40.2em) {

	.fancy-columns .cell {
		padding: 40px;
	}
	
	.numbers {
	/*	margin: 0 -5%; */
		margin: 0;
	}
	
	
}

/*--- program finder ---*/

#program-finder {
	background: #005d85;
	color: #fff;
}

#program-finder form {
	margin: 60px 0 40px;
}

#program-finder input[type="text"] {
	width: 70%;
	margin-right: 5px;
	display: inline-block;
	height: 50px; 
}

input#txtSearch:before {
	content: "\f002";
    font-family: "Font Awesome 5 Free"; 
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #797979;
    font-size: 18px;
    padding-right: 0.5em;
    position: absolute;
    top: 10px;
    right: 0;
}

input#txtSearch::placeholder {
	font-weight: bold; 
	color: #005d85;
}

#program-finder input[type="submit"] {
	display: inline-block;
	width: 20%;
}

.pf-gradient {
	padding: 30px 0;
	background: rgb(0,66,94);
	background: linear-gradient(180deg, rgba(0,66,94,1) 0%, rgba(0,93,133,1) 37%, rgba(0,93,133,1) 100%);
	color: #fff;
}

.pf-filter {
/*	margin: 0 40px; */
	padding: 0px;
	text-align: center;
	cursor: pointer;
	min-width: 400px;
} 

.pf-filter:after {
	color: #ffd756;
    font-family: "Font Awesome 5 Free"; font-weight: 900;
    content: '\f078';
    font-size: 24px;
}


.pf-filter h3 {
	margin: 20px auto;
	padding-bottom: 10px;
	width: 60%;
	color: #fff;
	border-bottom: solid 1px #3d84a2;
}

ul.choice-list {
	display: none;
	list-style-type: none;
}


ul.choice-list h4 {
 	color: #fff;
 	font-size: 20px;
}

ul.choice-list label {
	color: #fff;
	font-size: 18px;
}

ul.choice-list input {
	width: 15px; 
	height: 15px; 
	background: #fff;
	margin-right: 10px;
}

#program-results {
	margin: 40px auto -100px;
	padding: 0px 0 80px;
	width: 100%;
	background: #ededed;
}

.loading {
	text-align: center;
	padding: 20px 0;
	display: none;
	width: 100%;
}

.program-results {
/*	 column-count: 3;
	 column-gap: 20px; */
}

.program-result {
	margin-bottom: 20px;
	break-inside:avoid;
	vertical-align:top;
}

.program-result h3 {
	color: #005d85;
	line-height: 44px;
}

.program-result a {
	padding: 20px;
	display: inline-block;
	border-bottom: solid 5px #ededed; 
	background: #ededed; 
	transition: background 0.5s ease,
					border 0.5s ease;
	text-decoration: none;
	width: 100%;
}

.program-result a:hover {
	background: #005d85;
	border-bottom: solid 5px #ffd756;  
}
.program-result:hover h3,
.program-result:hover p  {
	color: #fff;
}

@media screen and (min-width: 62.51em){

	.pf-filter:hover {
		background: #0a89bf;
		position: absolute;
	}

	.pf-filter:hover:after {
		content: "";
	}

	.pf-filter:hover ul.choice-list {
		display: block;
		text-align: left;
		color: #fff;
		font-size: 20px;
	}

}

@media screen and (max-width: 62.5em) {

	.program-results {
	/*	column-count: 2; */
	}
	
	#program-finder input[type="submit"] {
		width: 35%;
	}
	
	#program-finder input[type="text"] {
		width: 60%
	}
	
	.pf-filter {
		padding: 10px 0 10px;
	}
	
	.pf-filter h3 {
		width: 80%;
	}
	
	.pf-filter.active {
		background: #0a89bf;
		position: relative;
	}

	.pf-filter.active ul.choice-list {
		display: block;
		text-align: left;
		color: #fff;
		font-size: 20px;
	}

	.pf-filter.active:after {
		content: "";
	}
	
}

@media screen and (max-width: 40.2em) {
	.program-results {
	/*	column-count: 1; */
	}
	
	#program-finder form {
		margin: 20px 20px 20px;
	}

	#program-finder input[type="text"],
	#program-finder input[type="submit"] {
		width: 100%;
	}
	
	.pf-filter {
		margin: 0;
		min-width: 100%;
	}
	
	.pf-filter h3 { 
		width: 80%;
	}
}

#latest-news {
	margin: 40px 0;
	padding: 40px 0;
	width: 100%;
	background: #f5f5f5;
   box-shadow: inset 0px 11px 8px -10px #a9a9a9,
        inset 0px -11px 8px -10px #a9a9a9;
}

/*
#latest-news h2 {
	height: 104px; 
	overflow: hidden; 
} */

#latest-news h2 {
    max-height: 300px;
    overflow: hidden;
    font-size: 32px;
    line-height: 36px;
   
}

#latest-news a.button {
	margin: 20px 0;
}

a.card-link {
	text-decoration: none;
}

.post-card {
	margin-bottom: 34px;
	padding-bottom: 10px;
	border: solid 1px #ccc;
	background: #fff;
	transition: box-shadow 0.5s ease;
	overflow: hidden;
}

.post-card img {
	min-height: 200px; 
	min-width: 100%;
}

.post-card h2, .post-card p, .post-card span {
	width: 92%;
	margin: 10px auto; 
}

.post-card h2 {
	margin: 0 auto; 
	padding: 10px 0;
}


.post-card span {
	font-size: 24px;
	font-weight: bold;
	padding: 0 4%;
}

.post-card hr {
	width: 92%;
	margin: 15px auto; 
	color: #dadada;
}

.post-card:hover {
	margin-bottom: 30px;
	border-bottom: solid 5px #ffd756; 
	box-shadow: 2px 2px 5px #ccc;
	background: #f5f5f5;
}


.post-card:hover p {
	font-weight: normal;
}

.custom-sidebar .post-card {
	margin-bottom: 30px;
	padding-bottom: 10px;
	border: none;
	border-bottom: solid 5px #ffd756;
	background: #f5f5f5;
	overflow: hidden;
}

.custom-sidebar .post-card img {
	min-height: 200px; 
	min-width: 100%;
}

.custom-sidebar .post-card h2, .custom-sidebar .post-card p, .custom-sidebar .post-card span {
	width: 92%;
	margin: 10px auto; 
}

.card-bottom {
	bottom: 0px;
}

/* Events templates */

div.css-search div.em-search-main .em-search-submit {
	position: relative;
}

div.css-search div.em-search-options {
	text-align: center;
	margin: 20px 0;
}

.css-events-list table.events-table td {
	padding: 5px 10px;
}

ul.event-categories {
	margin: -20px 0 0 0;
	list-style: none;
}

div.em-search.css-search div.em-search-advanced div {
	/* display: inline-block; */
}

div.em-search.css-search div.em-search-advanced select {
	width: 70%;
}

.em-search-category.em-search-field, .em-search-country.em-search-field, .em-search-location {
	width: 100%;
}

li.menu-item-has-children>a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #1779ba transparent transparent;
    right: 5px;
    margin-top: 8px;
    margin-left: 8px;
    text-align: right;
    float: right;
}

.footer-social {
    width: 36px!important;
    height: 36px!important;
    margin: 2px;
}

.additional-content-height{
	height: 150px;
}