/*
Theme Name: PROG
Author: Mathias Greiner | medienlabor GmbH
Author URI: https://www.agentur-medienlabor.de/
Version: 1.0
Text Domain: prog
*/


/**
 * Reset
 *
 * Resetting and rebuilding styles have been helped along thanks to the fine
 * work of Eric Meyer, Nicolas Gallagher, Jonathan Neal, and Blueprint.
 */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 62.5%;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

*,
*:before,
*:after {
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}

body {
	background: #fff;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
	display: block;
}

ol,
ul {
	list-style: none;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

fieldset {
	min-width: inherit;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
	quotes: none;
}

a:focus {
	outline: 2px solid #c1c1c1;
	outline: 2px solid rgba(51, 51, 51, 0.3);
}

a:hover,
a:active {
	outline: 0;
}

a img {
	border: 0;
}


/**
 * Genericons
 */

.social-navigation a:before,
.secondary-toggle:before,
.dropdown-toggle:after,
.bypostauthor > article .fn:after,
.comment-reply-title small a:before,
.comment-navigation .nav-next a:after,
.comment-navigation .nav-previous a:before,
.posted-on:before,
.byline:before,
.cat-links:before,
.tags-links:before,
.comments-link:before,
.entry-format:before,
.edit-link:before,
.full-size-link:before,
.pagination .prev:before,
.pagination .next:before,
.image-navigation a:before,
.image-navigation a:after,
.format-link .entry-title a:after,
.entry-content .more-link:after,
.entry-summary .more-link:after,
.author-link:after {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-family: "Genericons";
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	line-height: 1;
	speak: none;
	text-align: center;
	text-decoration: inherit;
	text-transform: none;
	vertical-align: top;
}


/**
 * Typography
 */

body,
button,
input,
select,
textarea {
	color: #333;
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.4;
	font-weight: 300;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-weight: 400;
	margin-bottom: 0.5em;
	text-transform: uppercase;
}

h1,
h2,
h3 {
	font-size: 22px;
	line-height: 28px;
}
h4,
h5,
h6 {
	font-size: 18px;
	line-height: 23px;
}

p {
	margin-bottom: 1.6em;
}

b,
strong {
	font-weight: 700;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	border-left: 4px solid #707070;
	border-left: 4px solid rgba(51, 51, 51, 0.7);
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	font-size: 18px;
	font-size: 1.8rem;
	font-style: italic;
	line-height: 1.6667;
	margin-bottom: 1.6667em;
	padding-left: 0.7778em;
}

blockquote p {
	margin-bottom: 1.6667em;
}

blockquote > p:last-child {
	margin-bottom: 0;
}

blockquote cite,
blockquote small {
	color: #333;
	font-size: 15px;
	font-size: 1.5rem;
	font-family: 'Lato', sans-serif;
	line-height: 1.6;
}

blockquote em,
blockquote i,
blockquote cite {
	font-style: normal;
}

blockquote strong,
blockquote b {
	font-weight: 400;
}

address {
	font-style: italic;
	margin: 0 0 1.6em;
}

code,
kbd,
tt,
var,
samp,
pre {
	font-family: Inconsolata, monospace;
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
}

pre {
	background-color: transparent;
	background-color: rgba(0, 0, 0, 0.01);
	border: 1px solid #eaeaea;
	border: 1px solid rgba(51, 51, 51, 0.1);
	line-height: 1.2;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 0.8em;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

abbr[title] {
	border-bottom: 1px dotted #eaeaea;
	border-bottom: 1px dotted rgba(51, 51, 51, 0.1);
	cursor: help;
}

mark,
ins {
	background-color: #fff9c0;
	text-decoration: none;
}

sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

small {
	font-size: 75%;
}

big {
	font-size: 125%;
}


/**
 * Elements
 */

hr {
	background-color: #eaeaea;
	background-color: rgba(51, 51, 51, 0.1);
	border: 0;
	height: 1px;
	margin-bottom: 1.6em;
}

ul,
ol {
	margin: 0 0 1.6em 1.3333em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
}

dl {
	margin-bottom: 1.6em;
}

dt {
	font-weight: bold;
}

dd {
	margin-bottom: 1.6em;
}

table,
th,
td {
	border: 1px solid #eaeaea;
	border: 1px solid rgba(51, 51, 51, 0.1);
}

table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	margin: 0 0 1.6em;
	table-layout: fixed; /* Prevents HTML tables from becoming too wide */
	width: 100%;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

th {
	border-width: 0 1px 1px 0;
	font-weight: 700;
}

td {
	border-width: 0 1px 1px 0;
}

th, td {
	padding: 0.4em;
}

img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	height: auto;
	max-width: 100%;
	vertical-align: middle;
}

figure {
	margin: 0;
}

del {
	opacity: 0.8;
}

/* Placeholder text color -- selectors need to be separate to work. */

::-webkit-input-placeholder {
	color: rgba(51, 51, 51, 0.7);
	font-family: 'Lato', sans-serif;
}

:-moz-placeholder {
	color: rgba(51, 51, 51, 0.7);
	font-family: 'Lato', sans-serif;
}

::-moz-placeholder {
	color: rgba(51, 51, 51, 0.7);
	font-family: 'Lato', sans-serif;
	opacity: 1; /* Since FF19 lowers the opacity of the placeholder by default */
}

:-ms-input-placeholder {
	color: rgba(51, 51, 51, 0.7);
	font-family: 'Lato', sans-serif;
}


/**
 * Forms
 */

button,
input,
select,
textarea {
	background-color: #f7f7f7;
	border-radius: 0;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5;
	margin: 0;
	max-width: 100%;
	vertical-align: baseline;
}

button,
input {
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
	line-height: normal;
}

input,
textarea {
	background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)); /* Removing the inner shadow on iOS inputs */
	border: 1px solid #eaeaea;
	border: 1px solid rgba(51, 51, 51, 0.1);
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
}

input:focus,
textarea:focus {
	background-color: #fff;
	border: 1px solid #c1c1c1;
	border: 1px solid rgba(51, 51, 51, 0.3);
	color: #333;
}

input:focus,
select:focus {
	outline: 2px solid #c1c1c1;
	outline: 2px solid rgba(51, 51, 51, 0.3);
}

button[disabled],
input[disabled],
select[disabled],
textarea[disabled] {
	cursor: default;
	opacity: .5;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	background-color: #054793;
	border: 0;
	color: #fff;
	cursor: pointer;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 700;
	padding: 0.7917em 1.5em;
	text-transform: uppercase;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
	background-color: #4cbce4;
	outline: 0;
}

input[type="search"] {
	-webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

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

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	padding: 0.375em;
	width: 100%;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	outline: 0;
}

.post-password-form {
	position: relative;
}

.post-password-form label {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	display: block;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 1.5;
	text-transform: uppercase;
}

.post-password-form input[type="submit"] {
	padding: 0.7917em;
	position: absolute;
	right: 0;
	bottom: 0;
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0;
}

#main .search-field {
	margin-bottom: 20px;
}


/**
 * Accessibility
 */

/* Text meant only for screen readers */
.says,
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
}




/**
 * Alignments
 */

.alignleft {
	display: inline;
	float: left;
}

.alignright {
	display: inline;
	float: right;
}

.aligncenter {
	display: block;
	margin-right: auto;
	margin-left: auto;
}

blockquote.alignleft,
.wp-caption.alignleft,
img.alignleft {
	margin: 0 20px 20px 0;
}

blockquote.alignright,
.wp-caption.alignright,
img.alignright {
	margin: 0 0 20px 20px;
}

blockquote.aligncenter,
.wp-caption.aligncenter,
img.aligncenter {
	clear: both;
	margin-top: 0;
	margin-bottom: 20px;
}

.wp-caption.alignleft,
.wp-caption.alignright,
.wp-caption.aligncenter {
	margin-bottom: 15px;
}


/**
 * Clearings
 */

.clear:before,
.clear:after,
.site:before,
.site:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-content:before,
.site-content:after,
.nav-links:before,
.nav-links:after,
.comment-navigation:before,
.comment-navigation:after,
.social-navigation ul:before,
.social-navigation ul:after,
.textwidget:before,
.textwidget:after {
	content: "";
	display: table;
}

.clear:after,
.site:after,
.entry-content:after,
.comment-content:after,
.site-content:after,
.nav-links:after,
.comment-navigation:after,
.social-navigation ul:after,
.textwidget:after {
	clear: both;
}




/**
 * LAYOUT
 */
.page-center {
	width: 96%;
	max-width: 1260px;
	margin: 0 auto;
	overflow: hidden;
}
#page-spacer-top {
	margin-top: 150px;
	background: #eee url(images/spacer-wather-top.jpg) no-repeat center center;
	background-size: 100% auto;
	min-height: 55px;
	position: relative;
}
#page-spacer-bottom {
	background: #eee url(images/spacer-wather.jpg) no-repeat center center;
	background-size: 100% auto;
	min-height: 80px;
}

#page-spacer-top:before	{
	height: 55px;
	background: -webkit-linear-gradient(rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.25) 100%);
	background: -o-linear-gradient(rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.25) 100%);
	background: linear-gradient(rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.25) 100%);
	top: 0;
	content: "";
	display: block;
	left: 0;
	position: absolute;
	right: 0;
	z-index: 2;
}

.cell-50 {
	width: 50%;
}

.cell-50-center {
	width: 50%;
	margin: 0 auto;
}



#primary {
	width: 74.603174603%;
	/*margin-rigt: 1.5873015873%;*/
	float: left;
}
#primary.full-width {
	width: 100%;
	float: none;
}
#secondary {
	width: 23.80952381%;
	float: right;
}

#sidebar-top,
#sidebar-footer {
	margin-bottom: 70px;
}

#page-nav-wrapper {
	position: absolute;
	top: 0;
	width: 100%;
	background: #fff;
	background: rgba(255,255,255,1);
	z-index: 100;
}

#content {
	padding: 70px 0
}


/**
 * Header
 */
.logo {
	display: block;
	width: 160px;
	height: 90px;
	margin: 30px 0;
	float: left;
}
.logo-mrf {
	display: block;
	width: 160px;
	height: 90px;
	margin: 30px 0 30px 30px;
	float: left;
}
.logo-project {
	display: block;
	width: 128px;
	height: 90px;
	margin: 30px 0 30px 30px;
	float: left;
}


/**
 * Slider
 */
#slider-wrapper {
	position: relative;
	z-index: 1;
	overflow: hidden;
}
.slider-item {
	height: 1200px;
	height: 75vh;
	max-height: 100%;
	overflow: hidden;
}
.slider-item img {
position: absolute;
height: 100%;
left: 0;
-o-object-fit: cover;
object-fit: cover;
bottom: 0;
width: 100%;


/*	max-width: 1000%;
	min-height: 100%;
	min-width: 100%;
	min-width: 100vw;
	height: 100%;
	width: auto;*/
/*	position: absolute;
	left: 50%;
	top: 50%;
	-ms-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);*/
}
.slider-item:before {
	height: 33%;
	background: -moz-linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.3) 75%, rgba(0, 0, 0, 0.5) 85%); /* FF3.6-15 */
	background: -webkit-linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.3) 75%, rgba(0, 0, 0, 0.5) 85%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.3) 75%, rgba(0, 0, 0, 0.5) 85%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	bottom: 0;
	content: "";
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	z-index: 2;
}
.slider-item .slider-content-wrapper {
	position: absolute;
	bottom: 60px;
	left: 0;
	width: 100vw;
}
.slider-item .more-link {
	color: #fff;
	border-color: #fff;
	margin-top: 20px;
}
.slider-item .slider-content {
	position: relative;
	width: 50%;
	float: right;
	color: #fff;
	background: rgba(0,0,0,0.625);
	padding: 30px;
	z-index: 10;
	font-weight: 400;
	font-size: 16px;
	line-height: 21px;
}
.slider-item .slider-content.left {
	float: left;
}
.slider-item .slider-content.right {
	float: right;
}
#slider-wrapper .menu-footer-menu-container {
	position: absolute;
	top: 150px;
	width: 100%;
}
.secondary-menu ul.nav-menu {
	position: relative;
	text-align: right;
	z-index: 10;
}
.secondary-menu ul.nav-menu li a {
	line-height: 50px;
}


.bx-wrapper .bx-pager.bx-default-pager {
	text-align: center;
	bottom: 15px;
}
.bx-default-pager .bx-pager-item {
	display: inline-block;
	padding: 0 5px;

}
.bx-default-pager .bx-pager-link {
	display: inline-block;
	background: #fff;
	border-radius: 100px;
	width: 10px;
	height: 10px;
	text-indent: -99999px;
}
.bx-default-pager .bx-pager-link:hover,
.bx-default-pager .bx-pager-link:focus,
.bx-default-pager .bx-pager-link.active {
	color: #4cbce4;
	background: #4cbce4
}




/**
 * Footer
 */
#page-footer-wrapper {
 background: #054793;
 color: #fff;
}
#page-footer {
	padding: 20px 0;
}

#logos h6 {
	font-size: 14px;
	line-height: 21px;
	color: #666;
	text-align: center;
	margin-bottom: 20px;
}
#logos .logo-items {
	text-align: center;
	padding: 40px 10px;
}
#logos #class-hosted {
	border-bottom: 1px solid #eee;
}
#logos #class-sponsored {
	float: left;
	width: 50%;
}
#logos #class-funded {
	float: right;
	width: 50%;
}
#logos #class-sponsored img,
#logos #class-funded img {
	height: 75px;
	width: auto;
}

#logos .logo-items img {
	display: inline-block;
	margin-bottom: 20px;
}

/*#class-partnership-mrf {
	max-width: 900px;
	margin: 0 auto;
}*/




/**
 * Links
 */
a {
	color: #054793;
	text-decoration: none;
}
a:hover, a:focus {
	color: #4cbce4;
}
.entry-content a {
	text-decoration: underline;
}

a img {
	border: none;
}
a:hover img,
a:focus img {
	opacity: 0.9;
}

.more-link {
	display: inline-block;
	border: 1px solid #054793;
	padding: 3px 20px;
	text-decoration: none !important;
}
.more-link:hover,
.more-link:active {
	color: #4cbce4;
	border: 1px solid #4cbce4;
}


/**
 * Navigation ScrollAnimation
 */
#page-nav-wrapper.is-fixed {
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  min-height: 65px;
  -o-transition:all .3s linear;
  -ms-transition:all .3s linear;
  -moz-transition:all .3s linear;
  -webkit-transition:all .3s linear;
  transition:all .3s linear;
  background: rgba(255,255,255,0.9)
}
#page-nav-wrapper.is-fixed #page-nav {
	height: 65px;
  -o-transition:all .2s linear;
  -ms-transition:all .2s linear;
  -moz-transition:all .2s linear;
  -webkit-transition:all .2s linear;
  transition:all .2s linear;
}
#page-nav-wrapper.is-fixed .logo {
  width: 80px;
  height: 25px;
  overflow: hidden;
  margin: 20px 0;
  -o-transition:all .2s linear;
  -ms-transition:all .2s linear;
  -moz-transition:all .2s linear;
  -webkit-transition:all .2s linear;
  transition:all .2s linear;
}
#page-nav-wrapper.is-fixed .logo-mrf {
	width: 60px;
  height: 25px;
  overflow: hidden;
  margin: 20px 0 20px 20px;
  -o-transition:all .2s linear;
  -ms-transition:all .2s linear;
  -moz-transition:all .2s linear;
  -webkit-transition:all .2s linear;
  transition:all .2s linear;
}
#page-nav-wrapper.is-fixed .logo-project {
	width: 75px;
  height: 25px;
  overflow: hidden;
  margin: 20px 0 20px 20px;
  -o-transition:all .2s linear;
  -ms-transition:all .2s linear;
  -moz-transition:all .2s linear;
  -webkit-transition:all .2s linear;
  transition:all .2s linear;
}
#page-nav-wrapper.is-fixed .menu-main-menu-container ul.nav-menu {
	margin: 0;
	 -o-transition:all .2s linear;
  -ms-transition:all .2s linear;
  -moz-transition:all .2s linear;
  -webkit-transition:all .2s linear;
  transition:all .2s linear;
}
#page-nav,
.menu-main-menu-container ul.nav-menu,
.logo,
.logo-mrf,
.logo-project {
	-o-transition:all .2s linear;
  -ms-transition:all .2s linear;
  -moz-transition:all .2s linear;
  -webkit-transition:all .2s linear;
  transition:all .2s linear;
}

/**
 * Navigation
 */
#page-nav {
	height: 150px;
}

#page-nav .menu-toggle {
  display: none;
  float: right;
  font-size: 36px;
  padding: 0 ;
  background: none;
  color: #054793;
  cursor: pointer;
  margin: 80px 0 0;
}
#page-nav .menu-toggle span {
  display: none;
}
#page-nav .menu-toggle:before {
	display: block;
	font-family: 'FontAwesome';
	content: '\f0c9';
}
#page-nav .menu-toggle:hover,
#page-nav .menu-toggle:active {
  color: #4cbce4;
}
#page-nav .menu-toggle.toggle-up:before {
	content: '\f00d';
}


#page-nav .menu-main-menu-container ul.nav-menu {
  padding: 0;
  margin: 85px 0 0;
  clear: right;
  float: right;
  list-style: none;
  text-align: right;

}
#page-nav .menu-main-menu-container ul.nav-menu li {
  display: inline-block;
  margin-left: 20px;
  text-transform: uppercase;
}
#page-nav .menu-main-menu-container ul.nav-menu li a {
  font-size: 18px;
  line-height: 65px;
}
#page-nav .menu-main-menu-container ul.nav-menu ul {
  position: absolute;
  left: -9999px;
  margin: 0;
  padding: 0;
}
#page-nav .menu-main-menu-container ul.nav-menu > li:hover > ul {
  left: auto;
  z-index: 1000;
}
#page-nav .menu-main-menu-container ul.nav-menu ul > li:hover > ul {
  left: auto;
  top: 0;
  margin-left: 240px;
  z-index: 1000;
}
#page-nav .menu-main-menu-container ul.sub-menu {
  width: 240px;
  background: #054793;
  background: rgba(5, 71, 147, 0.8);
  padding: 5px 0 0;
}
/*#page-nav .menu-main-menu-container ul.nav-menu li:last-child ul.sub-menu {
  margin-left: -165px;
}*/
#page-nav .menu-main-menu-container ul.sub-menu li {
  display: block;
  margin: 0;
}
#page-nav .menu-main-menu-container ul.sub-menu li a {
  display: block;
  color: #fff;
  padding: 10px 20px;
  text-align: left;
  line-height: 27px;
}
#page-nav .menu-main-menu-container ul.sub-menu a:hover {
  background: #054793;
  color: #4cbce4;
}
span.show-menu-childs {
	display: none;
}

/**
 * Footer Navigation
 */
#page-footer a,
.secondary-menu a {
	color: #fff;
}
#page-footer a:hover,
#page-footer a:focus,
.secondary-menu a:hover,
.secondary-menu a:focus {
	color: #4cbce4;
}
#page-footer .menu-main-menu-container {
	float: left;
}
#page-footer .menu-footer-menu-container {
	float: right;
}
#page-footer .site-info {
	clear: right;
	float: right;
}
#page-footer .nav-menu,
#page-footer .nav-menu ul,
.secondary-menu ul.nav-menu {
	margin: 0;
	padding: 0;
	list-style: none;
	text-transform: uppercase;
}
.secondary-menu ul.nav-menu {
	margin: 0 auto;
}
#page-footer .nav-menu {
	margin-bottom: 20px;
}
#page-footer .nav-menu li {
	max-width: 250px;
}
#page-footer .nav-menu > li,
.secondary-menu ul.nav-menu li {
	display: inline-block;
	vertical-align: top;
	padding-right: 20px;
}
#page-footer .nav-menu > li:last-of-type,
.secondary-menu ul.nav-menu > li:last-of-type {
	padding-right: 0;
}
#page-footer .menu-main-menu-container .nav-menu > li > a,
.secondary-menu ul.nav-menu li a {
	font-weight: 400;
}
#page-footer .nav-menu .sub-menu li {
	padding-bottom: 10px;
}
#page-footer .nav-menu .sub-menu .sub-menu li:last-of-type {
	padding-bottom: 0;
}
#page-footer .nav-menu .sub-menu {
	margin-top: 10px;
}
#page-footer .nav-menu .sub-menu .sub-menu {
	margin-left: 10px;
}


/**
 * CONTENT
 */
#content-wrapper {
	background: #fff;
	z-index: 10;
}
#main ul,
.widget-area .widget ul{
  list-style: outside none;
  list-style-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAICAYAAADaxo44AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAFBJREFUeNpiZJh4nY2BgaEbiGOAmBGIFwNxKQuQ6ALiPAYEALG/MwGJWAZMkMrEgAMwQc1EB3NAdpRBLYUZCVJYywh0FVajGP///49VAiDAANhcDjc/MdL8AAAAAElFTkSuQmCC');
  margin: 0 0 1.6em;
}
#main ul li,
.widget-area .widget ul li {
  position: relative;
  left: 1em;
  padding-right: 1em;
}

.blog #main article,
.category #main article,
.archive #main article {
	width: 31.914893617%;
	margin: 0 2.1276595745% 20px 0;
	float: left;
	clear: none;
}
.blog #main article:nth-of-type(3n),
.category #main article:nth-of-type(3n),
.archive #main article:nth-of-type(3n) {
	margin-right: 0;
}
.blog #main article:nth-of-type(3n+1),
.category #main article:nth-of-type(3n+1),
.archive #main article:nth-of-type(3n+1) {
	clear: both;
}

.blog #primary.full-width #main article,
.category #primary.full-width #main article,
.archive #primary.full-width #main article {
	width: 23.8095238095%;
	margin: 0 1.5873015873% 20px 0;
	float: left;
	clear: none;
}
.blog #primary.full-width #main article:nth-of-type(4n),
.category #primary.full-width #main article:nth-of-type(4n),
.archive #primary.full-width #main article:nth-of-type(4n) {
	margin-right: 0;
}
.blog #primary.full-width #main article:nth-of-type(4n+1),
.category #primary.full-width #main article:nth-of-type(4n+1),
.archive #primary.full-width #main article:nth-of-type(4n+1) {
	clear: both;
}

.image-wrapper {
	margin-bottom: 20px;
}

body.single .entry-title,
body.page .entry-title,
.post-type-archive-event .entry-title {
	font-size: 30px;
	line-height: 39px;
	color: #054793;
}

.tags-links {
	display: block;
	font-size: 12px;
}

.pagination {
	clear: both;
}


/**
 * Image Efects
 */
article .image-wrapper,
.gallery-item {
  overflow: hidden;
}
article .image-wrapper a img,
.gallery-item a img  {
  transform: scale(1);
  filter: brightness(100%);
  transition: 300ms linear all;
}
article .image-wrapper a img:hover,
article .image-wrapper a img:focus,
.gallery-item a img:hover,
.gallery-item a img:focus  {
  transform: scale(1.1);
  filter: brightness(70%);
  transition: 300ms linear all;
}


/**
 * Widget
 */
.widget-title {
	color: #054793;
}
.widget-area .widget {
	margin-bottom: 50px;
}
.widget-area .widget_recent_entries ul,
.widget-area .recent-posts-extended ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.widget-area .widget_recent_entries ul li,
.widget-area .recent-posts-extended ul li {
	position: static;
	left: 0;
	padding-right: 0;
	margin-bottom: 20px;
}
.widget-area .widget_recent_entries span.post-date {
	display: block;
}

.circle-countdown {
	text-align: center;
}
.circle-dash, .circle-tripdash {
	margin: 10px !important;
}

/*.circle-countdown  {
	text-align: center;
	background: #054793;
	color: #fff;
}
.circle-dash_title {
	margin-top: 20px !important;
}
.circle-dash, .circle-tripdash {
	margin: 0 !important;
	border: none !important;
	height: 100px !important;
}
.circle-countdown .circle-digit {
	font-size: 30px;
}*/



.widget_ml_box_widget a {
	display: block;
	padding: 50px 20%;
	text-align: center;
	color: #fff;
	text-decoration: none;
	background-position: center center;
	background-size: cover;
	background-repeat: none;
}
.widget_ml_box_widget a h3,
.widget_ml_box_widget a h4 {
	background: rgba(0,0,0,0.5);
	margin: 0;
	padding: 10px;
	text-transform: none;
	font-size: 22px;
	line-height: 28px;
}


.widget_ml_box_widget a:hover {
	opacity: 0.9;
}
.widget_ml_box_widget a:hover h3,
.widget_ml_box_widget a:hover h4 {
	background: rgba(255,255,255,0.5);
	color: #000;
}

/*.widget_ml_box_widget .boxmenu-items {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
}
.widget_ml_box_widget .boxmenu-items .boxmenu-item {
	width: 49%;
	margin: 0 2% 20px 0;
	padding: 20px;
	background: #eee;
	text-align: center;
  -webkit-column-break-inside: avoid;
  column-break-inside: avoid;
  display: inline-block;
  position: relative;
  text-decoration: none;
}
.widget_ml_box_widget .boxmenu-items .boxmenu-item:nth-child(2n){
	margin: 0 0 20px 0;
}
.widget_ml_box_widget .boxmenu-items .boxmenu-item:before {
	content: '\f10c';
	font-family: 'FontAwesome';
	display: block;
	font-size: 120px;
}
.widget_ml_box_widget .boxmenu-items .boxmenu-icon-circle:before { content: '\f10c'; }
.widget_ml_box_widget .boxmenu-items .boxmenu-icon-square:before { content: '\f0c8'; }
.widget_ml_box_widget .boxmenu-items .boxmenu-icon-triangle:before { content: '\f071'; }
.widget_ml_box_widget .boxmenu-items .boxmenu-icon-shape:before { content: '\f1e0'; }*/





.rpwe-title {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.4;
	text-transform: none;
	font-weight: 300;
	clear: none;
	margin-bottom: 0;
}
.rpwe-alignleft {
	float: left;
	margin: 0 10px 10px 0;
}




/**
 * Media
 */
audio,
canvas {
	display: inline-block;
}

embed,
iframe,
object,
video {
	margin-bottom: 1.6em;
	max-width: 100%;
	vertical-align: middle;
}

p > embed,
p > iframe,
p > object,
p > video {
	margin-bottom: 0;
}

.wp-audio-shortcode,
.wp-video,
.wp-playlist.wp-audio-playlist {
	font-size: 15px;
	font-size: 1.5rem;
	margin-top: 0;
	margin-bottom: 1.6em;
}

.wp-playlist.wp-playlist {
	padding-bottom: 0;
}

.wp-playlist .wp-playlist-tracks {
	margin-top: 0;
}

.wp-playlist-item .wp-playlist-caption {
	border-bottom: 0;
	padding: 10px 0;
}

.wp-playlist-item .wp-playlist-item-length {
	top: 10px;
}

/**
 * Video
 */
.video-container {
  position: relative;
  padding-bottom: 56.25%; /* Default for 1600x900 videos 16:9 ratio*/
  padding-top: 0px;
  height: 0;
  overflow: hidden;
  margin-bottom: 1.6em;
}
.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


/**
 * Captions
 */

.wp-caption {
	margin-bottom: 1.6em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0;
}

.wp-caption-text {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.5;
	padding: 0.5em 0;
}


/**
 * Galleries
 */

.gallery {
  margin-bottom: 1.6em;
}
.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
  max-width: 130px;
}
#primary .gallery-item {
  max-width: 14.893617021%;
  margin-right: 2.1276595745%;
  margin-bottom: 20px;
}
#primary .gallery-item:nth-of-type(6n) {
	margin-right: 0;
}
.gallery-icon img {
  margin: 0 auto;
}
.gallery-caption {
  display: none;
}

#TB_caption {
  float: none !important;
  font-weight: bold;
  height: auto !important;
}
#TB_caption #TB_secondLine {
  font-weight: normal;
}
#TB_closeWindow {
  position: absolute;
  bottom: 20px;
  right: 0;
  height: auto !important;
  padding: 0;
  float: none;
}



.ssbp-wrap {
	margin: 20px 0;
}



/**
 * Galleries
 */
.event-item,
.widget_em_widget ul li {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #eee;
}
.events .event-item:last-child {
	border:none;
}
.event-date {
	font-weight: bold;
}
.event-name {
	display: block;
	margin: 10px 0;
}
#main .event-name {
	font-size: 22px;
	line-height: 28px;
}
.event-venue {
	font-style: italic;
}
.widget_em_widget ul {
	list-style: none !important;
	padding: 0;
	margin: 0;
}
.widget_em_widget ul li {
	position: static !important;
	padding-right: 0 !important;
}



/**
 * Logo List
 */

.logo-list {
	overflow: hidden;
	text-align: center;
}
.logo-list .logo-list-item {
	display: inline-block;
	margin: 0 10px 20px;
}
.logo-list .logo-list-item img {
	height: 75px;
	width: auto;
}


/**
 * Custom Twitter Feeds
 */
.home .ctf-tweets {

}
.home #ctf .ctf-tweets .ctf-item {
	width: 23.8095238095%;
	margin: 0 1.5873015873% 20px 0;
	float: left;
	clear: none;
	border-top: none;
}
.home #ctf .ctf-tweets .ctf-item:nth-child(4) {
	margin-right: 0;
}

/**
 * Media Queries
 */

@-ms-viewport {
	width: device-width;
}

@viewport {
	width: device-width;
}

@media screen and (max-width: 1080px) {
	#page-nav .menu-main-menu-container ul.nav-menu li a {
		font-size: 14px;
	}
}

@media screen and (max-width: 940px) {
	#primary,
	#secondary {
		width: 100%;
		float: none;
		clear: both;
	}
	#primary {
		margin-bottom: 20px;
	}
	#widget-area .widget {
		width: 48.936170213%;
		float: left;
	}
	#widget-area .widget:nth-of-type(2n) {
		float: right;
	}
	#page-footer .menu-footer-menu-container,
	#page-footer .site-info {
		float: none;
		clear: both;
	}

	.slider-item .slider-content {
		width: 100%;
	}


	/**
	 * Navigation
	 */
	#page-nav .menu-toggle {
  	display: block;
  }
  #page-nav.page-center {
  	overflow: visible;
  }
	#page-nav .menu-main-menu-container ul.nav-menu {
		display: none;
		background: #fff;
		background: rgba(255,255,255,0.95);
	  padding: 10px 0 0;
	  margin: 0 -15px;
	  clear: both;
	  float: none;
	  text-align: left;
	  border-bottom: 1px solid #eee;
	}
	#page-nav .menu-main-menu-container ul.nav-menu li {
	  display: block;
	  margin: 0;
	}
	#page-nav .menu-main-menu-container ul.nav-menu li a {
		display: block;
		color: #333;
		padding: 10px 20px;
		text-align: left;
		font-size: 14px;
		line-height: 21px;
		font-weight: bold;
	}
	#page-nav .menu-main-menu-container ul.nav-menu li a:hover,
	#page-nav .menu-main-menu-container ul.nav-menu li a:focus {
		background: none;
		color: #4cbce4;
	}
	#page-nav .menu-main-menu-container ul.nav-menu ul {
	  position: static;
	}
	#page-nav .menu-main-menu-container ul.nav-menu ul > li:hover > ul {
	  margin-left: 0;
	}
	#page-nav .menu-main-menu-container ul.sub-menu {
		display: none;
	  width: auto;
	  background: none;
	  margin-left: 15px !important;
	}


	#page-nav ul.nav-menu li.menu-item-has-children {
    position: relative;
  }
  span.show-menu-childs {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    padding: 5px 30px;
    font-size: 20px;
  }
  span.show-menu-childs:before {
  	display: block;
  	font-family: 'FontAwesome';
  	content: '\f078';
  }
  .open > span.show-menu-childs:before {
    content: '\f077';
  }
   span.show-menu-childs:hover {
  	color: #4cbce4;
  }
}

@media screen and (max-width: 860px) {
	#class-hosted a:nth-of-type(2n):after {
     content: "\A";
     white-space: pre;
	}
	.blog #primary.full-width #main article,
	.category #primary.full-width #main article,
	.archive #primary.full-width #main article,
	.home #ctf .ctf-tweets .ctf-item {
		width: 47.72727272735%;
		margin: 0 2.2727272727% 20px 0;
	}
	.blog #primary.full-width #main article:nth-of-type(2n),
	.category #primary.full-width #main article:nth-of-type(2n),
	.archive #primary.full-width #main article:nth-of-type(2n),
	.home #ctf .ctf-tweets .ctf-item:nth-of-type(2n) {
		margin-right: 0;
	}
	.blog #primary.full-width #main article:nth-of-type(2n+1),
	.category #primary.full-width #main article:nth-of-type(2n+1),
	.archive #primary.full-width #main article:nth-of-type(2n+1),
	.home #ctf .ctf-tweets .ctf-item:nth-of-type(2n+1) {
		clear: both;
	}

}

@media screen and (max-width: 640px) {
	article,
	#widget-area .widget,
	#logos #class-sponsored,
	#logos #class-funded,
	.ctf-item,
	.cell-50,
	.cell-50-center {
		width: 100% !important;
		float: none;
	}
	#logos #class-sponsored {
		border-bottom: 1px solid #eee;
	}
	#logos #class-hosted img {
		height: 100px;
		width: auto;
	}
	#logos #class-sponsored img,
	#logos #class-funded img {
		height: 50px;
	}

}

@media screen and (max-width: 600px) {
	.secondary-menu ul.nav-menu {
		display: none;
	}
}

@media screen and (max-height: 768px) {
	.slider-item .slider-content .slider-text {
		display: none;
	}
}

@media screen and (max-height: 550px) {
	.slider-item .slider-content {
		display: none;
	}
}

@media screen and (max-width: 400px) {
	.slider-item .slider-content .slider-text,
	.logo-project,
	.logo-mrf {
		display: none;
	}
}



@media screen and (max-width: 375px) {
	.secondary-menu ul.nav-menu li {
		padding-right: 10px;
	}
	.secondary-menu ul.nav-menu li a {
		font-size: 14px;
	}
}

/**
 * Print
 */

@media print {
	body {
		background: none !important; /* Brute force since user agents all print differently. */
		font-size: 11.25pt;
	}

	.secondary-toggle,
	.navigation,
	.page-links,
	.edit-link,
	#reply-title,
	.comment-form,
	.comment-edit-link,
	.comment-list .reply a,
	button,
	input,
	textarea,
	select,
	.widecolumn form,
	.widecolumn .mu_register form {
		display: none;
	}

	.page-header,
	.page-footer,
	.hentry,
	.entry-footer,
	.page-header,
	.page-content,
	.comments-area,
	.widecolumn {
		background: none !important; /* Make sure color schemes dont't affect to print */
	}

	body,
	blockquote,
	blockquote cite,
	blockquote small,
	label,
	a,
	.site-title a,
	.site-description,
	.post-title,
	.author-heading,
	.entry-footer,
	.entry-footer a,
	.taxonomy-description,
	.entry-caption,
	.comment-author,
	.comment-metadata,
	.comment-metadata a,
	.comment-notes,
	.comment-awaiting-moderation,
	.no-comments,
	.site-info,
	.site-info a,
	.wp-caption-text,
	.gallery-caption {
		color: #000 !important; /* Make sure color schemes don't affect to print */
	}

	pre,
	abbr[title],
	table,
	th,
	td,
	.page-header,
	.page-footer,
	.hentry + .hentry,
	.author-info,
	.page-header,
	.comments-area,
	.comment-list + .comment-respond,
	.comment-list article,
	.comment-list .pingback,
	.comment-list .trackback,
	.no-comments {
		border-color: #eaeaea !important; /* Make sure color schemes don't affect to print */
	}

	.site {
		margin: 0 7.6923%;
	}

	.sidebar {
		position: relative !important; /* Make sure sticky sidebar doesn't affect to print */
	}

	.site-branding {
		padding: 0;
	}

	.site-header {
		padding: 7.6923% 0;
	}

	.site-description {
		display: block;
	}

	.hentry + .hentry {
		margin-top: 7.6923%;
	}

	.hentry.has-post-thumbnail {
		padding-top: 7.6923%;
	}

	.sticky-post {
		background: #000 !important;
		color: #fff !important;
	}

	.entry-header,
	.entry-footer {
		padding: 0;
	}

	.entry-content,
	.entry-summary {
		padding: 0 0 7.6923%;
	}

	.post-thumbnail img {
		margin: 0;
	}

	.author-info {
		margin: 0;
	}

	.page-content {
		padding: 7.6923% 0 0;
	}

	.page-header {
		padding: 3.84615% 0;
	}

	.comments-area {
		border: 0;
		padding: 7.6923% 0 0;
	}

	.page-footer {
		margin-top: 7.6923%;
		padding: 3.84615% 0;
	}

	.widecolumn {
		margin: 7.6923% 0 0;
		padding: 0;
	}
}
