
/*

font-family: "ubuntu", sans-serif;
font-weight: 300/400/700;

GRIJS: #555
ORANJE: #e91
GREEN: #7b2
RED: #e02
BLUE: #36c
PURPLE #949
	
*/


* { 
	border: 0;
	padding: 0;
	margin: 0; 
}

/* general */

body {
	background: #fff;
	color: #555;
	font-family: "ubuntu", sans-serif;
	font-weight: 400;
	font-size: 16px;
}

br.clear {
	clear: both;
}

/* wrapper */

.wrapper {
	margin: 0 auto;
	max-width: 1200px;
}

/* top */

.top {
	float: left;
	width: 100%;
}

/* crumb */

.crumb {
	float: left;
	width: 50%;
	color: #999;
	font-size: 13px;
	font-weight: 300;
	line-height: 1.1em;
	padding: 15px 0;
	white-space: nowrap;
	overflow: hidden;
}

.crumb i {
	display: inline-block;
	margin: 0 4px;
	font-size: 11px;
}

.crumb a {
	color: #999;
	border-bottom: 1px solid #ddd;
	text-decoration: none;
	transition: color 0.3s, border-bottom 0.3s;
}

.crumb a:hover {
	color: #555;
	border-bottom: 1px solid #555;
}

/* mobile_crumb */

.mobile_crumb {
	float: left;
	color: #999;
	font-size: 13px;
	font-weight: 300;
	line-height: 1.1em;
	padding: 15px 0;
	display: none;
}

.mobile_crumb a {
	color: #999;
	text-decoration: none;
	border-bottom: 1px solid #ddd;
	transition: color 0.3s, border-bottom 0.3s;
}

.mobile_crumb a:hover {
	color: #555;
	border-bottom: 1px solid #555;
}

/* controls */

.controls {
	float: right;
	text-align: right;
	color: #999;
	font-size: 13px;
	font-weight: 400;
	line-height: 1.1em;
	padding: 15px 0;
}

.controls a {
	color: #999;
	border-bottom: 1px solid #ddd;
	text-decoration: none;
	transition: color 0.3s, border-bottom 0.3s;
	text-transform: uppercase;
}

.controls a:hover {
	color: #555;
	border-bottom: 1px solid #555;
}

.controls a.selected {
	color: #555;
	border: 0;
}

.controls a {
	margin-left: 10px;
}

/* header */

.header {
	float: left;
	width: 100%;
	padding: 20px 0;
	background: #EBEBEB;
	border-bottom: 3px solid #fff;
}

.header.home {
	color: #555;
	padding: 35px 0;
}

/* search form */

form.search_form {
	float: right;
	width: 180px;
	margin-left: 15px;
	margin-right: 10px;
	position: relative;
}

form.search_form input.search {
	float: left;
	width: 100%;
	box-sizing: border-box;
	height: 44px;
	font-size: 14px;
	font-weight: 300;
	color: #999;
	background: #eee;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	padding: 12px 12px 12px 36px;
	outline: none;
}

form.search_form i {
	position: absolute;
	top: 14px;
	left: 10px;
	z-index: 200;
	font-size: 18px;
}

/* icons */

.top img.icon {
	float: right;
	width: 28px;
	border-radius: 3px;
	margin: 8px 4px;
	opacity: 0.8;
	transition: opacity 0.3s;
}

.top img.icon:hover {
	opacity: 1;
}

/* logo */

.logo {
	float: left;
	height: 100px;
}

.logo.home {
	height: 110px;
}

/* nav */

nav {
	float: right;
	text-align: right;
	margin-top: 42px;
} 

.header.home nav {
	margin-top: 50px;
}

nav a {
	display: inline-block;
	font-weight: 400;
	font-size: 18px;
	text-transform: uppercase;
	color: rgba(85, 85, 85, 0.7);
	line-height: 1em;
	text-decoration: none;
	margin-left: 35px;
	transition: color 0.3s;
}

nav a:hover {
	color: rgba(85 ,85, 85, 1);
}

nav a.selected {
	font-weight: 700;
	color: rgba(85, 85, 85, 1);
}

nav ul.subnav {
	display: none;
}

/* nav toggle */

.nav_toggle {
	float: right;
	display: none;
	margin-top: 22px;
	margin-right: 10px;
}

.nav_toggle i {
	float: right;
	font-size: 40px;
	line-height: 1em;
	color: #555;
	transition: color 0.3s;
}

/* banner */

.banner_wrapper {
	float: left;
	width: 100%;
}

#banner {
	width: 100%;
	-webkit-user-select: none;
	-moz-user-select: none;  
	user-select: none;
	overflow: hidden;
}

div.banner {
	float: left;
	width: 100%;
	position: relative;
}

div.banner img {
	float: left;
	width: 100%;
}

div.banner_text_bg {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 200px;
	z-index: 100;
	background: url('/_graphics/bg_banner_text.png') bottom left repeat-x;
}

div.banner_text {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	z-index: 500;
	padding-bottom: 50px;
	color: #fff;
}

div.banner_text.oneslide {
	padding-bottom: 30px;
}

div.banner_text_info {
	float: left;
	margin-right: 35px;
}

div.banner_text_info.link {
	cursor: pointer;
	transition: opacity 0.3s;
}

div.banner_text_info.link:hover {
	opacity: 0.8;
}

div.banner_text strong {
	font-size: 46px;
	line-height: 1.1em;
}

div.banner_text span {
	font-size: 24px;
	font-weight: 300;
}

div.banner_text a.button {
	margin: 0;
	margin-top: 25px;
	vertical-align: bottom;
}

/* schoolinfo */

.schoolinfo {
	float: left;
	width: 100%;
	padding: 15px 0;
	border-bottom: 1px solid #ddd;
}

.schoolinfo .left {
	float: left;
	font-size: 22px;
	font-weight: 400;
}

.schoolinfo .right {
	float: right;
	text-align: right;
	font-size: 16px;
	padding-top: 3px;
}

.schoolinfo strong {
	text-transform: uppercase;
	font-weight: 700;
}

.schoolinfo a {
	text-decoration: none;
	transition: color 0.3s;
}

.schoolinfo a:hover {
	color: #555 !important;
}

/* buttons */

a.button {
	display: inline-block;
	color: #fff;
	background: #555;
	border: 0 !important;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 15px;
	font-weight: 400;
	letter-spacing: 1px;
	padding: 14px 19px;
	border-radius: 5px;
	margin-right: 10px;
	margin-bottom: 10px;
	transition: background 0.3s, color 0.3s !important;
}

a.button:hover {
	background: #444;
	border: 0 !important;
}

a.button.white {
	color: #555 !important;
	background: #fff !important;
}

a.button.white:hover {
	color: #555 !important;
	background: #eee !important;
}

/* content */

.content {
	float: left;
	width: 100%;
	padding: 45px 0 0 0;
}

.content a {
	color: #555;
	border-bottom: 1px solid #ccc;
	text-decoration: none;
	transition: border-bottom 0.3s;
}

.content a:hover {
	border-bottom: 1px solid #555;
}

.content a.button {
	color: #fff;
	background: #555;
}

.content a.button:hover {
	background: #444;
}

.content img.left {
	float: left;
	padding-right: 15px;
	margin-right: 15px;
}

.content img.right {
	float: right;
	padding-left: 15px;
	margin-left: 15px;
}

.content img.full {
	float: left;
	width: 100%;
	margin-bottom: 25px;
}

.content img.option_image {
	float: right;
	width: 30%;
	margin-bottom: 25px;
	margin-left: 25px;
}

.content img.stem {
	width: 150px;
}

.content h1 {
	font-size: 32px;
	font-weight: 700;
	line-height: 1em;
	margin-top: 0;
	margin-bottom: 25px;
}

.content h1.center {
	text-align: center;
}

.content h2 {
	color: #555;
	font-size: 24px;
	font-weight: 700;
	line-height: 1em;
	margin-top: 0;
	margin-bottom: 20px;
}

.content h2.large {
	font-size: 30px;
	margin-bottom: 30px;
}

.content h2.upper {
	text-transform: uppercase;
}

.content h2.degree_title {
	float: left;
	width: 100%;
	box-sizing: border-box;
	padding: 10px 15px;
	color: #FFF;
	background: #555;
	font-size: 15px;
	font-weight: 700;
	margin-bottom: 5px;
}

.content h2.grade_title {
	float: left;
	width: 100%;
	box-sizing: border-box;
	padding: 10px 15px;
	color: #555;
	background: rgba(153,153,153,0.4);
	font-size: 15px;
	font-weight: 700;
	margin-bottom: 5px;
}

.content h3 {
	color: #555;
	font-size: 22px;
	font-weight: 400;
	line-height: 1em;
	margin-top: 0;
	margin-bottom: 25px;
}

.content h3.study_info_title {
	float: left;
	width: 100%;
	box-sizing: border-box;
	padding: 12px 15px;
	color: #555;
	background: rgba(153,153,153,0.05);
	font-size: 14px;
	font-weight: 400;
	margin-bottom: 25px;
}

.content p {
	line-height: 1.5em;
	margin-bottom: 25px;
}

.content p.less_margin {
	margin-bottom: 10px;
}

.content ul {
	list-style-type: disc;
	margin-bottom: 25px;
}

.content ol {
	list-style-type: decimal;
	margin-left: 10px;
	margin-bottom: 25px;
	padding-left: 15px;	
}

.content li {
	margin-left: 15px;
	margin-bottom: 4px;
	line-height: 1.5em;
}

.content ul.check {
	list-style-type: none;
	margin-bottom: 25px;
}

.content ul.check li {
	margin-left: 0;
	padding-left: 26px;
	margin-bottom: 6px;
	background: url('/_graphics/icon_check.png') top left no-repeat;
	background-size: 18px auto;
}

.content table {
	width: 100%;
	margin-bottom: 25px;
}

.content td {
	padding: 5px;
	vertical-align: top;
	line-height: 1.4em;
	border-bottom: 1px solid #ddd;
}

.content th {
	padding: 5px;
	padding-bottom: 15px;
	text-align: left;
	font-weight: 400;
	font-size: 12px;
	text-transform: uppercase;
}

.content hr {
	float: left;
	width: 100%;
	border-bottom: 1px solid #ddd;
	margin-bottom: 25px;
}

.content hr.spacer10 {
	border-bottom: 1px solid #fff;
	margin-bottom: 10px;
}

.content hr.spacer20 {
	border-bottom: 1px solid #fff;
	margin-bottom: 20px;
}

.content hr.spacer30 {
	border-bottom: 1px solid #fff;
	margin-bottom: 30px;
}

.content hr.spacer40 {
	border-bottom: 1px solid #fff;
	margin-bottom: 40px;
}

.content hr.spacer50 {
	border-bottom: 1px solid #fff;
	margin-bottom: 50px;
}

.content hr.splitter4, 
.content hr.splitter2 {
	border-bottom: 1px solid #fff;
	margin: 0;
}

.content hr.splitter2 {
	display: none;
}

.responsive_iframe_wrapper {
    float: none;
    clear: both;
    width: 100%;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
}

.responsive_iframe_wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* sidebar */

.sidebar {
	float: left;
	width: 30%;
}

.sidebar.right {
	float: right;
}

/* text */

.text {
	float: right;
	width: 65%;
}

.text.left {
	float: left;
}

.text.full {
	width: 100%;
}

/* subnav */

.content ul.subnav {
	float: left;
	width: 100%;
	list-style-type: none;
	margin-bottom: 30px;
}

.content ul.subnav li {
	float: left;
	width: 100%;
	margin: 0;
}

.content ul.subnav li a {
	float: left;
	width: 100%;
	padding: 10px 0;
	font-size: 17px;
	color: #555;
	border-bottom: 1px solid #ddd !important;
	transition: color 0.3s;
}

.content ul.subnav li a.selected {
	font-weight: 700;
}

.content ul.subnav li ul {
	float: left;
	width: 100%;
	list-style-type: none;
	background: #f5f5f5;
	margin-bottom: 20px;
}

.content ul.subnav li ul li {
	float: left;
	width: 100%;
}

.content ul.subnav li ul li a {
	width: 90%;
	padding: 8px 5%;
	font-size: 15px;
}

.content ul.subnav li ul li ul {
	background: #e5e5e5;
}

.content ul.subnav li ul li ul li a {
	width: 85%;
	padding: 8px 5% 8px 10%;
	font-size: 14px;
	line-height: 1.2em;
	color: #777;
	border-bottom: 1px solid #ccc !important;
}

/* toggle text block */

.toggle_text_block {
	display: none;
}

/* section blocks */

.section_blocks {
	float: left;
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

a.section_block {
	float: left;
	width: 32%;
	margin-bottom: 25px;
	border: 0;
	transition: all 0.3s;
	position: relative;
}

.section_block_dummy {
	float: left;
	width: 32%;
}

.sidebar .section_blocks a.section_block {
	width: 100% !important;
	margin-bottom: 15px !important;
}

a.section_block div.section_image {
	float: left;
	width: 100%;
	padding: 0 !important;
	background-size: cover !important;
}

a.section_block div.section_image img {
	float: left;
	width: 100%;
	opacity: 0;
}

a.section_block div.section_text {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	padding: 50px 20px;
	color: #FFF;
	transition: all 0.2s;
}

a.section_block div.section_text strong {
	float: left;
	width: 100%;
	margin-bottom: 5px;
	font-size: 30px;
	font-weight: 700;
	line-height: 1.1em;
}

a.section_block div b {
	float: left;
	width: 100%;
	font-size: 15px;
	font-weight: 300;
	line-height: 1.1em;
}

a.section_block em {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	box-sizing: border-box;
	padding: 12px 20px;
	font-size: 15px;
	font-weight: 400;
	font-style: normal;
	line-height: 1.1em;
	border-top: 1px solid #FFF;
}

a.section_block em i {
	position: absolute;
	top: 12px;
	right: 20px;
	z-index: 10;
}

a.section_block:hover div.section_text {
	background: rgba(85,85,85,0.7) !important;
}

/*
a.section_block:hover {
	background: #ddd;
}

a.section_block:hover div {
	background: #e5e5e5;
}

a.section_block:hover img {
	-webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
     transform: scale(1.05);
}

/* google maps */

#google_maps_canvas {
	float: left;
	width: 100%;
	height: 400px;
	margin-top: 15px;
}

/* text block */

.text_block {
	float: left;
	width: 100%;
	padding: 50px 0 20px 0;
	margin: 25px 0;
}

.text_block.dark {
	color: #fff;
	background: #555;
}

.text_block.grey {
	background: #eee;
}

.text_block.dark a {
	color: #eee !important;
}

.text_block.dark a:hover {
	color: #fff !important;
	border-bottom: 1px solid #fff !important;
}

.text_block .wrapper {
	width: 70%;
}

.text_block .wrapper.wide {
	width: 92%;
}

.text_block.dark a.button {
	color: #555 !important;
	background: #fff !important;
	border: 0 !important;
}

.text_block.dark a.button:hover {
	background: #eee !important;
}

.text_block.dark h1 {
	color: #fff;
}

/* infodays block */

.infodays_block {
	float: left;
	width: 93.8%;
	padding: 30px 3% 0 3%;
	border: 1px solid #555;
	margin-bottom: 40px;
}

.infodays_block div.infodays_dates {
	float: right;
	margin: 0 0 25px 50px;
}

div.infodays_date {
	display: inline-block;
	vertical-align: top;
	margin-bottom: 5px;
}

div.infodays_date b {
	float: left;	
	font-size: 22px;
	font-weight: 700;
	padding: 10px 15px;
	color: #fff;
}

div.infodays_date span {
	float: left;
	font-size: 22px;
	font-weight: 400;
	padding: 10px 15px;
	text-transform: lowercase;
	color: #555;
	background: #e5e5e5;
}

/* news list */

a.news {
	float: left;
	width: 100%;
	border: 0;
	margin-bottom: 30px;
}

a.news div.news_image {
	float: left;
	width: 45%;
	overflow: hidden;
}

a.news div.news_image img {
	float: left;
	width: 100%;
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

a.news:hover div.news_image img {
	-webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
     transform: scale(1.05);
}

a.news div.news_text {
	float: right;
	width: 55%;
	background: #fff;
	transition: background 0.3s;
}

a.news:hover div.news_text {
	background: #f5f5f5;
}

a.news div.news_text_date {
	float: left;
	width: 100%;
	margin-bottom: 18px;
}

a.news div.news_text_date b {
	float: left;	
	font-size: 22px;
	font-weight: 700;
	padding: 10px 15px;
	color: #fff;
}

a.news div.news_text_date span {
	float: left;
	font-size: 22px;
	font-weight: 400;
	padding: 10px 15px;
	text-transform: lowercase;
	color: #555;
	background: #e5e5e5;
}

a.news div.news_text_info {
	float: left;
	width: 86%;
	padding: 0 7%;
	color: #555;
}

a.news div.news_text_info strong {
	float: left;
	width: 100%;
	font-size: 22px;
	margin-bottom: 5px;
}

a.news div.news_text_info em {
	float: left;
	font-style: normal;
	font-size: 11px;
	font-weight: 400;
	text-transform: uppercase;
	color: #fff;
	padding: 4px 6px;
	border-radius: 4px;
	margin-bottom: 15px;
}

a.news div.news_text_info u {
	text-decoration: none;
	border-bottom: 1px solid #ccc;
	transition: border-bottom 0.3s;
}

a.news:hover div.news_text_info u {
	border-bottom: 1px solid #555;
}

/* small news */

a.news.small {
	margin-bottom: 15px;
	border-bottom: 0 !important;
}

a.news.small div.news_text {
	float: left;
	width: 100%;
}

a.news.small div.news_text_date {
	margin-bottom: 0;
}

a.news.small div.news_text_date b {
	font-size: 16px;
	padding: 8px 10px;
}

a.news.small div.news_text_date span {
	font-size: 16px;
	padding: 8px 10px;
}

a.news.small div.news_text_info {
	width: 100%;
	padding: 10px 0;
}

a.news.small div.news_text_info strong {
	font-size: 16px;
	margin-bottom: 0;
}

/* news category filter */

.news_category_filter {
	float: left;
	width: 100%;
	margin-bottom: 25px;
}

.news_category_filter a {
	float: left;
	padding: 10px 15px;
	color: #555;
	border: 1px solid #555;
	white-space: nowrap;
	margin: 0 10px 10px 0;
	transition: color 0.3s, background 0.3s;
}

.news_category_filter a:hover {
	color: #fff;
	background: #555;
}

.news_category_filter a.selected {
	color: #fff;
	background: #555;
}

/* news item */

div.news_date {
	float: left;
	width: 100%;
	margin-bottom: 15px;
}

div.news_date div {
	float: left;
	white-space: nowrap;
} 

div.news_date b {
	float: left;	
	font-size: 22px;
	font-weight: 700;
	padding: 10px 15px;
	color: #fff;
}

div.news_date span {
	float: left;
	font-size: 22px;
	font-weight: 400;
	padding: 10px 15px;
	text-transform: lowercase;
	color: #555;
	background: #e5e5e5;
}

div.news_date span.white {
	background: #fff;
}

div.news_image_wrapper {
	float: left;
	width: 100%;
	margin-bottom: 25px;
	overflow: hidden;
}
	
div.news_image_wrapper img {
	float: left;
	width: 100%;
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

div.news_image_wrapper:hover img {
	-webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
     transform: scale(1.05);
}

em.section_name {
	float: left;
	font-style: normal;
	font-size: 11px;
	font-weight: 400;
	text-transform: uppercase;
	color: #fff;
	padding: 4px 6px;
	border-radius: 4px;
	margin-bottom: 20px;
}

/* calendar */

.clndr {
	float: left;
	width: 100%;
	margin-bottom: 25px;
}

.clndr-controls {
	float: left;
	width: 100%;
	margin-bottom: 15px;
	color: #555;
	font-size: 18px;
}

.clndr-controls .month {
	float: left;
	width: 60%;
	text-align: center;
}

.clndr-controls .clndr-previous-button, 
.clndr-controls .clndr-next-button {
	float: left;
	width: 20%;
	cursor: pointer;
	opacity: 0.6;
	transition: opacity 0.3s;
}

.clndr-controls .clndr-previous-button:hover, 
.clndr-controls .clndr-next-button:hover {
	opacity: 1;
}

.clndr-controls .clndr-next-button {
	text-align: right;	
}

.clndr-grid {
	float: left;
	width: 100%;
	background: #fff;
}

.days-of-the-week {
	float: left;
	width: 100%;
}

.header-day {
	float: left;
    width: 14.2857%;
    padding: 10px 0;
    text-align: center;
	color: #fff;
	background: #555;	
	box-sizing: border-box;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

.clndr-grid .days .empty {
    float: left;
    width: 14.2857%;
    padding: 10px 0;
    background: #fff;
    text-align: center;
    background: none;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

.clndr-grid .days .day {
    float: left;
    width: 14.2857%;
    padding: 10px 0;
    text-align: center;
    color: #555;
    background: #f5f5f5;
    box-sizing: border-box;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    cursor: default !important;
    transition: color 0.3s, background 0.3s;
}

.clndr-grid .days .day.inactive {
	color: #ccc;
    background: #f5f5f5;
	cursor: default !important;
}

.clndr-grid .days .day.event {
	color: #fff;
    background: #555;
    cursor: pointer !important;
}

.clndr-grid .days .day.event:hover {
	color: #eee;
}

/* album list */

a.album {
	float: left;
	width: 22%;
	border: 0;
	margin-right: 3%;
	margin-bottom: 25px;
}

a.album div.album_image {
	float: left;
	width: 100%;
	overflow: hidden;
}

a.album div.album_image img {
	float: left;
	width: 100%;
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

a.album:hover div.album_image img {
	-webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
     transform: scale(1.05);
}

a.album div.album_text {
	float: left;
	width: 100%;
	background: #fff;
	transition: background 0.3s;
}

a.album:hover div.album_text {
	background: #f5f5f5;
}

a.album div.album_text_date {
	float: left;
	width: 100%;
	background: #e5e5e5;
}

a.album div.album_text_date b {
	float: left;	
	font-size: 15px;
	font-weight: 700;
	padding: 10px 12px;
	color: #fff;
}

a.album div.album_text_date span {
	float: left;
	font-size: 15px;
	font-weight: 400;
	padding: 10px 12px;
	text-transform: lowercase;
	color: #555;
}

a.album div.album_text_info {
	float: left;
	width: 96%;
	padding: 15px 2%;
}

a.album div.album_text_info strong {
	float: left;
	width: 100%;
	font-size: 16px;
}

/* album image */

div.image_thumb {
	float: left;
	width: 15%;
	margin: 0 1.6% 18px 0;
	overflow: hidden;
}

div.image_thumb.sidebar {
	width: 32%;
	margin: 0 2% 25px 0;
}

div.image_thumb div.image {
	float: left;
	width: 100%;
	height: 0;
	padding-bottom: 100%;
	background-position: center center !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

div.image_thumb:hover div.image {
	-webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
     transform: scale(1.05);
}

/* news spotlight */

#spotlight {
	float: left;
	width: 100%;
}

a.spotlight {
	float: left;
	width: 100%;
	border: 0;
	background: #eee;
	transition: background 0.3s;
}

a.spotlight:hover {
	background: #e5e5e5;
}

a.spotlight div.spotlight_image {
	float: left;
	width: 100%;
	overflow: hidden;
}

a.spotlight div.spotlight_image img {
	float: left;
	width: 100%;
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

a.spotlight:hover div.spotlight_image img {
	-webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
     transform: scale(1.05);
}

a.spotlight div.spotlight_date {
	float: left;
	width: 90%;
	padding: 20px 5% 10px 5%;
	font-size: 16px;
	color: #555;
}

a.spotlight div.spotlight_info {
	float: left;
	width: 90%;
	padding: 0 5% 30px 5%;
	font-size: 16px;
	color: #555;
}

a.spotlight div.spotlight_info.nopadding {
	padding-bottom: 0;
}

a.spotlight div.spotlight_info strong {
	float: left;
	width: 100%;
	font-size: 22px;
	margin-bottom: 10px;
}

a.spotlight div.spotlight_info u {
	text-decoration: none;
	border-bottom: 1px solid #ccc;
	transition: border-bottom 0.3s;
}

a.spotlight:hover div.spotlight_info u {
	border-bottom: 1px solid #555;
}

.rsSpotlight .rsBullet span {
	background: #ccc !important;
}

.rsSpotlight .rsBullet:hover span,  
.rsSpotlight .rsBullet.rsNavSelected span {
	background: #555 !important;
}

/* search */

.search_block {
	float: left;
	width: 66%;
	background: #666;
	border-bottom: 2px solid #666;
	position: relative;
	margin-bottom: 40px;
}

.search_block.full {
	width: 100%;
}

.search_block_top {
	float: left;
	width: 94%;
	padding: 30px 3%;
	background: #555;
}

.search_block h2 {
	color: #fff !important;
	font-weight: 400;
	font-size: 25px;
	margin-bottom: 20px;
}

.search_block form {
	float: left;
	width: 100%;
}

.search_block_top input {
	float: left;
	width: 96%;
	padding: 10px 2%;
	font-size: 18px;
	font-weight: 300;
	color: #999;
	border-radius: 5px;
	margin-bottom: 15px;
}

.search_block a {
	font-size: 15px;
	color: #eee;
	border-bottom: 1px solid #ddd;
	transition: color 0.3s, border-bottom 0.3s;
}

.search_block a:hover {
	color: #fff;
	border-bottom: 1px solid #fff;
}

.search_block_bottom {
	float: left;
	width: 94%;
	padding: 25px 3%;
}

.search_block .select-wrapper {
	float: left;
	width: 32%;
	margin-right: 2%;
	position: relative;
}

.search_block .select-wrapper.last {
	margin-right: 0;
}

.search_block .select-wrapper:after {
    content: "\f107";
	font-family: "Font Awesome 6 Pro";
    font-size: 13px;
    color: #fff;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 12px 12px 0;
    position: absolute;
    pointer-events: none;
    line-height: 14px;
    background-color: #555;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.search_block select {
	box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-shadow: none;
    display: inline-block;
    zoom: 1;
    color: #999;
    background-color: #fff;
    padding: 8px 40px 8px 2%;
    margin: 0 7px 0 0;
    border-radius: 5px;
    font-size: 18px;
	font-family: "ubuntu", sans-serif;
	font-weight: 300;
    border: 0;
    width: 100%;
    cursor: pointer;
    outline: none;
    transition: border 0.3s;
}

select::-ms-expand {
    display: none;
}

a.search_term {
	float: left;
	font-size: 16px;
	margin: 0 15px 15px 0;
}

/* home: spotlight items */

.spotlight_item {
	float: left;
	width: 100%;
	box-sizing: border-box;
	padding: 25px;
	padding-bottom: 0;
	margin-bottom: 25px;
	background-size: cover !important;
}

a.spotlight_item {
	border: 0 !important;
}

.spotlight_item.bg_color {
	padding: 50px 25px;
	padding-bottom: 25px;
}

.spotlight_item.bg_image {
	padding: 40px 25px;
	padding-bottom: 15px;
	min-height: 150px;
}

.spotlight_item.bg_color:hover {
	background: #555 !important;
}

.spotlight_item.bg_color, 
.spotlight_item.bg_color h1, 
.spotlight_item.bg_color h2 {
	color: #fff;
}

.spotlight_item.bg_image, 
.spotlight_item.bg_image h1, 
.spotlight_item.bg_image h2 {
	color: #fff;
}

/* contact */

.contact_left {
	float: left;
	width: 35%;
}

.contact_right {
	float: right;
	width: 60%;
	padding-bottom: 30px;
}

/* studies filter */

.study_filter_wrapper {
	float: left;
	width: 100%;
	padding: 60px 0 50px 0;
	background: #EBEBEB;
	margin-top: -45px;
	margin-bottom: 45px;	
}

.study_filter_wrapper h2 {
	float: left;
	width: 100%;
	font-size: 30px;
	margin-bottom: 45px;
}

.study_filter {
	float: left;
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.study_filter_block {
	width: 18.5%;
}

.study_filter.four .study_filter_block {
	width: 23.5%;
}

.study_filter_block span.label {
	float: left;
	width: 100%;
	font-size: 15px;
	font-weight: 700;
	margin-bottom: 12px;	
}

.study_filter_block .select_wrapper {
	float: left;
	width: 100%;
	position: relative;
}

.study_filter_block .select_wrapper:after {
	content: "\f107";
	font-family: "Font Awesome 6 Pro";
	font-size: 14px;
	font-weight: 400;
	color: #FFF;
	background: #555;  
	width: 34px;
	height: 100%;
	box-sizing: border-box;
	right: 0;
	top: 0;
	position: absolute;
	z-index: 100;
	pointer-events: none;
	display: flex;
	justify-content: center;
	align-items: center;
}

.study_filter_block .select_wrapper select {
	float: left;
	width: 100%;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	box-shadow: none;
	display: inline-block;
	zoom: 1;
	color: #555;
	background: #FFF;
	padding: 10px;
	padding-right: 30px;
	margin: 0;
	border-radius: 2px;
	font-size: 16px;
	font-family: "ubuntu", sans-serif;
	font-weight: 400;
	border: 0;
	cursor: pointer;
	outline: none;
}

.study_filter_info {
	float: left;
	width: 100%;
	margin-bottom: 30px;
}

.study_filter_info a {
	float: left;
	margin: 0 15px 15px 0;
	color: #555 !important;
	border: 1px solid #555 !important;
	border-radius: 5px;
	text-decoration: none;
	padding: 6px 12px;
}

.study_filter_info a:hover {
	color: #FFF !important;
	background: #555;
}

/* studies */

a.study {
	float: left;
	width: 100%;
	box-sizing: border-box;
	padding: 10px 15px;
	margin-bottom: 5px;
	border: 0 !important;
	color: #555 !important;
	background: rgba(153,153,153,0.1);
}

a.study:hover {
	background: rgba(153,153,153,0.25);
}

a.study u {
	float: right;
	text-decoration: none;
	color: #FFF;
	padding: 4px 8px;
	font-size: 13px;
	border-radius: 50px;	
	margin-left: 10px; 
}

.study_section_labels {
	float: left;
	width: 100%;
	margin-bottom: 25px;
}

.study_section_labels u {
	float: left;
	text-decoration: none;
	color: #FFF;
	padding: 4px 8px;
	font-size: 13px;
	border-radius: 50px;	
	margin: 0 10px 10px 0; 
}

/* search results */

.content ul.search_results {
	float: left;
	width: 100%;
	list-style-type: none;
	border-top: 1px solid #ddd;
}

.content ul.search_results li {
	float: left;
	width: 96%;
	padding: 20px 2%;
	margin: 0;
	cursor: pointer;
	background: #fff;
	border-bottom: 1px solid #ddd;
	transition: background 0.3s;
}

.content ul.search_results li:hover {
	background: #eee;
}

.content ul.search_results li strong {
	float: left;
	width: 100%;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.1em;
	margin-bottom: 10px;
}

.content ul.search_results li p {
	margin-bottom: 10px;
}

.content ul.search_results li a {
	font-size: 12px;
	line-height: 1.1em !important;
}

.content ul.search_results li em {
	float: left;
	font-style: normal;
	font-size: 11px;
	font-weight: 400;
	text-transform: uppercase;
	color: #fff;
	padding: 4px 6px;
	border-radius: 4px;
	margin-bottom: 15px;
	line-height: 1.1em !important;
}

/* sitemap */

ul#sitemap {
	font-size: 18px;
}

ul#sitemap li ul {
	list-style-type: disc;
	margin-top: 5px;
	padding-left: 15px;
}

ul#sitemap li ul li {
	font-size: 17px;
}

ul#sitemap li ul li ul {
	list-style-type: square;
	margin-top: 5px;
	padding-left: 15px;
}

ul#sitemap li ul li ul li {
	font-size: 16px;
}

ul#sitemap li ul li ul li ul {
	list-style-type: circle;
	margin-top: 5px;
	padding-left: 15px;
}

ul#sitemap li ul li ul li ul li {
	font-size: 15px;
}

ul#sitemap li ul li ul li ul li ul {
	list-style-type: disc;
	margin-top: 5px;
	padding-left: 15px;
}

ul#sitemap li ul li ul li ul li ul li {
	font-size: 14px;
}

/* usergroups */

.usergroup_session_notification {
	float: left;
	width: 94%;
	padding: 10px 3%;
	background: #555;
	color: #fff;	
	font-size: 14px;
	text-align: center;
}

.usergroup_session_notification a {
	text-decoration: none;
	color: #fff;
	border-bottom: 1px solid #ccc;
}

.usergroup_session_notification a:hover {
	color: #fff;
	border-bottom: 1px solid #fff;
}

/* form */

.form {
	float: left;
	width: 100%;
	margin-bottom: 25px;
}

/* form labels */

.form span.label, 
.form span.hint {
	float: left;
	width: 100%;
}

.form span.label {
	margin-bottom: 2px;
}

.form span.label.error {
	color: #b00;
}

.form span.hint {
	font-weight: normal;
	font-size: 13px;
	color: #777;
	margin-top: -5px;
	margin-bottom: 15px;
}

.form span.hint a {
	color: #777;
}

.form span.hint a:hover {
	color: #555;
}

.form span.checkbox {
	float: left;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 15px;
}

.form span.checkbox.error {
	color: #b00;
}

.form span.checkbox.error a {
	color: #b00;
}

.form span.label b, 
.form span.checkbox b {
	color: #666;
	font-weight: normal;
}

.form span.label.error b, 
.form span.checkbox.error b {
	color: #b00;
	font-weight: bold;
}

.form span.form_block {
	float: left; 
	width: 100%; 
	margin-bottom: 15px;
}

.form span.form_block.error {
	color: #b00;
}

.form span.remark {
	float: left;
	width: 100%;
	margin-top: 12px;
	margin-bottom: 10px;
}

.form span.remark p {
	margin-bottom: 0;
}

/* form fields */

.form input.text {
	float: left;
	width: 95%;
	background: #fff;
	border: 1px solid #ccc;
	padding: 8px;
	margin-top: 3px;
	margin-bottom: 10px;
	color: #555;
	font-family: "ubuntu", sans-serif;
	font-weight: 400;
	font-size: 16px;
}

.form input.text.error {
	border: 1px solid #d00;
}

.form textarea {
	float: left;
	width: 95%;
	height: 150px;
	background: #fff;
	border: 1px solid #ccc;
	padding: 8px;
	margin-top: 3px;
	margin-bottom: 10px;
	color: #555;
	font-family: "ubuntu", sans-serif;
	font-weight: 400;
	font-size: 16px;
}

.form select {
	float: left;
	width: 60%;
	background: #fff;
	border: 1px solid #ccc;
	margin-top: 8px;
	margin-bottom: 10px;
	padding: 5px;
	color: #555;
	font-family: "ubuntu", sans-serif;
	font-weight: 400;
	font-size: 16px;
}

.form input.checkbox {
	float: left;
	vertical-align: top;
	display: block;
	overflow: hidden;
	padding: 0; 
	border: 0;
	margin: 2px 4px 2px 0;
	width: 13px;
	height: 13px;
	line-height: 1em;
}

div.form_break {
	float: left;
	width: 100%;
	height: 15px;
	margin-top: 10px;
	border-top: 1px solid #ddd;
}

div.form_title {
	float: left;
	width: 100%;
	font-size: 18px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 15px;
	color: #000;
}

/* feedback */

div.feedback {
	float: left;
	width: 100%;
	padding: 10px 0;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	color: #fff;
	background: #a6b22b;
	margin-bottom: 20px;
}

div.feedback.error {
	background: #b00;
}

/* button */

button::-moz-focus-inner { 
    border: 0;
    padding: 0;
}

button {
	display: inline-block;
	color: #fff;
	background: #555;
	cursor: pointer;
	overflow: visible;
	outline: none;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 15px;
	font-weight: 400;
	letter-spacing: 1px;
	padding: 14px 19px;
	border-radius: 5px;
	margin-right: 10px;
	margin-bottom: 10px;
	transition: background 0.3s, color 0.3s !important;
}

button:hover {
	background: #444;
	border: 0 !important;
}

/* footer */

.footer {
	float: left;
	width: 100%;
	padding: 30px 0;
	text-align: center;
	font-size: 16px;
	line-height: 1.4em;
	font-weight: 400;
	color: #aaa;
	border-top: 1px solid #ddd;
}

.footer a {
	text-decoration: none;
	color: #aaa;
	border-bottom: 1px solid #ddd;
	transition: color 0.3s, border-bottom 0.3s;
	text-transform: lowercase;
}

.footer a:hover {
	color: #555;
	border-bottom: 1px solid #555;
}

.footer b {
	text-transform: lowercase;
}

/* addthis */

.at-share-btn-elements a {
	border: 0 !important;
}
