/*([^\s\ {])\ {*/
/* HELPERS ------------------------------------------------------*/

a, #get-involved figcaption,
#get-involved a.btn span,
.share-bar li,
button.btn,
figure > a > img,
#form-login-container button.login-close,
#search-box .bt-times,
#featured-news .bt-angle-right {
	-webkit-transition: all 0.4s ease-in-out 0s;
	-moz-transition: all 0.4s ease-in-out 0s;
	-o-transition: all 0.4s ease-in-out 0s;
	transition: all 0.4s ease-in-out 0s;
}

img.scaleimg, .scaleimg img {
	width: 100%;
	height: auto
}

img.scale-img, .scale-img img {
	width: auto;
	max-width: 100%;
	height: auto;
}
img.scale-img-forced, .scale-img-forced img {
	width: 100%;
	height: auto;
}

.box {
	position: relative;
	padding: 25px;
}
.box > *:first-child {
	margin-top: 0;
}
.box > *:last-child {
	margin-bottom: 0;
}
.box-banner, .box-banner p {
	font-size: 22px;
	font-size: 2.2rem;
	font-weight: 700;
	line-height: 1.5;
	color: #fff;
}
.box.box-banner {
	padding: 90px 25px;
}
.home .box.box-banner {
	padding: 60px 25px;
}
.home .box.box-banner a.btn	 {
	color: #fff !important;
}
.box-aside:first-child {
	margin-top: 0;
}
.box-aside {
	padding: 15px 12px;
	margin-top: 10px;
}
.box-aside .box-inner > *:first-child {
	margin-top: 0;
}
.box-aside .box-inner > *:last-child {
	margin-bottom: 0;
}
.box-aside .box-inner {
	font-family: 'roboto condensed', sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.4;
	text-align: left;
	overflow: hidden;
}
.box-aside .box-spacer {
	margin-bottom: 15px;
}
.box-aside .selectpicker-container {
	overflow: initial;
}
.box-aside .selectpicker-container button,
.box-aside .selectpicker-container button:hover {
	padding: 0;
	font-weight: 400;
	font-size: 16px;
	font-family: 'roboto condensed', sans-serif;
	line-height: 1.2;
}
.box-aside.box-calendar {
	padding-bottom: 0;
}

.bootstrap-select .dropdown-toggle:focus,
.bootstrap-select .dropdown-toggle:active,
.bootstrap-select .dropdown-toggle:hover,
.bootstrap-select .dropdown-toggle:active:hover {
	outline: none;
}
aside .bootstrap-select .dropdown-toggle:focus,
aside .bootstrap-select .dropdown-toggle:active,
aside .bootstrap-select .dropdown-toggle:hover,
aside .bootstrap-select .dropdown-toggle:active:hover {
	background: none !important;
	outline: none !important;
}
.bootstrap-select .btn-group.open .dropdown-toggle,
.bootstrap-select .dropdown-toggle,
.btn-group.open .dropdown-toggle {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

aside .bootstrap-select .dropdown-menu {
	border-radius: 0;
	border: none;
	left: -10px;
	right: -10px;
}
.box-aside .box-inner .dropdown-menu li {
	margin: 0;
}
.box-aside .box-inner .dropdown-menu a {
	padding: 3px 10px;
	float: none;
	white-space: normal;
	margin: 0;
}
.box-aside .box-inner .dropdown-menu a:hover,
.box-aside .box-inner .dropdown-menu a:focus,
.box-aside .box-inner .dropdown-menu .selected a:focus,
.box-aside .box-inner .dropdown-menu .selected a {
	background: none !important;
}
.box-aside .bootstrap-select.btn-group .dropdown-toggle .caret {
	position: absolute;
	top: 0;
	right: 0;
	margin-top: 0;
	vertical-align: middle;
	border: none;
	width: 22px;
	height: 20px;
	line-height: 1.2;
}
aside .bootstrap-select .dropdown-toggle,
aside .bootstrap-select .dropdown-toggle:hover {
	padding-right: 25px;
}
.box-aside .contact-email {
	letter-spacing: -.04em;
}

.box-aside .box-footer,
.box-aside .box-readmore {
	font-family: 'roboto', sans-serif;
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 1.2;
	text-align: right;
	margin-top: 15px;
}
.box-aside .box-readmore {
	text-align: left;
}

.box-aside > h6 {
	margin-bottom: 14px;
	text-transform: uppercase;
}
.box-aside .box-inner > span {
	display: block;
	overflow: hidden;
	margin-bottom: 6px;
	line-height: 1.2;
}
.box-aside .box-inner > span a {
	float: left;
}
.box-aside .box-inner > span:last-child {
}

.box-aside .box-inner a.btn,
.box-aside .box-inner button.btn,
form#login a.btn,
form#login button.btn {
	width: 100%;
	float: none;
	color: inherit;
}
.box-aside .box-image,
aside .box-image,
.box-calendar > .calendar-container {
	margin-left: -10px;
	margin-right: -10px;
	margin-top: 10px;
	margin-bottom: 10px;
}
aside .box-image {
	margin-left: 0;
	margin-right: 0;
}
.box-aside .box-image img,
aside .box-image img,
.box-calendar > .calendar-container > img {
	width: 100%;
	height: auto;
}

.box-aside .box-inner form,
form#login {
	line-height: 1.1;
}
.box-aside .box-inner label,
form#login label {
	font-size: 13px;
	font-size: 1.3rem;
	font-weight: 400;
	line-height: 1.1;
	padding: 0;
}

.form-control {
	border: 1px solid rgb(235, 245, 250);
	border-radius: 0;
	line-height: 40px;
	padding: 4px 10px;
	height: 40px;
	font-size: 20px;
	color: rgb(53,82,108);
	font-family: 'roboto', sans-serif;
	box-shadow: none;
}
.box-aside.bg-light .form-control {
	border: 1px solid rgb(220, 230, 237);
	padding: 4px 5px;
}
.form-control:focus {
}

#contact-form-container {
	margin-top: 25px;
	margin-bottom: 75px;
}
#contact-form-container form {
	margin-left: -15px;
	overflow: hidden;
	margin-right: -5px;
}
#contact-form-container textarea {
	resize: none;
	height:	300px;
	line-height: normal;
}
#contact-form-container button {
	font-size: 22px;
	font-weight: 700;
	padding: 10px 70px;
	margin-bottom: 10px;
}
/* honeypot */
#contact-form-container input#fromLocation {
	display: none;
}
/* error messages */
#contact-form-container ul.form-errors {
	margin-left: 20px;
	font-size: 15px;
	font-size: 1.5rem;
	list-style-type: none;
	padding: 0;
	margin: 0 5px;
}
#contact-form-container ul.form-errors li {
	height: 18px;
	margin: 2px 0;
}
#contact-form-personal-data {
	margin-bottom: 25px;
	overflow: hidden;
}
#contact-form-personal-extra {
	display: none;
}
#contact-form-message-data {
	overflow: hidden;
	margin-bottom: 45px;
}
#contact-form-container form > div:last-child .form-group {
	margin-bottom: 0;
}

#login {
}
#login-status-container {
	overflow: hidden;
	text-align: center;
	margin: 0;
}
#login-status-container * {
	float: none;
	margin-top: 10px;
	margin-bottom: 0;
	overflow: hidden;
}
#login-status-container #login-status {
	color: rgb(189,26,0);
}
#form-login-container {
	padding: 15px 12px;
}
#form-login-container button.login-close {
	display: none;
	border: none;
	background: none;
	border-radius: 50%;
	width: 18px;
	height: 18px;
	line-height: 18px;
	text-align: center;
	padding: 0;
	/* float: right; */
	position: absolute;
	right: 0;
	top: -1px;
}
#form-login-container button.login-close:hover {
	opacity: .75;
}

.box-lead {
	margin: 0 auto 15px;
}
.box-lead::before,
.box-lead::after {
	content: ' ' ;
	display: table;
}
.box-lead::after {
	clear: both;
}

.box-fullwidth-bg {
	min-height: 320px;
	margin-top: 10px !important;
	position: relative;
	text-align: center;
	color: rgb(255, 255, 255);
	padding: 60px 0;
	overflow: hidden;
}
.box-fullwidth-bg .bg-darker,
.box-fullwidth-bg .bg-zoom {
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: .8;
	top: 0;
	left: 0;
}
.box-fullwidth-bg .bg-zoom {
	opacity: 1;
	background-size: cover !important;
	-moz-transition: all .75s ease-out 0s;
	-webkit-transition: all .75s ease-out 0s;
	transition: all .75s ease-out 0s;
}
.box-fullwidth-bg:hover .bg-zoom {
	 transform: scale(1.02);
}
.box-fullwidth-bg p {
	font-size: 22px;
	font-size: 2.2rem;
	line-height: 1.5;
	letter-spacing: 0.02em;
}
.box-fullwidth-bg h2 {
	line-height: 1;
	font-weight: 700;
}

.list-video-item:not(:first-child) {
	margin-top: 40px;
}
.list-video-item .box-video-info {
	padding: 0 10px;
}
.list-video-item .box-video-info h3 {
	font-weight: 500;
	font-family: 'roboto', sans-serif;
	border-bottom: 1px solid rgb(219,230,218);
	margin-bottom: 15px;
	padding-bottom: 10px;
	margin-left: -20px;
	padding-left: 20px;
	margin-right: -15px;
	padding-right: 15px;
}

.col-one-half, .one-half,
.col-one-third, .one-third,
.one-fourth, .col-one-fourth {
	width: 50%;
	float: left;
	position: relative;
	min-height: 1px;
}
.col-one-third, .one-third {
	width: 33.333333333333%;
}
.one-fourth,
.col-one-fourth {
	width: 25%;
}
.col-one-third,
.col-one-fourth {
	padding-left: 5px;
	padding-right: 5px;
}
.vertical-box {
	display: inline-table;
}
.vertical-text {
	display: table-cell;
	vertical-align: middle;
	float: none;
}
.vertical-text-bottom {
	display: table-cell;
	vertical-align:bottom;
	float: none;
}

#features {
	margin: 65px 0;
}
#features > .row {
	display: inline-table;
	width: 100%;
}
#features .one-third,
#features .col-one-third {
	display: table-cell;
	float: none;
	position: relative;
	padding-bottom: 56px !important;
	padding-left: 15px;
	padding-right: 15px;
}
.featured-box {
	text-align: center;
}
.featured-box h3 {
	font-family: 'roboto condensed', sans-serif;
	font-weight: 400;
	margin-bottom: 30px;
	text-transform: uppercase;
}
.featured-box .h3 {
	font-weight: 500;
	font-family: 'roboto', sans-serif;
	margin: 20px 0;
	display: block;
	padding: 0 15px;
}
.home .featured-box .h3 {
	margin-left: auto;
	margin-right: auto;
	width: 77.777777777%;
}
.featured-box .featured-data,
.featured-box #featured-news li a > span:first-child {
	font-family: 'roboto', sans-serif;
	font-weight: 400;
	font-size: 13px;
	font-size: 1.3rem;
	margin: 20px 0;
}
.featured-box #featured-news li a > span:first-child {
	display: block;
	margin: 0 0 5px;
}
.featured-btn-container {
	border-top: 1px solid rgb(196, 216, 226);
	padding-top: 20px;
	margin: 0;
	position: absolute;
	width: auto;
	bottom: 0;
	text-align: center;
	left: 15px;
	right: 15px;
}

.hero-container, .hero-container-small {
	height: auto; /*540px;*/
	width: 100%;
	background: #ebebeb;
	position: relative;
}
div[id*='iv-hero-wrapper'] + div:not(.tabs-container),
.tabs-container + #content,
div.hero-container-small + #content {
	padding-top: 60px;
}

.home div[id*='iv-hero-wrapper'] + div {
	padding-top: 0;
}
.hero-container {
	margin-bottom: 0;
	position: fixed;
}
.hero-container-small {
	position: fixed;
}

.hero-loader {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	z-index: 120;
	background: #000;
}
.hero-loader img {
	width: 60px;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

.hero-container .hero-darker,
.hero-container-small .hero-darker {
	background: rgba(51, 51, 51, .5);
	position: absolute;
	width: 100%;
	height: auto;
	top: 0;
	bottom: 0;
}
.hero-container .hero-title,
.hero-container-small .hero-title,
.box-section-header .hero-title {
	background: rgba(46,86,107, .6);
	height: 75px;
	position: relative;
	width: 100%;
	z-index: 5;
}
.hero-title a {
  text-indent: -9000px;
  width: 10px;
  display: inline-block;
  color: rgb(255, 255, 255);
}
.hero-title a.bt-left {
  margin-right: 10px;
}
.hero-title a.bt-right {
  margin-left: 10px;
}
.hero-title a::before {
  text-indent: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  line-height: 30px;
  display: block;
  font-size: 1.35rem;
}
.hero-title a:link,
.hero-title a:visited,
.hero-title a:active,
.hero-title a:hover {
	color: rgb(255, 255, 255);
}
.hero-container-small .hero-title h2,
.box-section-header .hero-title h2 {
	text-transform: uppercase;
	font-family: 'roboto condensed', sans-serif;
	font-weight: 700;
	font-size: 30px;
	font-size: 3.0rem;
	margin: 0;
	line-height: 75px;
}
.hero-container-small .hero-title h2 span,
.box-section-header .hero-title h2 span {
	font-weight: 400;
}
.slideunit #info-box-bottom h2,
.slideunit #info-box-top h2 {
	text-transform: uppercase;
	font-family: 'roboto', sans-serif;
	font-weight: 700;
	font-size: 31px;
	font-size: 3.1rem;
	margin: 0;
	line-height: 75px;
}
.hero-container-small .slideunit .h2,
section #breadcrumb + .h2,
.hero-container-small .slideunit h2,
section #breadcrumb + h2,
.slideunit.bg-default h4,
.slideunit.bg-default .h4,
.box-section-header .hero-title h2 {
	color: rgb(255, 255, 255);
	margin-top: 0;
}
.hero-container-small .slideunit .hero-info {
	position: absolute;
	width: 100%;
	height: auto;
	top: 75px;
	bottom: 0;
}

#people-profile-image {
/*	right: -5px;*/
	position: relative;
	overflow: hidden;
}
#people-profile-image,
#people-profile-image figure,
#people-profile-image img {
	height: 100%;
}
#people-profile-image img {
	transform: translateX(-50%);
	left: 50%;
	position: relative;
}
#people-profile-image .hero-darker,
#people-profile-image .people-no-img .hero-darker {
	position: absolute;
	left: 0;
	width: 100%;
	height: auto;
	top: 0;
	bottom: 0;
	opacity: 0;
}
.hero-container-small.people-entry .hero-title {
	position: absolute;
}

.hero-info > .container {
	-moz-transition: all .3s ease 0;
	-webkit-transition: all .3s ease 0;
	transition: all .3s ease 0;
}

.hero-container-small.people-entry,
.hero-container-small.people-entry .slideunit,
.hero-container-small.people-entry .slideunit .hero-info {
	height: 100%;
}
.hero-container-small.people-entry .slideunit .hero-info {
	position: relative;
	top: 0;
}
.hero-container-small.people-entry .vertical-box {
	position: relative;
}
.hero-container-small.people-entry .vertical-box > div:not(#people-profile-image) {
	position: unset;
}
.hero-container-small.people-entry .slideunit #info-box-top {
	top: 109px;
}
.hero-container-small.people-entry .slideunit #info-box-bottom {
	top: 159px;
	bottom: auto;
	max-width: 60%;
}
.hero-container-small.people-entry .slideunit .hero-info > .container {
/*	padding-right: 0;*/
}
.people-no-img {
	height: 440px !important;
}


.hero-container-small.event-entry .slideunit .hero-info div:not(#info-box-top),
.hero-container-small.event-entry .slideunit .hero-info div:not(#info-box-bottom) {
	height: 100%;
	display: table;
	width: 100%;
}
.hero-container-small.event-entry .slideunit .hero-info div#info-box-top,
.hero-container-small.event-entry .slideunit .hero-info div#info-box-bottom {
	height: auto;
}

.tabs-layout .hero-container-small .slideunit .vertical-box,
.tabs-layout .hero-container-small .slideunit .vertical-box > div {
	position: absolute;
	top: 0;
	bottom: 0;
	height: auto;
	transform: none;
	display: block;
	width: 100%;
}
.video-embed {
 margin: 30px 0;
}
.hero-container > div,
.hero-container-small > div,
.hero-container > div.internal,
.hero-container-small > divinternal,
.cycle-slideshow,
.cycle-slideshow.internal {
	height: 100%;
	width: 100%;
	position: relative;
}
.cycle-slideshow.internal {
	margin: 35px 0;
}
.cycle-pager-container {
	text-align: center;
	position: absolute;
	z-index: 120;
	width: 100%;
	bottom: 15px;
	height: 34px;
}
div[id*='internal-pager'] span,
.cycle-pager span {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: rgba(255,255,255,.5);
	position: relative;
	z-index: 102;
	display: inline-block;
	margin: 0 5px;
	cursor: pointer
}
div[id*='internal-pager'] span.cycle-pager-active,
.cycle-pager span.cycle-pager-active {
	background: rgba(255,255,255,1);
}
.slideunit {
	width: 100%;
	height: auto;
	bottom: 0;
	top: 0;
	background-color: rgb(30,55,70);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat !important;
	overflow: hidden;
}
.cycle-slideshow.internal .slideunit {
	min-height: auto;
}
/*
.cycle-slideshow.internal .slideunit:not(.cycle-sentinel) {
	position: relative !important;
	display: none;
}
.cycle-slideshow.internal .slideunit.cycle-sentinel + div.slideunit {
	display: block;
}
*/
.cycle-slideshow.internal .slideunit > figure {
	margin: 0;
}
.tabs-layout .slideunit {
	position: absolute;
}
.tabs-layout > div {
	position: relative;
}
.cycle-sentinel > img, .cycle-sentinel {
	width: 100%;
	height: auto ;
}
.cycle-sentinel > div {
	display: none;
}
.slideunit:not(.cycle-sentinel) > img {
	width: 100%;
	transform: translateX(-50%);
	margin-left: 50%;
	position: absolute;
}
.tabs-layout .hero-container-small .slideunit > img,
.tabs-layout .hero-container-small .slideunit:not(.cycle-sentinel) > img {
	 min-height: 380px;
	/* height: 100%; */
	width: 100%;
	height: auto;
	max-height: none !important;
}

.slideunit .container {
	height: auto;
	width: 100%;
	position: absolute;
	left: 50%;
	top: 0;
	bottom: 0;
	transform: translateX(-50%);
}
.slideunit .container > .row {
	position: absolute;
	top: 50%;
	left: 50%;
	padding: 0 5px;
/*	margin: 0;*/
	transform: translate(-50%, -50%);
	width: 100%;
}

.slideunit .vertical-text {
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	font-size: 40px;
	font-size: 4.0rem;
	line-height: 1.2;
	color: #fff;
}
.tabs-layout .hero-container-small {
	height: auto;
	display: block;
	bottom: 0;
	height: 100%;
}
#tabs-selector.tabs-container {
	font-family: 'roboto condensed', sans-serif;
	transform: translateY(-100%);
	position: absolute;
	width: 100%;
	z-index: 99;
}
#tabs-selector .nav-tabs {
	border: none;
	margin-left: 3px;
}
.nav-tabs > li {
	border-radius: 0;
	padding: 0;
	margin-left: 3px;
	text-transform: uppercase;
}
.nav-tabs > li > a {
	border-radius: 0;
	padding: 8px 16px 6px;
	font-size: 16px;
	font-size: 1.6rem;
	text-transform: uppercase;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
	border-color: rgb(235, 245, 250);
}
.tab-content .tab-pane h1 {
	margin-bottom: 30px;
}
.tab-content .list-layout h1 {
	margin-bottom: 0;
}
.tab-content .list-layout .article-header + div.richcontent {
	margin-top: 30px;
}
.tab-content .tab-pane .list {
	margin-top:	85px;
}

.slideunit #info-box-top {
	position: absolute;
	left: 5px;
	top: 35px;
}
.slideunit #info-box-bottom {
	position: absolute;
	left: 5px;
	top: auto;
	bottom: 75px;
}
.slideunit #info-box-top h2 {
	text-transform: none;
	line-height: 1.2;
}
.slideunit #info-box-bottom .h4,
.slideunit #info-box-top .h4 {
	color: rgb(255, 255, 255);
	margin: 15px 0 0;
	line-height: 1.2;
}
.slideunit #info-box-bottom .h4:first-child,
.slideunit #info-box-top .h4:first-child {
	margin-top: 0;
}

.list .list-item {
	padding: 25px 0 25px;
	overflow: hidden;
	border-bottom: 1px solid rgb(217,230,237);
	margin: 0 0px 0 -5px;
	padding-left: 5px;
}
.list .list-item:first-child {
	padding-top: 20px;
}
.list-header:not(:first-child) {
	margin-top: 55px;
}
.list .list-item-data {
}
.list .list-item-data a {
/*	display: block;*/
}
.list-item-data > div {
	margin-bottom: 15px;
}
.list-item-data h3 {
	margin-bottom: 15px;
}
.list .list-item-image {
}
.list .list-item .list-item-image figure img {
	max-width: 100%;
	width: auto;
}
.list .list-item-mobile-link {
	display: none;
}
.list .collapse-item .list-item-image,
.list .collapse-item .list-item-aside {
	padding-top: 20px;
}
.list-item-image > figure {
	margin-top: 45px;
	margin-bottom: 25px;
}

.list .collapse-item div > .collapse {
	overflow: hidden;
}
.list .collapse-trigger {
	position: relative;
	padding-left: 30px;
	font-weight: 500;
	display: inline-block;
	line-height: 1.2;
}
.list .collapse-trigger i {
	position: absolute;
	top: 9px;
	left: 10px;
	width: 13px;
	height: 13px;
	transform: translateY(-50%);
	font-size: 12px;
	font-size: 1.2rem;
}
.list .collapse-trigger + .collapse {
	margin-top: 15px;
}
.list .collapse-item:first-child {
	padding-top: 10px;
}
.list .collapse-item {
	padding: 20px 0 20px;
}
.list .collapse-item .list-item-data {
	padding-top: 20px;
	padding-left: 30px;
}
.list .collapse-item .list-item-image figure {
	margin-top: 0;
}
.list .lead-header a.btb {
	font-size: 21px;
	font-size: 2.1rem;
	position: absolute;
	right: 6px;
	bottom: 25px;
}

.box-lead + .box-fullwidth-bg {
	margin-top: 50px !important;
}
.box-lead + .list-horizontal.four-items,
.box-lead + #directory-names {
	margin-top: 50px;
}
.box-lead + .list-horizontal.three-items {
	margin-top: -5px;
}
.box-lead + .list-horizontal.two-items {
	margin-top: -15px;
}
.box-lead + .list-horizontal {
	margin-top: -15px;
}
.list-horizontal {
	clear: both;
	overflow: hidden;
	margin-top: 50px;
}
.list-horizontal.two-items {
	margin-left: -40px;
	margin-right: -40px;
}
.list-horizontal.three-items {
	margin-left: -24px;
	margin-right: -24px;
}
.list-horizontal.four-items {
	margin-left: -21px;
	margin-right: -21px;
}
.list-horizontal h3.lead-header {
	padding-left: 20px;
}

.list-horizontal > .article-header {
	margin-left: 15px;
}
.list-horizontal .one-half,
.list-horizontal .one-fourth,
.list-horizontal .one-third {
	width: 25%;
	position: relative;
	min-height: 1px;
}
.list-horizontal .one-third {
	width: 33.33333333333333%;
	margin: 30px -3px 0 0;
	float: none;
	display: inline-block;
	vertical-align: top;
	margin-right: -3px;
	padding-left: 26px;
	padding-right: 26px;
	text-align: center;
}
.list-horizontal-item.one-fourth {
	margin: 30px -3px 0 0;
	float: none;
	display: inline-block;
	vertical-align: top;
	padding-left: 21px;
	padding-right: 21px;
}
.list-horizontal-item.one-half,
.list-vertical-item {
	width: 50%;
	margin: 30px -3px 0 0;
	float: none;
	display: inline-block;
	vertical-align: top;
	padding-left: 40px;
	padding-right: 40px;
}
.list-horizontal-item:hover .news-image a,
.list-horizontal-item:hover .news-data h3 a,
.list-vertical-item:hover .news-image a,
.list-vertical-item:hover .news-data h3 a,
.list-horizontal-item:hover > figure a,
.list-horizontal-item:hover > h5 a {
	opacity: .75;
	color: rgb(127,170,191);
}
.list-horizontal-item.one-half h3,
.list-vertical-item h3 {
	font-weight: 500;
	line-height: 1.2;
	border-bottom: 1px solid rgb(217,230,237);
	padding-bottom: 10px;
	margin-bottom: 15px;
}
.list-horizontal-item.one-half h3 {
	margin: 22px -10px 15px;
	padding: 0 10px 15px;
}
.list-horizontal-item.one-half h6,
.list-horizontal-item.one-third h6,
.list-horizontal-item.one-fourth h6,
.list-vertical-item h6,
.article-header h6 {
	font-family: 'roboto', sans-serif;
	line-height: 1.25;
	margin-top: 4px;
}
.list-horizontal-item.one-half h6 a,
.list-vertical-item h6 a,
.article-header h6 a {
	margin-left: 10px;
}

.list-horizontal-item figure,
.list-vertical-item figure {
	width: 100%;
/*	margin-bottom: 10px;*/
	margin-bottom: 0px;
	overflow: hidden;
}
.list-horizontal-item img,
.list-vertical-item img {
	width: 100%;
	height: auto;
}
.list-horizontal-item h5,
.list-vertical-item h5 {
	font-weight: 500;
	margin-bottom: 0px;
	max-height: 55px;
	text-align: left;
	line-height: 1.16;
	margin-top: 10px;
}
.list-horizontal-item h5 a,
.list-vertical-item h5 a {
	max-height: 55px;
	display: block;
}

.list-horizontal-item > h6,
.list-vertical-item > h6 {
	font-weight: 400;
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 1.6;
	display: block;
	margin-top: 2px;
	text-align: left;
}

.list-vertical-item {
	width: 100%;
	padding: 0;
	position: relative;
	min-height: 191px;
}
.list-vertical-item .news-image {
	float: left;
	width: 23.5%;
	position: relative;
	top: 0;
	left: 0;
}
.list-vertical-item .news-data {
/*	float: left;*/
	float: none;
	width: 100%;
}
.list-vertical-item .news-data h3,
.list-vertical-item .news-data h6,
.list-vertical-item .news-data > div {
	padding-left: 27.5%;
}
.list-vertical-data-left .list-vertical-item h6,
.list-vertical-data-left .list-vertical-item .richcontent {
	padding-left: 0;
	padding-right: 32.5%;
}
.list-vertical-data-left .list-vertical-item .richcontent.noimage {
	padding-right: 0;
}

.list-vertical .list-vertical-item .news-data h3,
.list-vertical-data-left .list-vertical-item h3 {
	margin-left: -10px;
	margin-right: -10px;
	padding-left: 28.75%;
	padding-right: 10px;
}
.list-vertical-data-left .list-vertical-item h3 {
	padding-left: 10px;
	padding-right: 33.5%;
}
.list-vertical-data-left .list-vertical-item h3 span {
	display: block;
	margin: 0;
	font-family: 'roboto';
	font-weight: 400;
	line-height: 1.3;
}
.list-vertical-data-left .list-vertical-item h3 a + span {
	margin-top: 3px;
}
.list-horizontal + .list-vertical {
	margin-top: 75px;
}

.list-vertical-data-left .row:first-child .list-vertical-item {
	margin-top: 0;
}
.list-vertical-data-left .list-vertical-item .news-image {
	width: 28.5%;
	left: auto;
	right: 0px;
	top: 0;
	float: right;
}
.list-vertical-data-left .list-vertical-item .news-data {
	width: 100%;
}

.pagination {
	position: relative;
	text-align: left;
	margin: 28px 0 0;
	line-height: 25px;
	height: 25px;
}
.pagination a {
	position: relative;
	width: 25px;
	height: 25px;
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	font-size: 14;
	font-size: 1.45rem;
	line-height: 25px;
	font-family: 'roboto condensed', sans-serif;
	margin-right: -1px;
}

.pagination a.active {
	cursor: default;
}

#directory-index > a, #directory-index > span {
	margin-right: 5px;
	font-weight: 500;
	line-height: 1.2;
}
#directory-index > a.active, #directory-index > span.active {
	color: rgb(127,170,191);
	cursor: default;
}
#directory-index > a.no-results, #directory-index > span.no-results {
	color: rgb(217,230,237);
	cursor: default;
}
#directory-names ul {
	-webkit-column-count: 3; /* Chrome, Safari, Opera */
	-moz-column-count: 3; /* Firefox */
	column-count: 3;

	list-style: none;
	padding: 0;
	margin: 0 -5px;
}
#directory-names li {
	line-height: 2;
	margin: 0;
}
#directory-names a {
	font-weight: 500;
}

.iv-sticky {
	position: fixed !important;
}

body.search section #content > div {
  margin-top: 15px;
}
body.search .hero-title {
	padding-left: 20px;
	padding-right: 20px;
	color: rgb(255, 255, 255);
	font-family: 'roboto', sans-serif;
	width: 100%;
	display: table;
	padding-bottom: 10px;
}
body.search .hero-title h6 {
	display: table-cell;
	vertical-align: bottom;
	margin-top: 10px;
	height: 100%;
	line-height: 22px;
	padding-top: 45px;
}
#search-results-list {
	padding: 0 20px;
}
#search-results-list .result-item {
	line-height: 24px;
	margin-top: 40px;
}
#search-results-list .result-item h3 {
	font-weight: 500;
}
#search-results-list .result-item:first-child {
	margin-top: 0;
}
#search-results-list .result-item p {
	margin: 0;
}
#search-results-list .pagination {
	margin-top: 41px;
}

body.search #search-box {
	width: 100%;
	padding: 10px;
}
body.search #search-box .form-control {
	width: 100%;
	display: block;
}
body.search #search-box .input-group {
	width: 100%;
}
body.search #search-box .bt-times {
	display: none;
}


/* SELECTORS---------------------------------------------------------*/

html {
	font-size: 62.5%;
	overflow-x: hidden;
}

body {
	font-family: 'Roboto', sans-serif;
	overflow-x: hidden;
/*	overflow-y: scroll;*/
	background-color: #EBF5FA;
	color: #777;
	line-height: 1.8;
	font-weight: 400;
	font-size: 16px;
	font-size: 1.6rem;
	position: relative;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: 100%;
}

html.lock, body.lock {
	overflow: hidden;
}

input::-moz-focus-inner {
	border: 0;
}
a, object, embed {
	outline: 0;
}
a:link, a:visited, a:active, a:hover {
	color: rgb(44,83,107);
	text-decoration: none;
	outline: 0;
}
a:hover {
	color: rgb(127,170,191);
}

h1, h2, h3, h4, h5, h6 {
/*	font-weight: 700;*/
	margin-top: 0;
}
h4, h5, h6 {
	font-weight: 400;
}

h1, .h1 {
	font-size: 34px;
	font-size: 3.4rem;
	font-weight: 400;
	line-height: 1.2;
}
h2, .h2 {
	font-size: 30px;
	font-size: 3rem;
	line-height: 1.5;
}
h3, .h3 {
	margin-top: 0;
	font-size: 25px;
	font-size: 2.5rem;
	font-weight: 400;
}
h3.lead-header,
div.lead-header {
	color: rgb(51, 51, 51);
	border-bottom: 1px solid rgb(217,230,237);
	padding-bottom: 10px;
	margin-left: -10px;
	margin-right: -5px;
	padding-left: 10px;
}
.article-header h3.lead-header {
	font-weight: 500;
	margin-right: -10px;
	padding-right: 10px;
	color: #333;
}
.article-header h3.lead-header > span {
	font-weight: 400;
	margin-left: 20px;
}
.article-header h3 + h5 {
	margin: 20px 0 20px;
}
.article-header h5 {
	margin: 20px 0 10px;
}
.article-header h5 > span {
	font-weight: 400;
	margin-left: 10px;
}
.article-header h6 {
	margin: 23px 0 35px;
}
.topics {
	margin-top: 15px;
}
.news-entry .topics {
	margin-top: 45px;
}
.topics h5 {
	margin: 15px 0 5px;
}
.topics a {
	font-family: 'roboto', sans-serif;
	font-weight: 500;
	padding: 4px 5px;
	text-transform: uppercase;
	font-size: 13px;
	font-size: 1.3rem;
	margin-right: 5px;
}

div.richcontent + .row {
	margin-top: 30px;
}
div.richcontent + .article-header {
	margin-top: 50px;
}
.article-header + div.richcontent {
	margin-top: 30px;
}

h4, .h4 {
	font-size: 20px;
	font-size: 2.0rem;
	font-weight: 400;
}
h5, .h5 {
	font-size: 16px;
	font-size: 1.6rem;
}
h6, .h6, label {
	font-size: 13px;
	font-size: 1.3rem;
	font-family: 'roboto condensed', sans-serif;
	margin: 0 0 10px;
}
ul, ol {
	padding-left: 33px;
}
p, ul, ol, li {
	margin: 0 0 25px;
}
p:last-child, ul:last-child, li:last-child, ol:last-child {
	margin-bottom: 0;
}

label {
	margin-bottom: 5px;
	text-transform: uppercase;
	font-weight: 400;
	padding: 0 5px;
}

figure > a > img:hover {
}

::-webkit-input-placeholder,
:-moz-placeholder, /* Firefox 18- */
::-moz-placeholder, /* Firefox 19+ */
:-ms-input-placeholder {
	color: #ccc;
}

.richcontent {

}
aside .richcontent {
	display: block;
	clear: both;
}
.richcontent > * {
	margin-top: 0;
}
.richcontent p a:link,
.richcontent p a:visited,
.richcontent p a:hover,
.richcontent p a:active,
.richcontent ol a:link,
.richcontent ol a:visited,
.richcontent ol a:hover,
.richcontent ol a:active,
.richcontent ul a:link,
.richcontent ul a:visited,
.richcontent ul a:hover,
.richcontent ul a:active {
	font-weight: 500;
}
.richcontent h1 {
	margin-bottom: 25px;
}
.richcontent a.btn, .richcontent a.btn-2x,
.richcontent button.btn, .richcontent button.btn-2x {
	margin: 35px 0;
}
.richcontent figure, .richcontent .embed-responsive {
	margin: 35px 0;
}
.richcontent figure img {
	width: 100%;
	height: auto;
}
.richcontent figure img.thumb {
	width: 34%;
	height: auto;
	float: left;
	margin-right: 20px;
}
.richcontent figcaption .googlemap-link {
	margin: 15px 0 0;
	display: inline-block;
}
.richcontent figcaption .googlemap-link {
	position: relative;
	padding-left: 25px;
}
.richcontent figcaption .googlemap-link i {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}


/* STRUCTURE---------------------------------------------------------*/

#all-inner {
	margin: 0 auto !important;
	background-color: #EBF5FA;
}

#all-inner {
	width: auto;
}

.layout-1 aside {
	margin-top: -10px;
}
section {
	background-color: #EBF5FA;
	margin-top: 165px;
}
section #content .box-regular {
	position: relative;
	padding: 0 0 10px;
}
section #content > div {
	margin-top: 65px;
	margin-bottom: 0px;
}
section #content > div:first-child {
	margin-top: 0;
}

section > .hero-container, section .hero-container-small {
}

section > div.hero-container,
section > div.box {
	margin-top: 0;
}

.hero-container,
.hero-container-small,
.slideunit > img,
div[id*='iv-hero-wrapper'],
.hero-container-small:not(.people-entry) .hero-info > .container .vertical-box .text-left,
#people-profile-image figure,
.slideunit:not(.cycle-sentinel) > img,
.home .cycle-sentinel > img,
.home .cycle-sentinel,
.slideunit .container {
	width: 100%;
}
.home .hero-container,
.home .hero-container-small,
.home .slideunit > img,
.home div[id*='iv-hero-wrapper'],
.home .hero-info > .container .vertical-box .text-left,
.home #people-profile-image figure,
.home .slideunit:not(.cycle-sentinel) > img,
.home .cycle-sentinel > img,
.home .cycle-sentinel,
.home .slideunit .container {
	max-height: 540px !important;
}

.home .slideunit:not(.cycle-sentinel) > img,
.slideunit:not(.cycle-sentinel) > img {
	max-height: none !important;
	width: 100%;
	height: auto;
	transform: translate(-50%, -50%);
	left: 50%;
	top: 50%;
	margin: 0;
}

.slideunit,
.slideunit > img {
}

.container {
	max-width: 1080px;
	width: auto;
}

#header-container {
	z-index: 101;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 151;

	-moz-transition: height .6s ease-out 0s;
	-webkit-transition: height .6s ease-out 0s;
	transition: height .6s ease-out 0s;
}
#header-container.iv-fixed {
	position: fixed;
	top: -100%;
	left: 0;
	width: 100%;

	-webkit-transition: top .6s ease-out 0s;
	-moz-transition: top .6s ease-out 0s;
	transition: top .6s ease-out 0s;
}
#header-container.open {
	top: 0;
}

header,
.header-top #logo-container,
.nav-container {
/*	transition: all .15s ease 0s;*/
}

#header-container.iv-fixed header,
#header-container.iv-fixed .header-top #logo-container,
#header-container.iv-fixed .nav-container {
	height: 80px;
}
#header-container.iv-fixed #jie-logo img {
	max-width: 60%;
}
header {
	height: 140px;
	width: 100%;
	position: relative;
	z-index: 121;
}
header > .container {
	position: relative;
}
.header-top, .panel-box-search {
	position: relative;
}
.header-top {
	z-index: 5;
}
.panel-box-search {
	position: absolute;
	top: 0;
	left: 5px;
	right: 5px;
	width: auto;
	-webkit-transition: all .75s ease-out 0s;
	-moz-transition: all .75s ease-out 0s;
	-o-transition: all .75s ease-out 0s;
	transition: all .75s ease-out 0s;
	z-index: 3;
}
.panel-box-search.open, .search-results .panel-box-search {
	top: 100%;
}
#header-container.iv-fixed .panel-box-search.open {
	top: 80px;
}
.login-open-container {
	right: 7px;
	z-index: 2;
	top: 100%;
	width: 230px;
	text-align: right;
}
.login-open-container span {
	padding: 0 10px;
	color: rgb(44,83,107);
}
.panel-box-login {
	position: absolute;
	top: -180px;
	left: auto;
	right: 10px;
	max-width: 230px;
	-webkit-transition: all .75s ease-out 0s;
	-moz-transition: all .75s ease-out 0s;
	-o-transition: all .75s ease-out 0s;
	transition: all .75s ease-out 0s;
	z-index: 1;
	border-bottom: 1px solid #EBF5FA;
}
.panel-box-login.open {
	top: calc(100% + 25px);
}
#header-container.iv-fixed .panel-box-login.open {
		top: calc(100% + 25px);
}

#breadcrumb,
header .login-open-container {
	font-size: 11px;
	font-size: 1.1rem;
	font-weight: 400;
	font-family: 'roboto', sans-serif;
	margin: 0;
	line-height: 25px;
	text-transform: uppercase;
	z-index: 5;
	position: relative;
}
header .login-open-container {
	position: absolute;
	z-index: 2;
	right: 5px;
}
#breadcrumb .row > div {
	height: 25px;
}
#breadcrumb a, #breadcrumb span,
header .login-open {
	line-height: 25px;
	display: inline-block;
	padding: 0 10px;
	border-right: 1px solid rgb(235,245,250);
}
#breadcrumb a:first-child,
header .login-open {
	border-left: 1px solid rgb(235,245,250);
}
#breadcrumb a:hover {
/*  color: #fff;*/
	opacity: .75;
}

#logo-container {
	height: 140px;
}
#logo-container #jie-logo {
	display: block;
	transform: translateY(-50%);
	position: relative;
	top: 50%;
	height: 100%;
	padding: 15px 0;
}
#jie-logo img {
	top: 50%;
	transform: translateY(-50%);
	width: auto;
	height: 100%;
	max-width: 100%;
	min-height: 56px;
	position: relative;
	-moz-transition: all .4s ease 0s;
	-webkit-transition: all .4s ease 0s;
	transition: all .4s ease 0s;
	max-height: 98px;
}
.nav-container {
	height: 140px;
}
nav {
	display: inline-block;
	vertical-align: bottom;
	opacity: 1;
	width: 100%;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
sf-menu a {
	text-transform: uppercase;
}
nav > ul.sf-menu {
	margin-top: 58px;
	text-align: right;
	text-transform: uppercase;
}
nav ul > li {
	display: inline-block;
	margin-left: 3%;
	margin-right: -4px;
}
nav > ul > li {
	margin-bottom: 0;
}
nav > ul.sf-menu li:hover > ul {
	display: none;
}

.item-search, .item-secondary {
	margin-left: 3.8%;
	margin-right: 0px;
}
.nav-container .item-secondary > a {
	float: left;
	margin-bottom: -11px;
}
.item-secondary ul a {
	white-space: nowrap;
}
.item-search a {
	margin-right: 10px;
}
nav ul > li:first-child {
	margin-left: 0;
}
nav ul > li > a {
	color: #2E566B;
	font-size: 16px;
	font-size: 1.6rem;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	line-height: 1.2;
}
nav ul > li > a:hover,
nav ul > li > a:active,
nav ul > li > a.active,
nav > ul > li.sfHover a {
	color: rgba(46, 86, 107, .6);
}

#search-box {
	padding: 10px 0 10px 10px;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
#search-box .icon-glass {
	font-size: 16px;
	font-size: 1.6rem;
	background: rgb(255, 255, 255);
	position: absolute;
	z-index: 4;
	height: 20px;
	left: 5px;
	top: 50%;
	width: 36px;
	vertical-align: middle;
	padding: 0;
	transform: translateY(-50%);
	border: none;
}
#search-box .bt-search {
	transform: translate(-50%,-50%);
	top: 50%;
	position: absolute;
	left: 50%;
}
#search-box .bt-times {
	font-weight: 500;
	cursor: pointer;
}
#search-box .bt-times:hover {
	opacity: .75;
}
#search-box .form-control {
	padding-left: 40px;
}
#search-box .input-group-addon {
	border-radius: 0;
	border: none;
}


footer {
	padding: 60px 0 0;
	color: rgb(255, 255, 255);
	position: relative;
	background: rgb(235, 245, 250) !important;
}
footer a {
	color: #fff;
	text-transform: uppercase;
}
footer #footer-hi {
	padding: 45px 0;
	background: rgb(127, 170, 191);
}
footer h5 {
	font-family: 'roboto condensed', sans-serif;
}
footer nav {
	text-align: right;
	display: block;
	transform: none;
	top: 0;
	right: 5px;
	position: relative;
}
footer nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
footer nav > ul li {
	display: block;
	margin: 0;
}
footer nav ul > li > a:link,
footer nav ul > li > a:visited {
	font-family: 'roboto condensed', sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 700;
	color: #fff;
}
footer nav ul > li > a:hover,
footer nav ul > li > a:active {
	color: #fff;
}
footer .social-container {
	margin-bottom: 11px;
}
footer .social-container a {
	display: inline-block;
	vertical-align: middle;
	height: 35px;
	width: 35px;
	overflow: hidden;
	border-radius: 7px;
	line-height: 35px;
	font-size: 35px;
	text-align: center;
	color: rgb(255, 255, 255);
	margin-right: 6px;
}
.social-container a i.btb::before {
	content: "\f05b";
}
footer .social-container a.inverted {
	background: #fff;
	color: #7FAAC1;
}
footer a.inverted i.fab {
	display: block;
}
footer a.inverted i.fab-facebook-alt {
	margin-top: 7px;
	margin-left: 9px;
	font-size: 30px;
	font-size: 3.0rem;
}
footer a.inverted i.fab-twitter {
	font-size: 20px;
	font-size: 2.0rem;
	line-height: 35px;
	margin: 0;
}
footer i.fab-soundcloud,
footer i.fab-youtube {
	font-size: 30px;
	line-height: 18px;
}
footer #footer-hi a:hover,
footer #footer-low a:hover {
	opacity: .75;
}
footer address {
	font-size: 14px;
	font-weight: 700;
}
#footer-low {
	font-size: 12px;
	font-family: 'roboto condensed', sans-serif;
	line-height: 60px;
	padding: 0px 0;
	text-align: center;
}
#footer-low .row > div:first-child {
	text-align: left;
}
#footer-low .row > div.last {
	text-align: right;
}
#footer-low a {
	color: #fff;
	margin-right: 10px;
}

#content {
	background: rgb(235, 245, 250) !important;
	position: relative;
	z-index: 150;
}

#main-content {
	padding: 60px 0;
}

#debug {
	display: none;
	position: fixed;
	bottom: 0px;
	left: 0;
	z-index: 100;
	padding: 5px 8px;
	background-color: #fff;
}



/* HOME------------------------------------------------*/
#features > .container > .row {
	margin-left: -15px;
	margin-right: -15px;
}
#featured-news {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: left;
}
#featured-news li {
	font-size: 15px;
	font-size: 1.5rem;
	margin: 0;
	border-top: 1px solid rgb(196, 216, 226);
}
#featured-news a {
	padding: 20px 36px 20px 10px;
	display: block;
	line-height: 1.5;
	position: relative;
}
.featured-inner a:hover {
	opacity: .7;
}
#featured-news a i.btb {
	position: absolute;
	right: 10px;
	transform: translateY(-50%);
	top: 50%;
	width: 17px;
	height: 21px;
	text-align: center;
	line-height: 21px;
	font-size: 20px;
	opacity: .3;
}
#featured-news a:hover i.btb,
#featured-news a:active i.btb {
	opacity: 1;
}
#get-involved-blocks {
	display: table;
	width: 100%;
}
#get-involved > .container > .row {
	margin-left: -15px;
	margin-right: -15px;
}
#get-involved .one-third,
#get-involved .one-half {
	display: table-cell;
	float: none;
	vertical-align: top;
	position: relative;
}
#get-involved .one-block {
	padding: 0 10px;
	overflow: hidden;
}
#get-involved .one-third:last-child > .featured {
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.ie-11 #get-involved .one-third:last-child > .featured {
	position: static;
}
#get-involved h1 {
	font-family: 'roboto condensed', sans-serif;
	font-weight: 400;
	font-size: 40px;
	font-size: 4.0rem;
	margin: 0px 0 35px;
	line-height: 34px;
	text-align: center;
	text-transform: uppercase;
}
#get-involved figure {
	position: relative;
}
#get-involved figure img {
	max-width: none;
	width: 100%;
}
#get-involved figcaption {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-color: rgba(194,181,112, .5);
	font-size: 22px;
	font-weight: 700;
	color: #fff;
	font-family: 'roboto', sans-serif;
	text-transform: uppercase;
}
.one-third .featured, .one-half .featured {
	padding: 0 15px;
}
.one-half .featured {
	position: unset;
}
#get-involved .featured a:hover figcaption {
	background-color: rgba(194,181,112, .85);
}
#get-involved figure span {
	white-space: nowrap;
	transform: translate(-50%, -50%);
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
}
#get-involved a.btn {
	width: auto;
	padding: 7.5% 40px;
	position: absolute;
	bottom: 0;
	left: 15px;
	right: 15px;
}
#get-involved a.btn:first-child {
	margin: 0;
	top: 0;
	bottom: auto;
}
#get-involved .one-block a.btn {
	width: calc(50% - 15px);
	text-transform: uppercase;
	padding: 3% 40px;
	position: relative;
	bottom: 0;
	left: 0;
	right: 0;
	display: inline-block;
	margin-top: 0;
	float: left;
	margin-left: 15px;
	background: rgb(119, 151, 174);
}
#get-involved .one-block a.btn:hover {
	background: rgb(87, 125, 142);
}
#get-involved .one-block a.btn:first-child {
	margin-left: 0;
	margin-right: 15px;
}
#get-involved .one-block a.btn span,
#get-involved .one-block a.btn:first-child span,
#get-involved .one-block a.btn:hover span {
	margin: 0;
	padding: 0;
	background: none;
}

/* UI COMPONENTS------------------------------------------------*/

a.btn, btn-2x,
button.btn, button.btn-2x,
span.btn, span.btn-2x {
	border: none;
	border-radius: 0;
	text-shadow: none;
	text-transform: uppercase;
	box-shadow: none;
	font-family: 'roboto', sans-serif;
	font-size: 13px;
	font-size: 1.4rem;
	font-weight: 700;
	padding: 8px 16px;
	background-image: none;
}
a.btn-2x, button.btn-2x, span.btn-2x {
	font-size: 22px;
	padding: 9px 40px;
}
.box-aside .box-inner button.btn,
.box-aside .box-inner button.btn-2x,
.box-aside .box-inner button.btn filter-option,
.box-aside .box-inner button.btn-2x filter-option {
	text-transform: none;
}
a.btn-default,
button.btn-default,
span.btn-default {
	color: rgb(255, 255, 255) !important;
	background-color: rgb(119, 151, 174);
	border: none;
}
a.btn-default:hover,
a.btn-default:active,
button.btn-default:hover,
button.btn-default:active,
span.btn-default:hover,
span.btn-default:active {
	color: rgb(255, 255, 255);
	background-color: rgb(87, 125, 142);
	border: none;
}
a.btn-inverted,
button.btn-inverted,
span.btn-inverted {
	color: rgb(87,125,141);
	background-color: rgb(217,230,237);
	border: none;
}
a.btn-inverted:hover,
a.btn-inverted:active,
button.btn-inverted:hover,
button.btn-inverted:active,
span.btn-inverted:hover,
span.btn-inverted:active {
	color: rgb(87,125,141);
	background-color: rgb(198,215,223);
	border: none;
}
a.btn-secondary,
button.btn-secondary,
span.btn-secondary,
a.btn-secondary:link,
button.btn-secondary:link,
span.btn-secondary:link {
	color: rgb(255, 255, 255) !important;
	background-color: rgb(194,181,112);
	border: none;
}
a.btn-secondary:hover,
a.btn-secondary:active,
button.btn-secondary:hover,
button.btn-secondary:active,
span.btn-secondary:hover,
span.btn-secondary:active {
	color: rgb(255, 255, 255);
	background-color: rgb(173,166,100);
	border: none;
}

span.btn {
	padding: 0;
}
span.btn a {
	background: inherit;
	color: inherit;
	float: left;
	padding: 8px 16px;
}
span.btn-2x a {
	padding: 9px 40px;
}

.bg-default,
footer,
footer a.fab,
.hero-container-small.people-entry .slideunit.people-no-img {
	background-color: rgb(127,170,191);
}

.pagination a.active,
.pagination a.active:hover,
.pagination a.active:active,
.pagination a.active:focus {
	background-color: rgba(127,170,191, .5);
	opacity: 1;
}
.bg-secondary,
nav ul .item-secondary ul {
	background-color: rgb(194, 181, 112);
}
.bg-light,
.nav-tabs > li > a,
.nav > li > a:hover,
.nav > li > a:focus,
.selectpicker-container button,
.selectpicker-container button:hover,
.selectpicker-container button:focus,
.selectpicker-container .open > .dropdown-toggle.btn-default:hover,
.selectpicker-container .open > .dropdown-toggle.btn-default:focus,
.selectpicker-container .open > .dropdown-toggle.btn-default,
.selectpicker-container .btn-default:active:focus,
.pagination a,
.topics a,
#breadcrumb,
#search-box,
#search-box .bt-times,
.share-bar > div {
	background-color: rgb(217,230,237);
	outline: none !important;
}
.bg-extra-light,
header,
.header-top,
.panel-box-search,
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:active,
.box-aside .box-inner .dropdown-menu,
.box-calendar > .calendar-container {
	background-color: rgb(235, 245, 250) !important;
}
.bg-dark,
.share-bar li,
nav ul ul,
#footer-low,
.box-section-header {
	background-color: rgb(44,83,107);
}
.bg-darker {
	background-color: rgb(110, 152, 173);
}

.color-regular,
a.color-regular,
.box-aside,
.featured-inner h3,
#get-involved h1,
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus,
.tab-content .tab-pane h1,
.box-aside .box-inner .dropdown-menu a,
.box-aside .box-inner.color-default,
.list-horizontal-item.one-half h6,
.list-vertical-item h6,
.article-header h6 {
	color: rgb(110, 152, 173);
}

.color-dark,
a.color-dark,
.featured-inner a,
#featured-news a,
.list .list-item-data h3,
/*.article-header h3.lead-header,*/
.list-video-item .box-video-info h3,
.list-horizontal-item > h6 a:hover,
.list-horizontal-item > h6 a:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder,
.bootstrap-select > .dropdown-toggle.bs-placeholder:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder:hover,
.box-aside .box-inner .dropdown-menu a:hover,
.box-aside .box-inner .dropdown-menu .selected a,
.open > .dropdown-toggle.btn-default:hover,
.open > .dropdown-toggle.btn-default:focus,
button.dropdown-toggle.btn-default,
.list-horizontal-item.one-half h6 a,
#search-box .btb,
#breadcrumb {
	color: rgb(44,83,107) !important;
	outline: none !important;
}

.color-light,
/*a.color-light,*/
.richcontent h1,
.featured-inner .featured-data,
.featured-box #featured-news li a > span:first-child,
#featured-news a i.btb,
.box-aside h6,
.share-bar li.text-share,
.article-header h3.lead-header > span,
.list-horizontal-item > h6 a,
.box-aside .box-inner label,
label,
.list-vertical-data-left .list-vertical-item h3 span {
	color: rgb(127, 170, 191);
}

.color-extra-light,
.share-bar li a {
	color: rgb(235, 245, 250);
}

.color-danger,
.form-errors {
	color: rgb(212, 63, 58);
}


/* Cycle base class */

.back-to-top {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	bottom: 83px;
	height: 1px;
	left: 0;
	opacity: 0;
	filter: alpha(opacity=0); zoom; 1;
	position: fixed;
	top: auto;
	transform: translateY(48px);
	transition-delay: 0s;
	transition-duration: 0.25s;
	transition-property: visibility, opacity, -webkit-transform, -moz-transform, -o-transform, transform;
	transition-timing-function: ease;
	visibility: hidden;
	width: 100%;
	z-index: 151;
}
.back-to-top div {
	height: 1px;
}
.back-to-top.open {
	opacity: 1;
	filter: alpha(opacity=100); zoom; 1;
	transform: none;
	visibility: visible;
}
.back-to-top a, .back-to-top a:link, .back-to-top a:active, .back-to-top a:visited {
	color: #fff;
	background: #2C536B;
	border-radius: 50%;
	border: 1px solid rgba(255, 255, 255, .7);
	display: block;
	float: right;
	/* font-size: 13px; */
	font-size: 1.6rem;
	height: 35px;
	line-height: 31px;
	margin-right: -55px;
	position: relative;
	text-align: center;
	width: 35px;
	z-index: 101;
	opacity: .3;
	filter: alpha(opacity=50);
	zoom: 1;
}
.back-to-top a:hover {
	border-color: rgba(255, 255, 255, 1);
	opacity: 1;
	filter: alpha(opacity=100); zoom; 1;
}
.back-to-top a i {
}

.share-bar {
	margin-bottom: 25px;
	overflow: hidden;
	padding: 0;
	background: none;
}
.share-bar > div {
	float: left;
	padding: 10px;
}
aside > .share-bar > div {
	float: none;
}
.share-bar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: 0;
}
.share-bar ul.addthis-list {
  width: 45px;
  float: right;
}
.share-bar li {
	display: inline-block;
	vertical-align: middle;
	margin: 0;
	line-height: 19px;
	padding: 0;
	position: relative;
	width: 19px;
	height: 19px;
	border-radius: 3px;
	overflow: hidden;
}
.share-bar li a {
	display: block;
	width: 19px;
	height: 19px;
	vertical-align: top;
	line-height: 19px;
	font-size: 11px;
	text-align: center;
}
.share-bar li:not(.text-share):hover {
	opacity: .75;
	cursor: pointer;
}
.share-bar li.text-share {
	background: none;
	width: auto;
  height: 29px;
  line-height: 29px;
	font-size: 16px;
	float: right;
	cursor: default;
	font-family: 'roboto condensed', sans-serif;
	margin-left: 30px;
}
aside > .share-bar li.text-share {
	margin: 0;
  height: 29px;
  line-height: 29px;
}
.share-bar .fab-facebook-alt {
	font-size: 16px;
	margin-top: 2px;
	margin-left: 2px;
}

.calendar {
	height: auto;
	margin-left: -1.2%;
	margin-right: -1.2%;
	overflow: hidden;
	padding: 3px 0;
}
.calendar table {
	width: 100%;
	margin: 0;
	padding: 0;
	font-size: 1.0rem;
	font-weight: 700;
	color: rgb(44,83,107);
}
.calendar thead {
	display: none;
}
.calendar td {
	text-align: center;
	vertical-align: middle;
	line-height: 2.8;
	width: 14.2857142857%;
	height: auto;
	padding: 1.2%;
	background-color: transparent;
}
.calendar td span {
	background: rgb(196, 216, 226);
}
.calendar td .featured a span, .calendar td .featured {
	color: rgb(255, 0, 0);
}

.calendar td > span::after {
	content: 'empty';
	display: block;
	width: 100%;
	height: 100%;
	clear: both;
	background: #D9E6ED;
	position: relative;
	text-indent: -9000px;
}
.calendar td div {
	background: rgb(196, 216, 226);
}
.calendar td a,
.calendar td a * {
	width: auto;
	height: auto;
	display: block;
	color: #fff;
	background: rgb(44,83,107);
}
.calendar td a:hover {
	opacity: .7;
}

.calendar + div {
	width: 100%;
	white-space: nowrap;
	background: rgb(217,230,237);
	line-height: 40px;
}
.calendar + div a {
	display: block;
}
.calendar + div > div {
	margin-right: -4px;
}
.calendar + div div:first-child, .calendar + div div + div + div {
	text-indent: -9000px;
	width: 20%;
	display: inline-block;
}
.calendar + div div + div {
	display: inline-block;
	width: 60%;
	text-align: center;
	color: rgb(44,83,107);
	font-size: 1.5rem;
	font-family: 'roboto condensed';
	letter-spacing: -0.01em;
}
.calendar + div div:first-child a::before,
.calendar + div div + div + div a::before {
	text-indent: 0;
	position: absolute;
	left: 10px;
	top: 50%;
	transform: translateY(-50%);
	line-height: 40px;
	display: block;
	margin-top: 3px;
	font-size: 1.35rem;
}
.calendar + div div + div + div a::before {
	right: 10px;
	left: auto;
}

#ajax-status {
	background: #000;
	border-radius: 5px;
	left: 50%;
	margin-left: -22px;
	margin-top: -24px;
	padding: 10px;
	position: fixed;
	top: 50%;
	z-index: 1500;
	display:none;
}
.lt-ie9 #ajax-status {
	background: #000;
	filter:alpha(opacity=50);zoom:1;
}

.group-1,
.group-2,
.group-3,
.group-4 {
	opacity: 0;
	-webkit-transition:all 0 ease 1s;
	-moz-transition:all 0 ease 1s;
	-o-transition:all 0 ease 1s;
	transition:all 0 ease 1ss
}
.revealed {
	opacity: 1;
}

/* ------------------------------------------------------------------
Preloader
------------------------------------------------------------------- */

.page-loader {
	background: #EBF5FA;
	position: fixed;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	z-index: 9998;
}

.loader {
	background: #7FAABF; /*rgb(217,230,237);*/
	position: absolute;
	display: inline-block;
	height: 40px;
	width: 40px;
	left: 50%;
	top: 50%;
	margin: -20px 0 0 -20px;
	text-indent: -9999em;
	-webkit-border-radius: 100%;
	  -moz-border-radius: 100%;
			border-radius: 100%;
	-webkit-animation-fill-mode: both;
			animation-fill-mode: both;
	-webkit-animation: ball-scale 1s 0s ease-in-out infinite;
			animation: ball-scale 1s 0s ease-in-out infinite;
}


@-webkit-keyframes ball-scale {

	0% {
		-webkit-transform: scale(0);
		  -moz-transform: scale(0);
			-ms-transform: scale(0);
			 -o-transform: scale(0);
				transform: scale(0);
	}

	100% {
		opacity: 0;
		-webkit-transform: scale(1);
		  -moz-transform: scale(1);
			-ms-transform: scale(1);
			 -o-transform: scale(1);
				transform: scale(1);
	}

}

@keyframes ball-scale {

	0% {
		-webkit-transform: scale(0);
		  -moz-transform: scale(0);
			-ms-transform: scale(0);
			 -o-transform: scale(0);
				transform: scale(0);
	}

	100% {
		opacity: 0;
		-webkit-transform: scale(1);
		  -moz-transform: scale(1);
			-ms-transform: scale(1);
			 -o-transform: scale(1);
				transform: scale(1);
	}

}


/* Google search form */

#search-box > div > div {
	border: 1px solid rgb(235, 245, 250);
	padding: 1px 10px;
	font-size: 20px;
	color: rgb(53,82,108);
	font-family: 'roboto', sans-serif;
	box-shadow: none;
	display: table-cell;
	background-color: #ffffff;
	background-image: none;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
#search-box > div > div.active {
	z-index: 3;
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
#search-box > div > div > div.gsc-control-searchbox-only {
	font-size: inherit;
	border: none;
	height: auto;
}
#search-box > div > div > div.gsc-control-searchbox-only form {
	padding: 0;
	margin: 0;
	font-size: inherit;
}
#search-box > div > div > div.gsc-control-searchbox-only form table.gsc-search-box {
	margin: 0;
}
#search-box > div > div > div.gsc-control-searchbox-only form table.gsc-search-box td.gsc-search-button input {
	background-color: white;
}
#search-box > div > div > div.gsc-control-searchbox-only form table.gsc-search-box td.gsc-input {
	padding-left: 35px;
}
#search-box > div > div > div.gsc-control-searchbox-only form table.gsc-search-box td.gsc-input input.gsc-input {
	padding: 0;
	margin: 0;
	height: 30px;
	line-height: 30px;
	border: none;
	font-size: 20px;
}
#search-box > div > div > div.gsc-control-searchbox-only form table.gsc-search-box td.gsc-input input.gsc-input::placeholder {
	color: #ffffff;
}
#search-box > div > div > div.gsc-control-searchbox-only form table.gsc-search-box td.gsc-clear-button {
	display: none;
}


/* Google search results */

div.gsc-control-cse {
	background-color: rgb(235, 245, 250);
	border: none;
	min-height: 300px;
}
div.gsc-control-cse .gsc-above-wrapper-area {
	border-bottom: 1px solid rgb(196, 216, 226);
}
div.gsc-control-cse .gsc-webResult.gsc-result {
	background-color: transparent;
	border: none;
	margin: 20px 0;
}
div.gsc-control-cse .gsc-table-cell-thumbnail.gsc-thumbnail {
	padding: 5px 0 0 0;
}
div.gsc-control-cse .gs-web-image-box,
div.gsc-control-cse .gs-promotion-image-box {
	width: 122px;
	margin-right: 10px;
}
div.gsc-control-cse .gs-web-image-box img.gs-image,
div.gsc-control-cse .gs-promotion-image-box img.gs-promotion-image {
	max-width: 120px;
}
div.gsc-control-cse .gs-result .gs-title,
div.gsc-control-cse .gs-result .gs-title * {
	font-size: 2.3rem;
	font-weight: 500;
	color: rgb(119,119,119);
	font-family: 'Roboto',sans-serif;
	text-decoration-line: none;
	line-height: 1.5em;
}
div.gsc-control-cse .gs-result a.gs-title:link,
div.gsc-control-cse .gs-result a.gs-title:visited,
div.gsc-control-cse .gs-result a.gs-title:active,
div.gsc-control-cse .gs-result a.gs-title:hover,
div.gsc-control-cse .gs-result a.gs-title:link,
div.gsc-control-cse .gs-result a.gs-title:visited,
div.gsc-control-cse .gs-result a.gs-title:active,
div.gsc-control-cse .gs-result a.gs-title:hover {
	color: rgb(44,83,107);
	text-decoration: none;
	text-decoration-line: none;
	outline: 0;
}
div.gsc-control-cse .gs-result a.gs-title:link b,
div.gsc-control-cse .gs-result a.gs-title:visited b,
div.gsc-control-cse .gs-result a.gs-title:active b,
div.gsc-control-cse .gs-result a.gs-title:hover b,
div.gsc-control-cse .gs-result a.gs-title:link b,
div.gsc-control-cse .gs-result a.gs-title:visited b,
div.gsc-control-cse .gs-result a.gs-title:active b,
div.gsc-control-cse .gs-result a.gs-title:hover b {
	color: rgb(126,152,166);
}
div.gsc-control-cse .gsc-role {
	line-height: 20px;
	color: #777777;
	font-weight: 400;
	font-size: 12px;
	font-family: 'Roboto',sans-serif;
}
div.gsc-control-cse .gs-bidi-start-align.gs-snippet {
	margin-top: 4px;
	line-height: 24px;
	color: #777777;
	font-weight: 400;
	font-size: 16px;
	font-family: 'Roboto',sans-serif;
}
div.gsc-control-cse .gs-webResult div.gs-visibleUrl-short {
	color: rgb(44,83,107);
}
div.gsc-control-cse .gs-webResult div.gs-visibleUrl-long {
	color: rgb(44,83,107);
}
div.gsc-control-cse .gcsc-branding > span:first-child {
	color:rgb(235, 245, 250);
}
div.gsc-control-cse .gcsc-branding .gcsc-branding-text.gcsc-branding-text-name {
	line-height: 28px;
}
div.gsc-control-cse .gsc-cursor-box.gs-bidi-start-align {
	border:none;
}
div.gsc-control-cse .gsc-results .gsc-cursor-box {
	padding-top:20px;
}
div.gsc-control-cse .gsc-results .gsc-cursor-box .gsc-cursor-page {
	position: relative;
	width: 25px;
	height: 25px;
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	font-size: 1.45rem;
	line-height: 25px;
	font-family: 'Roboto Condensed',sans-serif;
	margin-right: 3px;
	text-decoration: none;
	background-color: rgb(217,230,237);
	color: rgb(44,83,107);
	border: none;
	outline: none !important;
}
div.gsc-control-cse .gsc-results .gsc-cursor-box .gsc-cursor-page.gsc-cursor-current-page {
	font-weight: normal;
	background-color: rgba(127,170,191,.5);
	color: rgb(44,83,107);
	text-shadow: none;
}
div.gsc-control-cse .gsc-adBlock {
	display: none;
}