/* Font */

@font-face {
  font-family: "Brown";
  src:url("../fonts/lineto-brown-regular.eot");
  src:url("../fonts/lineto-brown-regular.eot?#iefix") format("embedded-opentype"),
    url("../fonts/lineto-brown-regular.woff2") format("woff2"),
    url("../fonts/lineto-brown-regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}


@font-face {
  font-family: "Brown";
  src:url("../fonts/lineto-brown-bold.eot");
  src:url("../fonts/lineto-brown-bold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/lineto-brown-bold.woff2") format("woff2"),
    url("../fonts/lineto-brown-bold.woff") format("woff");
  font-style: normal;
  font-weight: 500
}

@font-face {
  font-family: "Brown";
  src:url("../fonts/lineto-brown-bold.eot");
  src:url("../fonts/lineto-brown-bold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/lineto-brown-bold.woff2") format("woff2"),
    url("../fonts/lineto-brown-bold.woff") format("woff");
  font-style: normal;
  font-weight: 600
}

@font-face {
  font-family: "Brown";
  src:url("../fonts/lineto-brown-light.eot");
  src:url("../fonts/lineto-brown-light.eot?#iefix") format("embedded-opentype"),
    url("../fonts/lineto-brown-light.woff2") format("woff2"),
    url("../fonts/lineto-brown-light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}

/* General */

/* Main Color: 297d9e */

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto;
  z-index:2;
  
}

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

body {
  background: #F6F5F2;
  font-family:'Brown', sans-serif;
}

h1,h2,h3,h4,h5,h6,p,a,li {
  color:black;
}

a {
  color: #297d9e;
}

a:hover {
  color: #297d9e;
  *opacity:0.7;
}

.content li {
  margin-bottom: 5px;
}

.content ul.fa-ul > li {
  margin-bottom: 1px;
}

h1, .h1, h2, .h2, h3, .h3 {
  margin-top: 20px;
  font-weight: 600;
}

p, li {
  font-size: 15px;
  font-weight: 300;
  line-height:21px;
}

h1 {
  font-size: 26px;
}

h2 {
  font-size: 20px;
}

h3 {
  font-size: 18px;
  margin-bottom:5px;
}

.isotope-container a, .isotope-container .row, .isotope-container section {
  width: 100%;
}

.isotope-container .row {
  width: calc(100% + 40px)
}

form label {
  font-size: 15px;
  font-weight: 400;
}

select.form-control {
  outline: 2px inset white;
  outline-offset: -2px;
  outline-style: solid;
}


.vertical-center {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

a.link:before {
  content: "\f0c1";
  font-family: FontAwesome;
  margin-right: 5px;
}

a[href^="mailto"]:not(.no-mail):before { 
  content: "\f003";
  font-family: FontAwesome;
  margin-right: 5px;
  width: 1.28571429em;
  display:inline-block;  
}

a[href^="tel"]:before { 
  content: "\f095";
  font-family: FontAwesome;
  margin-right: 5px;
  width: 1.28571429em;
  display:inline-block;
}

footer a::before {
  display:none !important;
}

a.download:before {
  content: "\f019";
  font-family: FontAwesome;
  margin-right: 5px;
}

a.download, a.link {
  font-size:15px;
  display:block;
  margin-top:10px;
  margin-bottom:-10px;
}

.btn.text-left {
  text-align:left;
}


.btn-fachverband {
  border:1px solid transparent;
  background:white;
  color:#297d9e;
  font-weight: 300;
}
.btn-fachverband.bordered {
  border: 1px solid #297d9e;
}

.btn-fachverband:hover, .btn-fachverband.active, .media-release-nav li.active a {
  color:white;
  background: #297d9e;
}

.btn-huge {
  font-size: 18px;
  padding: 8px 14px;
  white-space:pre-wrap;
}

/* Bootstrap Flex Support */

@media screen and (min-width: 768px) {

.row-flex, .row-flex > div[class*='col-'] {  
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex:1 1 auto;
}

.row-flex-wrap {
  -webkit-flex-flow: row wrap;
  align-content: flex-start;
  flex:0;
}

.row-flex > div[class*='col-'], .container-flex > div[class*='col-'] {
  margin:-.2px; /* hack adjust for wrapping */
}

.container-flex > div[class*='col-'] div,.row-flex > div[class*='col-'] div {
  width:100%;
}



.flex-col {
  display: flex;
  display: -webkit-flex;
  flex: 1 100%;
  flex-flow: column nowrap;
}

.flex-grow {
  display: flex;
  -webkit-flex: 2;
  flex: 2;
}

}

/* Forms */


.form-control {
  border-color: white;
  box-shadow:none;
}

.form-control:focus {
  border-color: #297d9e;
  box-shadow:none;
}

.has-success .form-control:focus, .has-error .form-control:focus  {
  box-shadow:none;
}

@media screen and (min-width:993px) {
.row.wide-row {
  margin-left:-20px;
  margin-right:-20px;
}

.row.wide-row > div[class*="col-"] {
  padding-left:20px;
  padding-right:20px;
}
}


@media screen and (max-width:480px) {
.row {
  margin-left:-5px;
  margin-right:-5px;
}

.row > div[class*="col-"] {
  padding-left:5px;
  padding-right:5px;
}
}

.content {
  min-height: 80vh;
}

.content-header {
  margin-bottom: 25px;
}

/* Header */

.page-header {
  height: 500px;
  background-size:cover;
  background-repeat:no-repeat;
  background-position: center center;
  background-attachment:fixed;
  padding-bottom: 0;
  margin: 0;
  *margin-bottom: 50px;
  border:0;
  position:fixed;
  left:0;
  right:0;
  z-index:10;
  top:0;
  overflow:hidden;
}

.page-header.fixed {
  z-index:12;
  height: 140px;
}

.page-header .fixed-background {
  position:absolute;
  left:0;
  right:0;
  top:0;
  height: 500px;
  background-size:cover;
  background-position: center center;
}

.page-header .overlay {
  position: absolute;
  top:0;
  bottom:0;
  right:0;
  left:0;
  background-color: rgba(41,125,158,0.15);
  display:none;
}

.page-header > .container {
  height: 100%;
  padding: 30px 0;
}

.page-header .header-inner {
  padding:40px;
  height: 100%;
  position: relative;
}

.header-inner .edge {
  position:absolute;
  height:60px;
  width:60px;
}

.edge-bottom-left {
  bottom:0px;
  left:0;
}

.edge-bottom-right {
  bottom:0px;
  right:0;
  *transform: rotate(-90deg);
}


.edge-top-right {
  top:0;
  right:0;
  *transform: rotate(180deg);  
}

.page-header .logo-small {
  position: absolute;  
}

.logo-small {
  width:91px;
  height:104px;
  *position:absolute;
  top:0;
  left:0;
  float:left;
  margin-top: 15px;
  margin-left:-10px;
}

.logo-full {
  height:80px;
  position:absolute;
  bottom:60px;
  right:60px;
}

.jubi-logo {
  position: fixed;
  max-height: 130px;
  aspect-ratio: 1 / 1;
  bottom: 40px;
  left: 40px;
  z-index: 1000;
  transform: rotate(-10deg);
}

.page-header.fixed .mv-anmeldung, .page-header.fixed .jubi-logo  {
  display: none;
}

.mv-anmeldung {
  position: absolute;
  bottom: 40px;
  left: 60px;
  background: white;
  font-size: 28px;
}

.mv-anmeldung a {
  display:block;
  padding: 20px;
}


.header-quote {
  position:absolute;
  bottom:40px;
  right:60px;
  max-width: 400px;
  font-size: 28px;
  color: white;
  font-weight: 400;
  height:auto;
  *text-shadow: 1px 1px #000000;
  text-shadow: 1px 1px #444;
  *text-shadow: -1px 0 #000000, 0 1px #000000, 1px 0 #000000, 0 -1px #000000;
  *text-transform:uppercase;
  
}


.page-header.fixed .edge-bottom-left, .page-header.fixed .edge-bottom-right, .page-header.fixed .header-quote {
  display:none;
}



.logo {
  margin-top: 10px;
  max-height: 55px;
  margin-bottom: 15px;
  margin-right: 50px;
}

main {
  margin-top:500px;
  padding-top: 50px;
  background: #F6F5F2;
  z-index:11;
  position:relative;
}

@media screen and (max-width: 993px) {
main {
  padding-top:20px;
}
}

/* Navigation */
.top-nav-wrapper {
  position:fixed;
  left:0;
  right:0px;
  top:15px;
  z-index:15;
}

.top-nav {
  *position: fixed;
  *width:500px;
  margin-right: 100px;
}

.top-nav > ul {
  float: right;
  list-stlye: none;
  margin-right: -15px;
  position:relative;
}

.top-nav a {
  color:black;
}

.top-nav > ul > li {
  float: left;
  list-style: none;
  font-size: 18px;
  font-weight: 300;
  padding: 7px 20px;
  border-top: 2px solid transparent;
  position:relative;
  
}

@media screen and (max-width: 993px) {
.logo-small {
  margin-left:0;
  margin-top:0;
  margin-left:12px;
}

.top-nav {
  margin-righth: 50px;
}
.top-nav > ul > li {
  padding: 5px 10px;
  font-size: 16px;
}
.page-header > .container {
  height: 100%;
  padding:30px 20px;
}
.page-header .fixed-background {
  height: 400px;
}
.page-header {
  height: 400px;
}
.top-nav-wrapper {
  top:30px;
}
.top-nav > ul {
  margin-top:-5px;
}
main {
  margin-top:400px;
}

}


@media screen and (min-width:500px) {
.top-nav > ul > li:hover .dropdown {
  display:inline;
}
.top-nav > ul > li:hover {
  background:white;
  border-top: 2px solid #297d9e;
}
}

.fa-linkedin-square {
  margin-left: 7px;
}

.top-nav > ul > li > a {
  color: black;
  font-weight: bold;
  text-transform:uppercase;
}

.nav>li>a:hover, .nav>li>a:focus {
  text-decoration: none;
  background-color:;
}

.dropdown {
  display: none;
  position: absolute;
  right:auto;
  left:0;
  top:100%;
  background-color: white;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 13;
  
}

@media screen and (max-width: 480px) {
.dropdown > ul {
  padding-top: 10px;
}
}

.dropdown > ul > li > a {
  text-align:left;
  padding:0;
  font-size: 15px;
  font-weight:400;
  margin-bottom: 5px;
  white-space:nowrap;
  *margin-right: 5px;
}

.dropdown > ul > li {
  padding: 10px;
  padding-left:20px;
  padding-right:20px;
}

.nav>li>a:hover, .nav>li>a:focus {
  text-decoration: none;
  background-color: white;
}

.subnav ul {
  list-style:none;
  margin-left:20px;
}

.subnav ul li {
  font-size: 14px;
}

/* Sidenav */

.sidenav a, .toc a {
  color: black;
}


.sidenav ul {
  margin:0;
  padding:0;
  list-style:none;
}

.sidenav > ul > li {
  font-size:15px;
  font-weight: bold;
  margin-bottom: 5px;
}

.sidenav > ul > li > ul, .toc > ul {
  margin-left:20px;
  padding:0;
  margin-top: 5px;
}

.sidenav > ul > li > ul > li, .toc > ul > li {
  font-size:14px;
  font-weight: 300;
  margin-bottom: 1px;
}

.sidenav > ul > li > ul > li.active, .toc > ul > li.active, .asubnav > ul > li:hover > a {
  font-weight: bold;
}
.toc > ul > li, .toc > ul > li *{
  transition:none;
}

.toc > ul > li.active {
  letter-spacing: -0.028em;
  word-spacing: 0.05em;
}

/* Person */

.person {
  margin-bottom: 40px;
}

.person .image {
  background-size:cover;
  background-repeat:no-repeat;
  background-positon: center top;
  margin-bottom: 10px;
}

.person .image.side {
  width: 80%;
  *width: 50%;
}

.person-wide .person .image.side {
  width: 75%;
}

@media screen and (max-width: 992px) {
.person .image.side {
  margin-top: 20px;
  width: 27%;
}
}

.person .image::before {
  content: '';
  padding-top:133%;
  display:block;
}

.person p {
  margin-bottom: 2px;
}

/* Thema */

.thema-title, .dossier-title {
  margin-bottom: 20px;
  font-weight: bold;
}

.thema-lead p, .dossier-lead p {
  font-size: 16px;
  font-weight: 600;
}

/* Dossier */

.dossier-lead {
  margin-bottom: 40px;
}

.dossier-section {
  margin-bottom: 40px;
}

/* Medienmitteilung */
.media-release-nav {
  margin-bottom: 30px;
}

.media-release-nav ul {
  list-style:none;
  margin:0;
  padding:0;
}

.media-release-nav li {
  float:left;
  margin-right:10px;
  list-style:none;
}


.entry-date {
  text-align:center;
  line-height:1;
}

.entry-date span {
  color: #297d9e;
  display:block;
  letter-spacing: 1px;
}

.entry-date .month {
  font-size: 28px;
  font-weight:200;
}

.entry-date .month.mini {
  font-size: 20px;
}

.entry-date .day {
  font-size:60px;
  font-weight: 300;
}

@media screen and (max-width: 500px) {
.entry-date .month {
  font-size: 14px;
  display:inline;
}

.entry-date .day {
  font-size:22px;
  display:inline;
}

.jubi-logo {
  max-height: 80px;
  left: 16px;
  bottom: 16px;
}
}

.entry-date .number {
  font-size: 42px;
}

/* PAge flow */

.pageflow-container {
  width: 100%;
  position:relative;
  padding-top: 141.4%;
  height: 0;
}

.pageflow-container iframe {
  position: absolute;
  top:0;
  left:0;
  right:0;
  bottom:0;
}


/* Mitgliedschaft */

.reason-icon {
  text-align:center;
}

.reason-icon i {
  font-size:56px;
  text-align:center;
  padding: 20px 0;
  color: #297d9e;
}

@media screen and (max-width: 500px) {
.reason-icon {
  transform:none !important;
}
.reason-icon i {
  font-size:36px !important;
}
}

/* Spendenform */

#donation-form {
  margin-top:50px;
}


/* Kontakt */

#map_canvas {
  height: 300px;
}

footer {
  clear: both;
  margin-top: 40px;
}

@media screen and (max-width:993px) {

footer .row > div {
  margin-bottom: 20px;
}
}

/* resp nav*/

.nav-toggle-button {
  position: fixed;
  top: 0px;
  width: 100%;
  background: #fff;
  text-align: center;
  color: #3d3d3d;
  display: inline-block;
  padding: 5px;
  font-size: 20px;
  z-index: 3;
  left: 0;
  
}

.nav-toggle-button * {
  color: #3d3d3d;
}

.dropdown-nav {
  position: fixed;
  top: 36px;
  width: 100%;
  background: #fff;
  text-align: center;
  padding: 0;
  padding-bottom: 15px;
  z-index: 3;
  left: 0;
  
}

.dropdown-nav ul {
  width: 100%;
  margin: 0;
  padding-left: 0;
  *padding-bottom: 20px;
  left: 0;
  top: 36px;
}

.dropdown-nav ul li {
  width: 100%;
  text-align: center;
  padding: 0;
  padding-bottom: 15px;
  margin-top: 15px;
  border-bottom: 1px dotted white;
  
}

.dropdown-nav ul li:last-child {
  margin-bottom: 15px;
  padding-bottom: 15px;
  
}

.dropdown-nav ul li a {
  color: #3d3d3d;
  font-size: 20px;
}

.jk-collapse {
  min-height: 0 !important;
}

.jk-collapse.collapsed {
  min-height: 1px;
}


.thumbnail .caption{
  text-align: center;
}

.thema-downloads .size {
  color: #b4b4b4;
}

.whitebox {
  display: block;
  width: 100%;
  background: #fff;
  padding: 37px;
  margin-bottom: 40px;
  *-webkit-box-shadow: 0 0 1px 0 #c8c8c8;
  *box-shadow: 0 0 1px 0 #c8c8c8;
}




.whitebox .read-more {
  margin-top:-8px;
}

.whitebox article p {
  font-size: 15px;
  line-height: 22px;
}

.whitebox.no-padding {
  padding:0;
}

.whitebox.smb {
  margin-bottom: 20px;
}

.whitebox.mini {
  padding: 20px;
}

@media screen and (max-width: 480px) {
.whitebox, .whitebox.smb {
  margin-bottom: 10px;
}
}

@media screen and (max-width: 500px) {
.whitebox.mini {
  padding: 8px;
}
.whitebox {
  padding: 15px;
}
}

.whitebox.overlap {
  *margin-top: -100px;
  transition: none;
}

@media screen and (max-width: 993px) {
.whitebox.overlap {
  margin-top:0;
}
}

@media screen and (max-width: 480px) {
.whitebox.overlap {
  margin-top:0;
}
}

.whitebox {
  border-top: 2px solid #297d9e;
}

.whitebox h2 {
  font-size: 20px;
  font-weight:400;
  color:#297d9e;
}

.whitebox article h1 {
  font-size: 18px;
  font-weight:400;
  margin-top: 20px;
}
.whitebox .date, .tweet-date, .post-date {
  margin-bottom: 0;
  color: #297d9e;
}
.whitebox .date ~ header h1 {
  margin-top: 0;
  margin-bottom :10px;
}

.whitebox *:last-child {
  margin-bottom:0;
}

.sublevels .whitebox i {
  font-size:56px;
  color: #297d9e;
}

.whitebox.news article, .whitebox.media article {
  margin-bottom: 20px;
}


.whitebox.donate .cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: inital;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}

.whitebox.donate .radio-tile-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.whitebox.donate .radio-tile-group::after {
  content: '';
  width: 100%;
}

.whitebox.donate .radio-tile-group .input-container {
  position: relative;
  height: 60px;
  width: 60px;
  margin-right:10px;
  margin-top:10px;
  margin-bottom:10px;
}
.whitebox.donate .radio-tile-group .input-container .radio-button {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  margin: 0;
  cursor: pointer;
}
.whitebox.donate .radio-tile-group .input-container .radio-tile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border: 1px solid #297d9e;
  padding: 1rem;
  -webkit-transition: -webkit-transform 300ms ease;
  transition: -webkit-transform 300ms ease;
  transition: transform 300ms ease;
  transition: transform 300ms ease, -webkit-transform 300ms ease;
}
.whitebox.donate .radio-tile-group .input-container .icon svg {
  fill: #079ad9;
  width: 3rem;
  height: 3rem;
}
.whitebox.donate .radio-tile-group .input-container .radio-tile-label {
  text-align: center;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #297d9e;
  font-weight: 300;
}
.whitebox.donate .radio-tile-group .input-container .radio-button:checked + .radio-tile {
  background-color: #297d9e;
  border: 2px solid #297d9e;
  color: white;
}
.whitebox.donate .radio-tile-group .input-container .radio-button:checked + .radio-tile .radio-tile-label {
  color: white;
  background-color: #297d9e;
}


a > .whitebox, a > .whitebox *, a.whitebox, a.whitebox * {
  transition: initail;
}

a > .whitebox:hover, a.whitebox:hover {
  background:#297d9e;
  opacity:1;
}

a > .whitebox:hover *, a.whitebox:hover * {
  color: white;
  opacity:1;
}

.whitebox.small-mb {
  margin-bottom: 20px;
}

/* Nav Toggle */

.nav-toggle-wrapper{
  position:absolute;
  right:0;
  top:0;
  z-index:150;
  opacity:0;
}

.nav-toggle-wrapper, .edge-top-right {
  transition: 1000ms all ease;
}

.page-header.fixed .nav-toggle-wrapper {
  opacity:1;
}

.nav-toggle{
  display:block;
  height:37px;
  width:37px;
}
.nav-toggle span, .nav-toggle span::after, .nav-toggle span::before {
  content: '';
  width: 37px;
  height: 5px;
  background-color: white;
  position:absolute;
  display: block;
  margin: 12px auto;
  transition: all 0.5s;
}
.nav-toggle span::after {
  bottom: 0px;
}
span.cross{
  background-color:transparent;
}
span.cross::after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  margin:0px auto !important;
  background-color: white !important;
}
span.cross::before{
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin:0px auto !important;
  background-color: white !important;
}



@media screen and (max-width: 767px) {
.page-header > .container {
  padding: 50px;
  transition: 1000ms all ease;
}

.header-quote {
  font-size: 20px;
}

.page-header {
  height: 100vw;
}

.page-header.fixed, body:not(.front-page) .page-header {
  height: 120px;
}

body:not(.front-page) .page-header .edge-bottom-left, body:not(.front-page) .page-header .edge-bottom-right, body:not(.front-page) .page-header .header-quote {
  display:none;
}

main {
  margin-top: 100vw;
}

body:not(.front-page) main {
  margin-top:120px;
}

.header-quote {
  bottom:auto;
  right: auto;
  height: auto;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  width: 80%;
  margin: 0 auto;
}

.page-header.fixed .edge-top-right {
  *display:none;
  opacity:0;
}
.page-header .fixed-background {
  height: 400px;
}


.top-nav-wrapper {
  *height: 0px;
  left:0;
  right:0;
  position: fixed;
  top: 120px;
  overflow:hidden;
}

header.frontMobile .nav-toggle-wrapper, body:not(.front-page) .page-header .nav-toggle-wrapper {
  opacity:1;
}

header.frontMobile .edge-top-right, body:not(.front-page) .page-header .edge-top-right {
  opacity:0;
}

header.frontMobile .page-header > .container, body:not(.front-page) .page-header > .container {
  padding: 20px;
}

.top-nav-wrapper {
  background:white;
  height: 0;
  transition: 500ms all ease;
}

.page-header.open {
  z-index:100;
}

.top-nav-wrapper.open {
  height: calc(100vh - 120px + 15px);
}

.top-nav {
  margin-right:0;
  *height: calc(100vh - 120px + 15px);
}

.top-nav > ul {
  float:none;
  padding:0;
  margin:0;
}

.top-nav > ul > li {
  float: none;
  margin:0;
  padding:12px 6px;
  border-bottom: 2px solid #297d9e;
}

.top-nav-wrapper > .container {
  padding:0;
}


.top-nav .mobile-page-redirect {
  float:right;
  margin-right: 10px;
}

.dropdown {
  display:block;
  position: static;
  max-height: 0;
  overflow: hidden;
  overflow:hidden;
  background-color: white;
  box-shadow:none;
  border-top:0;
  transition: all 500ms;
  padding-left: 25px;
}

.dropdown.open {
  max-height: 300px;
}

.dropdown > nav {
  margin-top:10px;
}

.dropdown .subnav {
  display:none;
}

.dropdown > ul > li {
  padding:0;
}

.dropdown > ul > li > a {
  margin-bottom: 8px;
}

.dropdown > ul > li > a:last-child {
  margin-bottom:4px;
}

main {
  padding-top: 20px;
}



}
.category-content {
  display: block;
  width: 100%;
  
}
@media(min-width: 992px) {

.category-row{
  
  display:flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
  margin-left: -10px;
  margin-right: -10px;
}
.category-item {
  display: flex;
  padding-right: 10px;
  padding-left: 10px;
  width: 33.3333%;
  *margin-bottom: 10px;
  
}
.category-content{
  height: 90px;
  display: flex;
  align-items: center;
}
}
.vertical-center-flex {
  display: flex;
  align-items: center;
}
.events article{
  margin-bottom: 10px;
}
.events article h1 {
  margin-bottom: 5px;
}

.event-list {
  margin-bottom: 20px;
}

.event-list h2 {
  font-weight: 300;  
}

.event-list .event {
  *display: -webkit-box;  
  *display: -ms-flexbox;  
  *display: -webkit-flex;
  *display: flex;
  *-webkit-justify-content: center;
  *justify-content: center;
  margin-bottom: 20px;
}
.event-list article:last-of-type {
  margin-bottom: 10px;
}

.event-list .event .date-wrapper {
  *margin-right: 15px;
  *display: -webkit-box;  
  *display: -ms-flexbox;  
  *display: -webkit-flex;
  *display: flex;
  *-webkit-flex-direction: column;
  *flex-direction: column;
  *-webkit-algin-items: center;
  *align-items: center;
  *-webkit-justify-content: center;
  *justify-content: center;
  text-align:center;
  width: 60px;
  float:left;
}

.event-list .event .whitebox {
  padding: 10px 15px;
  margin-bottom: 0;
  
}

.event-list .event span {
  display:block;
}

.event-list .content-wrapper {
  padding-left: 80px;
}

.event-list .event .whitebox .day {
  font-size:20px;
  margin-top: -5px;
  position: relative;
}

.event-list h1, .twitter h1, .facebook h1 {
  font-size:18px;
  margin-bottom:18px;
  margin-top: 0;
}

.event-list .event h2, .social-side .tweet-body p, .social-side .facebook-body p {
  font-size: 14px;
  margin-bottom: 0px;
  line-height:16px;
  
}

.event-logos {
  padding: 20px;
  padding-top: 0;
}

.event-display-absolute{
  position: absolute;
  top: 12px;
  right: 12px;
  display: block;
}

.event-display{
  display: inline-block;
  border-radius: 100%;
  width: 10px;
  height: 10px;
}

@media screen and (max-width:500px) {
.event-display{
  width: 5px;
  height: 5px;
  top: 6px;
  right: 6px;
}
}

.tooltip-arrow{
  width: auto !important;
}

.event-display.status-green{
  background-color:#66bb6a;
}
.event-display.status-yellow{ 
  background-color:#ffc107;
}
.event-display.status-red{
  background-color:#f44336;
}
.event-display.status-none{
  background-color:#bdbdbd;
}

.social .fa, .social-side h1 {
  display:inline-block;
}

.social-side .fa-twitter, .social-side .fa-facebook {
  background: #297d9e;
  color: white;
  padding: 4px;
  font-size: 18px;
  margin-right: 8px;
  width: 26px;
  height:26px;
  text-align:center;
}

.social-side .fa-facebook {
  padding-top:6px;
}

.tweet, .facebook-post {
  margin-bottom: 20px;
}

.tweet-body, .facebook-body {
  margin-bottom: 3px;
}
.tweet-action span {
  margin-right: 10px;
}

.tweet-action i {
  color: #297d9e;
  margin-right: 5px;
}


.twitter svg {
  max-height: 50px;
  margin-left: 10px;
}

.linked-in, .twitter {
  margin-top: 30px;
}

.linked-in svg {
  width: 90%;
  margin-left: 10px;
}

.safezone {
  margin-top: 40px;
}

.safezone img {
  width: 90%;
  margin-left: 10px;
}


.main-footer {
  -webkit-box-shadow: 0 0 1px 0 #c8c8c8;
  box-shadow: 0 0 1px 0 #c8c8c8;
  background: #fff;
  padding: 30px 0;
  
}

.main-footer p:last-child {
  margin-bottom: 0;
}

.main-footer .form-control {
  border: 0;
  border-bottom: 1px solid #ccc;
  outline:0;
  box-shadow:none;
}
.main-footer .form-control:focus,
.main-footer .form-control:active {
  outline: 0;
  border: 0;
  border-bottom:1px solid #297d9e;
  box-shadow:none;
}

.main-footer .social i {
  font-size: 20px;
  margin-right: 10px;
}
/*
.main-footer .row > div {
display: flex;
flex-direction: column;

}
.main-footer .container > .row {
display: flex;

}
.main-footer form,
.main-footer .bottom{
margin-top: auto;
}*/

.block {
  display:flex;
  align-items: stretch;
  width: 100%;
}
.main-footer address {
  margin-bottom: 0;
}

.sublevels {
  display: flex;
  margin-left: -10px;
  margin-right: -10px;
  flex-wrap: wrap;
}
.sublevels > div {
  display: flex;
  
}
.share-buttons {
  margin-bottom: 10px;
}
.share-buttons a {
  display: inline-block; 
  padding: 5px;
  width: 1.65vw;
  text-align:center;
  
}
.share-buttons a:last-child {
  border: 0;
}

@media screen and (max-width: 993px) {
.share-buttons a {
  width: 30px;
}

.event-wrapper {
  display: flex;
  flex-direction: column;
}

.person-wrapper {
  order: 3;
}
}

.form-small {
  *padding: 30px 5vw 0;
  
}


@media print {
.top-nav, .sidenav, .page-header, .top-nav-wrapper, .image.side{
  display: none;
}
a[href]:after {
  content: none !important;
}
main { 
  margin-top: 0;
}
}



.cc-banner {
  border-top: 1px solid black;
}


/* -------------------- NOTIFICATIONS -------------------- */
#notification-banner{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2000;
}

.notify{
  width: 100%;
  display: block;
  overflow: hidden;
  max-height: 0px;
  transition: 0.3s;
}

.notify.open{
  max-height: 500px;
}

.notify.open .inner{
  opacity: 1;
}

.notify .inner{
  transition: 0.3s;
  opacity: 0;
  padding: 26px;
}

.notify.info{
  background-color: rgba(30, 30, 30, 0.95);
  /*border-bottom: 3px solid rgb(30, 30, 30);*/
  color: white;
}

.notify.warn{
  background-color: rgba(107, 97, 35, 0.95);
  /*border-bottom: 3px solid rgb(107, 97, 35);*/
  color: white;
}

.notify.err{
  background-color: rgba(151, 0, 0, 0.95);
  /*border-bottom: 3px solid rgb(107, 97, 35);*/
  color: white;
}

.notify .text{
  float: left;
  width: 70%;
  color: white;
}

.notify .text p{
  color: white;
  margin: 0;
}

.notify .buttons{
  float: right;
  margin-top: 8px;
}

.notify .buttons a {
  padding: 5px 12px;
  background: #ebebeb;
  color: black;
  transition: 0.3s;
  font-weight: 300;
}

.notify .buttons a.confirm {
  background: #297d9e;
  color: white;
}


.notify a.info:hover {
  background: white;
}






















