/*----

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: #0199d6; }
.darkblue { color: #005f85; }
.orange  { color: #f99d25; }

.gray { color: #6c6c6c; }
.lightgray { color: #f9f9f9; }
.bg-gray { background: #e3e3e3; }

/*--- old colors ---*/
/*.blue { color: #005d85; }
.lightblue { color: #39afc7; }
.yellow { color: #ffd756 !important; } */



.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 #f99d25 !important;
  	border: 1px solid #f99d25 !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;
	font-weight: bold;
}

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;
}

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: #005f85;
}

h3 {
	margin: 10px 0 10px; padding: 0;
	font-family: 'Lato', sans-serif;
	font-weight: 900;
	font-size: 36px;
	line-height: 52px;
	color: #005f85; /* 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: #005f85;
}

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

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

hr.full-page {
	margin-top: 40px;	
	margin-bottom: 80px;
	color: #fff;
}

hr.full-page:after {
	width: 100%;
	height: 41px;
	background: url(../images/page-divider.png) no-repeat center center transparent;
	background-size: 100% 42px;
	display: block;
	position: absolute;
	content: " ";
	left: 0;
}

.content a {
	text-decoration: underline; 
	color: #005f85;
	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;
}


.events a {
	text-decoration: none;
}

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

/* buttons */

.wp-block-button__link:active, .wp-block-button__link:focus, .wp-block-button__link:hover, .wp-block-button__link:visited {
	color: #000;
}

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-ghost, button.button-ghost {
	margin: 0 0 10px;
	border-radius: 0px;
	font-weight: bold;
    padding: 15px 18px;
    font-size: 18px;
	border: solid 2px #f99d25;
	color: #000000;
	font-weight: 700;
	background: transparent;
    text-decoration: none;
}

a.button-yellow, button.button-yellow {
	margin: 0 0 10px;
	border-radius: 0px;
	border: solid 2px #f99d25;
	background: #f99d25;
	color: #000000;
	font-weight: bold;
    padding: 15px 18px;
    font-size: 18px;
    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:hover, button.button-yellow:hover {
	margin: 0 0 10px;
	border-radius: 0px;
	border: solid 2px #0199d5;
	background: #0199d5;
	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 #0199d5;	
    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: #f99d25;
}

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

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: #000;
}

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

/* 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 {
	z-index: 5000;
	position:absolute;
	width: 100vw;
}

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

.top-bar {
	padding-top: 0;
	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);
			-webkit-box-shadow: 0 8px 6px -6px black;
	   -moz-box-shadow: 0 8px 6px -6px black;
	        box-shadow: 0 8px 6px -6px black;
	}
	
	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: 80px;
	background: none;
}

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

ul#main-nav li.menu-item-has-children {
	padding-right: 5px;
}

ul#main-nav li:hover a, ul#main-nav li a:hover, ul#main-nav li.active a { 
	color: #f99d25; 
	font-weight: bold; 
	background: #005f85;
}

ul#main-nav li:hover, ul#main-nav li.active {
	background: #005f85;
}


ul#main-nav ul.submenu, ul#top-menu ul.menu {
	padding: 10px 15px; 
	background: #005f85;
	border: none;
}

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

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;
}

button.search-submit {
    border: none;
    color: #fff;
    float: right;
    position: absolute;
    right: 10px;
}


@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#main-nav ul.submenu li a {
	color: #fff;
}

ul#main-nav ul.submenu li a, ul#top-menu ul.menu li a {
	font-size: 21px; 
	line-height: 29px; 
	border-bottom: solid 1px #126a8e;
} 

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: #f99d25; 
	border-bottom: none;
	background: none;
}

.dropdown.menu.medium-horizontal>li.is-dropdown-submenu-parent>a::after {
	border: none;
	content: '\f078';
    color: #000;
    font-family: fontawesome;
    font-size: 12px; 
    top: 14px;
    margin-right: 10px;
}

.dropdown.menu.medium-horizontal>li.is-dropdown-submenu-parent.active a::after,
.dropdown.menu.medium-horizontal>li.is-dropdown-submenu-parent:hover a::after,
.dropdown.menu.medium-horizontal>li.is-dropdown-submenu-parent>a:hover::after {
	border: none;
	content: '\f077';
    color: #faa632;
}

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

@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: #f99d25;
	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: #f99d25;
	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%;
}


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

.menu-icon::after {
	background: #0199d6;
	box-shadow: 0 10px 0 #0199d6, 0 20px 0 #0199d6;
	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;
}

.search-pop-box input, .search-pop-box input:focus {
	background: none; 
	border: none; 
	box-shadow: none; 
	color: #fff;
	border-bottom: solid 4px #fff;
}

.search-pop-box input::placeholder {
	color: #fff;
	font-style: italic;
}

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


.off-canvas input[type="search"], .search-pop-box input[type="search"] {
	width: calc(70%-30px);
	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: none;
	color: #fff;
	width: 30px;
	text-transform: uppercase;
	font-size: 24px;
}

a.btn-searchclose {
	color: #fff;
	float: right;
	margin-top: -42px; 
	margin-right: -35px;
}

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

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: #005f85;
	color: #fff;
	text-align: center;
}

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

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

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

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

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

.footer hr {
	color: #126a8e;
	border-color: #126a8e;
}

.social {
	text-align: center;
	max-width: 350px;
}

.social a {
	display: inline-block;
}

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

div.ctct-form-embed form.ctct-form-custom label.ctct-form-label, .ctct-gdpr-text, .ctct-gdpr-text a  {	
	color: #fff !important;
	font-family: 'Lato', sans-serif !important;
}

.ctct-form-embed.form_0 .ctct-form-custom .ctct-form-button {
	width: 50%;
	font-weight: bold !important;
    font-size: 18px !important;
	font-family: 'Lato', sans-serif !important;
}

.ctct-form-embed.form_0 .ctct-form-custom .ctct-form-button: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;
}

div.ctct-form-embed div.ctct-form-defaults {
	padding: 0 !important;
}

div.ctct-form-embed form.ctct-form-custom label.ctct-form-label, 
div.ctct-form-embed form.ctct-form-custom input.ctct-form-element {
	margin-bottom: 5px !important;
}



@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: 20px;
	font-weight: 300;
}

.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: #f99d25;
}

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

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

.copyright {
	padding: 10px;
	border: solid 1px #126a8e;
	margin-top: 10px;
	background: #005f85;
	font-size: 15px; 
	color: #fff;
}

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

.copyright a {
	color: #fff;
}


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

#page-banner {
	padding: 120px 0 60px;
	margin-bottom: 20px;
	width: 100%;
	display: block;
	background: url('../images/bg-banner.png') repeat-x #005b7f;
	background-size: auto 100%;
	background-position: bottom center; 
}

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


#page-banner h2 {
	margin-top: 80px;
	font-weight: 900;
	font-size: 55px;
	line-height: 65px;
}

#more-pages {
	/* margin-top: 140px; */
	display: block;
	/* background: #ccc;
	color: #1f1f1f; */
	background: #fff;
	border: solid 1px #fff;
	width: 284px;
}

#more-pages .cell {
	line-height: 1.3;
	height: 60px;
}

#more-pages span.mp-menu-btn.fa,
#more-pages span.mp-menu-btn.fas {
	font-size: 30px;
	padding: 15px 10px 10px 10px;
	height: 60px;
	width: 55px;
	vertical-align: middle;
	text-align: center;
	float: right;
	color: #faa632;
	background: #005073;
	margin-left: 1px;
	border-right: none;
	border-left: solid 1px #bababa;
}

#more-pages p {
	margin: 0;
	padding: 8px 10px 5px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 18px; 
	line-height: 1.2;
	color: #005d85;
	overflow: hidden;
	float: left;	
	width: 80%;
}
	
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: #faa632;	
}

#more-pages-nav {
	display: none;
	margin-top: 0;
	position: absolute;
	background: #fff;
	width: 284px;
	/* 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; 
	background: #005f85;
	color: #fff;
}

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

.cta-block .cell {
	padding: 10px 40px; 
	border-right: solid 1px #2e7c9b;
}

.cta-block .cell ~ .cell {
	padding: 0; 
	border-right: none;
	background: #004f6f;
	vertical-align: middle;
	display: flex;
    align-items: center;
}

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

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

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

figcaption a {
	color: #f99d25;
}

table {
	margin: 20px 0;
}

thead {
	background: #005d85;
	color: #fff;
	font-weight: 700;
}
th, td {
	border: solid 1px #fff;
}

tbody tr:nth-child(even) {
	background-color: #e1e1e1;
}

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

blockquote p {
	font-size: 24px;
	font-weight: 500;
	color: #0199d6;
	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: #0199d6;
	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: #363636;
	padding-right: 50px;
	text-decoration: none;
}

a.accordion-title:hover, a.accordion-title:focus {
	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 #545454;
    padding-left: 10px;
    top: 40%;
}

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

.accordion-content {
	background: #f4f4f4;
	border: solid 1px #69a0b7;
	border-top: none;
}

/*--- tab styles --*/

.tabs {
	border: none;
}

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

.tabs-title>a {
	color: #fff;
	font-weight: bold;
	font-size: 21px;
	line-height: 31px;
	background: #363636;	
	padding: 1rem 1.5rem;
	border-top: solid 3px #fff;
}

.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;
	border-top: solid 3px #faa632;
}

.tabs-content {
	margin-top: -1px;
	background: #f4f4f4;
	margin-bottom: 40px;
	border: solid 1px #69a0b7;
}

/*-- sidebar --*/

.side-area h3, .sidebar h4.widgettitle {
	padding: 10px 20px;
	margin-bottom: 20px;
	font-family: 'Lato', sans-serif;
	font-weight: 800;
	font-size: 36px;
	line-height: 40px;
	color: #fff;
	background: #0075a4;
	border-bottom: solid 3px #faa632;
}

.side-area h3::after, .sidebar h4.widgettitle::after {
	background: url(../images/sidebar-title-arrow.png) top left no-repeat transparent;
	position: absolute;
	margin-right: 20px;
	content: " ";
	width: 22px;
	height: 10px;
	display: block; 
	margin-top: 12px;
}


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

.program-facts, .staff-contact, .sidebar .widget {
	margin-bottom: 40px;
	padding: 0 0 30px;
	font-size: 17px;
	background: #005071;
	color: #fff;
}

.program-facts p, .staff-contact p, .sidebar .widget p, .sidebar .widget ul {
	color: #ffffff;
	padding: 0 20px 0;
}

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

.sidebar-event a {
	color: #fff;
}

.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 #page-banner {
	padding: 120px 0 20px;
	margin-bottom: 70px;
	width: 100%;
	min-height: 80vh;
	display: block;
	background: url('../images/bg-banner.png') repeat-x #fff;
	background-size: cover;
	background-position: top center; 
}

.home #page-banner:after {
	width: 100%;
	height: 41px;
	background: url(../images/page-divider.png) no-repeat center center transparent;
	background-size: 100% 42px;
	position: relative;
	display: block;
	content: " ";
	top: 64vh;
}

.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: #f99d25; 
	text-decoration: none; 
}

.orbit-caption a:hover {
	color: #f99d25;
	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: #0199d6;
	border-bottom: solid 5px #f99d25;
	width: fit-content;
}

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

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

.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;
	}
	
}

.home-intro p {

}

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

#program-finder {
	background: #0199d6;
	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: #0199d6;
}

#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: #f99d25;
    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: #0199d6;
	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: #0199d6;
	border-bottom: solid 5px #f99d25;  
}
.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 60px;
	width: 100%;
	background: url('../images/blue-divider.gif') no-repeat bottom center #e3e3e3;
	background-size: 100% 38px;
	border-top: solid 4px #d2d2d2;
}

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

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

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

.post-card {
	margin-bottom: 30px;
	padding-bottom: 15px;
	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;
	font-size: 32px;
}


.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 {
	padding-bottom: 10px;
	border-bottom: solid 5px #f99d25; 
	box-shadow: 2px 2px 5px #ccc;
	background: #f2f2f2;
}


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

.custom-sidebar .post-card {
	margin-bottom: 30px;
	padding-bottom: 10px;
	border: none;
	border-bottom: solid 5px #f99d25;
	background: #e3e3e3;
	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;
}

ul.selectitems {
  list-style-type: none;
  margin: 2px;
  padding: 0px;
  overflow: hidden;
  
}

li.selectitem {
  float: left;
  margin-right:20px;
  background-color: #cccccc;
  padding: 10px;
  margin-top: 20px;
}

li.selectitem a {
  display: block;
  color: #478529;
  text-align: center;
  padding: 16px;
  text-decoration: none;
}
.remove-select-item{
	color: #0199d6;
	font-size: 18px;
	cursor:pointer;
}

.hrbold{
	border: none;
    height: 2px;
    /* Set the hr color */
    color: #000000; /* old IE */
    background-color: #000000; /* Modern Browsers */
}

.minimize-filter, .view-filter {
	color: #f99d25;
	font-size:16px;
	padding-right: 10px;
}

