/*
 * jReject (jQuery Browser Rejection Plugin)
 * Version 1.1.0
 * URL: http://jreject.turnwheel.com/
 * Description: jReject is a easy method of rejecting specific browsers on your site
 * Author: Steven Bower (TurnWheel Designs) http://turnwheel.com/
 * Copyright: Copyright (c) 2009-2014 Steven Bower under dual MIT/GPL license.
 */

#jr_overlay {
	top: 0;
	left: 0;
	padding: 0;
	margin: 0;
	z-index: 2147483646;
	position: absolute;
}

#jr_wrap {
	position: absolute;
	width: 100%;
	z-index: 2147483647;
	padding: 0;
	margin: 0;
}

#jr_inner {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-size: 12px;
	background: #FFF;
	border: 1px solid #CCC;
	color: #4F4F4F;
	margin: 0 auto;
	height: auto;
	padding: 20px;
	position: relative;
	box-sizing: content-box;
}

#jr_header {
	display: block;
	color: #333;
	padding: 5px;
	padding-bottom: 0;
	margin: 0;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 1.3em;
	margin-bottom: 0.5em;
}

#jr_inner p {
	padding: 5px;
	margin: 0;
}

#jr_inner ul {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#jr_inner ul li {
	cursor: pointer;
	float: left;
	width: 120px;
	height: 122px;
	margin: 0 10px 10px 10px;
	padding: 0;
	text-align: center;
}

#jr_inner li a {
	color: #333;
	font-size: 0.8em;
	text-decoration: none;
	padding: 0;
	margin: 0;
}

#jr_inner li a:hover {
	text-decoration: underline;
}

#jr_inner .jr_icon {
	width: 100px;
	height: 100px;
	margin: 1px auto;
	padding: 0;
	background: transparent no-repeat scroll left top;
	cursor: pointer;
}

#jr_close {
	clear: both;
	padding: 0;
	margin: 0;
}

#jr_close a {
	color: #000;
	display: block;
	width: auto;
	margin: 0;
	padding: 0;
	text-decoration: underline;
}

#jr_close p {
	padding: 10px 0 0 0;
	margin: 0;
}

html {
  box-sizing: border-box;
}
*, *:before, *:after {
  box-sizing: inherit;
  min-width: 0;
}
article, aside, canvas, details, figcaption, footer, header, hgroup, menu, nav, section {
  display: block;
  width: 100%;
}
body {
    font-family: Open Sans;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    margin: 0;
    padding: 0;
}
.h2, h2 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}
h2 {
    font-size: 24px;
}
b, strong {
    font-weight: 700;
}
a {
    background-color: transparent;
    text-decoration: none;
}
img {
  max-width: 100%;
}
nav {
  max-height: 30vh;
  background-color: #4790d0;
  text-align: center;
  padding: 1em;
}
nav h1 {
  margin: auto;
}
#maincontent {
  min-height: 100%;
  padding: 0 2em;
}
.boxes{
  display: flex;
  flex-wrap: wrap;
  background-color: #fff;
  min-height: 100%;
}
.box {
  flex: unset;
  width: 100%;
}
.error {
    color: red;
}
.frontendContainer {
    background-color: #f1f1f1;
    display: flex;
    min-height: 100vh;
}
.content {
    margin: 20px;
    flex: 1;
}
.eventSingle {
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    margin: 20px 0;
}
.event__single__map {
    position: relative;
    width: 100%;
    height: 460px;
}
.eventSingle-content {
    padding: 20px;
    flex: 1;
    background-color: #fff;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,.2);
}
.event__single__mapOverlay {
    background-color: rgba(48,57,64,.9);
    color: hsla(0,0%,100%,.7);
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    z-index: 1100;
    padding: 20px;
    min-width: 300px;
}
.event__single__mapOverlay b {
    color: #fff;
    display: block;
}
.event__single__map .eventSingle-content {
    display: none;
}
.event__single__mapOverlay-row {
    margin-bottom: 20px;
}
.eventSingle--webinar {
    margin: 0 0 20px;
}
.eventSingle-webinar {
    width: 400px;
    min-height: 400px;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    background-color: #303940;
    padding: 60px 20px 20px;
    color: hsla(0,0%,100%,.7);
}
.eventSingle-webinar-help {
    background-color: hsla(0,0%,100%,.1);
    right: 40px;
    height: 40px;
    padding: 0 20px;
    position: absolute;
    top: 0;
    line-height: 40px;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
}
.eventSingle-webinar-icon {
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 40px;
    display: -ms-flexbox;
    display: flex !important;
    align-items: center;
    justify-content: center;
    color: #fff;
    background-color: #4791d0;
    font-size: 18px;
}
.eventSingle-webinar-row {
    margin: 0 0 10px;
    display: flex;
    flex-direction: column;
}
.eventSingle-webinar b {
    color: #fff;
}
.event__single__timezone {
    color: hsla(0,0%,100%,.7);
    border-bottom: 1px dotted #fff;
}
.button {
    text-transform: uppercase;
    padding: 0 30px;
    overflow: hidden;
    display: inline-block;
    position: relative;
    transition: all .3s;
    text-decoration: none;
    cursor: pointer;
    font-family: Open Sans;
    border-radius: 5px;
    font-weight: 700;
    height: 40px;
    line-height: 40px;
    border-radius: 3px;
}
.event-actions .button--event {
    background-color: #78bd49;
}
.event__single__mapOverlay button, .eventSingle-webinar-row button {
    width: 360px;
    max-width: 100%;
    padding: 0 30px;
    display: block;
}
.event--registrationClosed .button {
    background-color: rgba(255,255,255, 0.3);
    border: none;
    color: #fff;
}
.button--event {
    height: 50px;
    line-height: 50px;
    background: none;
    border: none;
    color: #fff;
    transition: all .5s;
}
.modal__container {
    display: none;
}
.modal__outer {
    background-color: rgba(48, 57, 64, 0.8);
    position: absolute;
    z-index: 1101;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    overflow-y: scroll;
    overflow-x: hidden;
}
.modal__inner {
    background-color: #fff;
    width: 700px;
}
.modal__inner-title {
    background-color: #303940;
    padding: 0 20px;
    height: 50px;
    line-height: 50px;
    color: #fff;
}
.modal__inner-title h3 {
    color: #fff;
    margin: 0;
    font-weight: normal;
}
.modal__inner-content {
    padding: 20px 50px 0 50px;
    text-align: center;
}
.modal__inner-content a {
    color: #4791d0;
}
.modal__inner-actions {
    margin: 30px 0 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    justify-content: center;
}
.modal__inner-actions a.button {
    margin-right: 20px;
}
.modal__inner-actions a.button:last-child {
    margin: 0;
}
.button--defaultFlat {
    background: none;
    background-color: rgba(0, 0, 0, 0);
    color: #fff;
    text-shadow: none;
    background-color: #4791d0;
    height: auto;
    border: none;
}
.button--defaultFlatBlue {
    background: none;
    background-color: rgba(0, 0, 0, 0);
    color: #fff;
    text-shadow: none;
    background-color: #4791d0;
    height: auto;
    border: none;
}
.button--defaultFlatGreen {
    background: none;
    background-color: rgba(0, 0, 0, 0);
    color: #fff;
    text-shadow: none;
    background-color: #78bd49;
    height: auto;
    border: none;
}
.button--disabled {
    border: none;
    background-color: #dee2e3;
    color: #868e91;
    background-image: none;
}
.form-group {
    padding: 10px 30px;
}
.form-group--half {
    width: calc(50% - 47px);
    display: inline-block;
    padding: 10px 0;
    margin-left: 30px;
}
.logo {
  max-width: 100%;
}
label {
    display: block;
    font-weight: bold;
    color: #222;
    text-transform: uppercase;
    margin: 0 0 5px 0;
    font-size: 12px;
}
input[type="text"], input[type="email"], input[type="password"], input[type="number"] {
    font-family: 'Open Sans';
    background-color: #fff;
    border: none;
    height: 40px;
    border-radius: 3px;
    display: block;
    width: 100%;
    /*padding: 0 15px;*/
    border: 1px solid #ddd;
    box-shadow: 0 1px 1px 0 rgba(0,0,0, 0.15);
}
textarea {
    font-family: 'Open Sans';
    background-color: #fff;
    border: none;
    border-radius: 3px;
    display: block;
    width: 100%;
    /*padding: 0 15px;*/
    border: 1px solid #ddd;
    box-shadow: 0 1px 1px 0 rgba(0,0,0, 0.15);
}
select {
    background-color: #fff;
    width: 100%;
    /*padding: 0 5px;*/
    border: 1px solid #ddd;
    box-shadow: 0 1px 1px 0 rgba(0,0,0, 0.15);
    height: 42px;
    border-radius: 3px;
    /*min-width: 260px;*/
}
.u-loader__wrapper {
    display: block;
    text-align: center;
    height: 50px;
    line-height: 50px;
}
.u-loader__spinner::after {
    left: 12px;
}
.u-loader__spinner::before, .u-loader__spinner::after {
    content: "";
    position: absolute;
    background-color: #4791D0;
    opacity: 0.5;
    top: 0px;
    width: 6px;
    height: 6px;
    border-radius: 6px;
}
.u-loader__spinner::before {
    left: -12px;
}
.u-loader__spinner {
    position: relative;
    display: inline-block;
    background-color: #4791D0;
    animation: spinLoader 1s ease-in-out infinite;
    width: 6px;
    height: 6px;
    border-radius: 50%;
}
@keyframes spinLoader{
  0% {
    transform:rotate(0deg);
  }
  50% {
    transform:rotate(180deg);
  }
  100% {
    transform:rotate(180deg);
  }
}
@media (max-width: 1199px) {
  .eventSingle-webinar {
    width: 100%;
  }
  .eventSingle.eventSingle--webinar {
    flex-direction: column;
  }
}

@media (max-width: 1600px) {
  .events__overview__item {
    width: 100%;
  }
}

@media (max-width: 992px) {
  .events__overview__item {
    width: 100%;
    height: auto;
    flex-direction: column;
    text-align: center;
    align-items: center;
    margin-right: 0;
  }

  .events__overview__item-map {
    margin: 10px 0;
    width: 100px;
    height: 100px;
    min-height: 0;
    border-radius: 50%;
    overflow: hidden;
  }

  .events__overview__header {
    flex-direction: column;
  }

  .events__overview__count {
    margin-bottom: 10px;
  }
  .events__overview__item {
    padding: 15px;
  }
  .event__single__map .eventSingle-content {
    display: block;
    order: 1;
  }
  .event__single__map-titleMobile {
    display: block;
  }
  .eventSingle-content {
    display: none;
  }
  .eventSingle.eventSingle--webinar .eventSingle-content {
    display: block;
  }
  .event__single__map section {
    order: 2;
  }
  .events__overview__item h3 {
    margin-bottom: 10px;
  }
  .event__single__mapOverlay {
    position: relative;
    order: 0;
    height: auto;
    z-index: 0;
  }
  .event__single__map {
    height: auto;
    display: flex;
    flex-direction: column;
    order: 1;
  }
  .event--actions--registered .button--unregister {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    border: none;
  }
  .event-actions .button--unregister-note {
    text-align: left;
  }
  .event--actions--registered .button--unregister > span:first-child {
    border-bottom: 1px dotted #fff;
  }
}

@media (min-width: 992px) {

  .events__overview__item-title {
    width: 40%;
  }

  .events__overview__item-view {
    width: 10%;
  }

  .events__overview__item-country,
  .events__overview__item-webinar {
    width: 20%;
  }

  .events__overview__item-date {
    width: 30%;
  }
  .events__country {
    width: 250px;
  }
}

@media (max-width: 768px) {
    .frontendContainer {
        padding-left: 0;
    }

    .content {
        margin: 10px;
    }
    .js-registrationForm .modal__outer {
        position: absolute;
        height: auto;
    }
    .js-registrationForm .modal__inner {
        width: 100%;
    }
    .js-registrationForm .modal__inner-content {
        padding: 0 50px 0 50px;
    }
    .form-group {
        margin: 0px;
        padding: 5px 0;
        display: block;
        width: 100%;
    }
    .form-group--half {
        margin: 0px;
        display: block;
        width: 100%;
    }
}
