/*@font-face {
    font-family: "Boschsans";
    font-style: normal;
    font-weight: 700;
    src: url("../../fonts/boschsans-bold-webfont.eot?") format("eot"),
        url("../../fonts/boschsans-bold-webfont.woff2") format("woff2"),
        url("../../fonts/boschsans-bold-webfont.woff") format("woff"),
        url("../../fonts/boschsans-bold-webfont.ttf") format("truetype"),
        url("../../fonts/boschsans-bold-webfont.svg#boschsans") format("svg")
}

@font-face {
    font-family: "Boschsans";
    font-style: normal;
    font-weight: 400;
    src: url("../../fonts/boschsans-regular-webfont.eot?") format("eot"),
        url("../../fonts/boschsans-regular-webfont.woff2") format("woff2"),
        url("../../fonts/boschsans-regular-webfont.woff") format("woff"),
        url("../../fonts/boschsans-regular-webfont.ttf") format("truetype"),
        url("../../fonts/boschsans-regular-webfont.svg#boschsans") format("svg")
}

@font-face {
    font-family: "Boschsans";
    font-style: normal;
    font-weight: 300;
    src: url("../../fonts/boschsans-light-webfont.eot?") format("eot"),
        url("../../fonts/boschsans-light-webfont.woff2") format("woff2"),
        url("../../fonts/boschsans-light-webfont.woff") format("woff"),
        url("../../fonts/boschsans-light-webfont.ttf") format("truetype"),
        url("../../fonts/boschsans-light-webfont.svg#boschsans") format("svg")
}*/

@font-face {
    font-family: "Boschsans";
    font-weight: 400;
    src: url(../../fonts/boschsans_regular.woff2) format("woff2"), url(../../fonts/boschsans_regular.woff) format("woff");
    font-display: swap;
}

@font-face {
    font-family: "boschsans";
    font-weight: 700;
    src: url(../../fonts/boschsans_bold.woff2) format("woff2"), url(../../fonts/boschsans_bold.woff) format("woff");
    font-display: swap;
}

.event_description {
    margin-top: 16px;
}

body {
    color: #000000;
    font-family: 'Boschsans', sans-serif;
    font-size: 12px;
}

h1 {
    font-weight: 700;
    line-height: 36px;
    font-size: 36px;
    color: #000;
}

.date-wrap {
    padding-right: 9px;
}

.event {
    display: flex;
}

.event-count {
    font-size: 14px;
    line-height: 21px;
    display: none;
}

.no-left-gutter {
    padding-left: 0;
}

.for-margin {
    margin: 0 20px;
}

.events {
    /*background: -webkit-radial-gradient(top center, ellipse cover, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 70%), -webkit-radial-gradient(bottom center, ellipse cover, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 70%);
    background: radial-gradient(ellipse at top center, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 70%), radial-gradient(ellipse at bottom center, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 70%);
    background-repeat: no-repeat;
    background-size: 100% 6px;*/
    padding-top: 20px;
}

.event {
    padding: 15px 0;
    border-bottom: 1px solid #dfe6ed;
    margin: 0;
}

.event .date {
    /*border: 2px solid #00639a;*/
    width: 60px;
    height: 80px;
    text-align: center;
    line-height: 15px;
    padding-top: 5px;
    background: #2E3033;
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
}

.event .date .day {
    font-size: 30px;
    line-height: 40px;
    color: #fff;
    font-weight: 700;
}

.event .date .month {
    font-size: 16px;
    color: #fff;
}

.event .title {
    font-size: 15px;
    line-height: 18px;
    color: #000;
}

.event .details .capacity {
    padding-left: 16px;
    position: relative;
    font-size: 12px;
    color: #981700;
}

.event .capacity.available {
    color: #000;
}

.event .details .capacity span:after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    content: "";
    height: 10px;
    width: 10px;
    margin: auto;
    border-radius: 50%;
    background-color: #981700;
}

.event .details .capacity.available span:after {
    background-color: #00884A;
}

.event .details .price {
    font-size: 20px;
    color: #879baa;
    font-weight: bold;
}



/*-------------------------------------------------------------*/
/*
.btn-custom,
.btn-custom:active,
.btn-custom:focus,
.btn:active:focus, .btn:focus{
    -webkit-box-shadow: none!important;;
    -moz-box-shadow: none!important;;
    box-shadow: none!important;;
    padding: 0 0 0 9px;
    margin: 0 0 0 0;
    overflow: visible;
    font-weight: bold !important;
    color: #215f8b;
    text-decoration: none;
    outline: none;
    background: none;
    border: none;
}
*/
/*--------------------------------------------  */
.btn-custom {
    border: 1px solid #007BC0;
    background: #007BC0;
    border-radius: 0;
    padding: 13px 33px;
    height: 48px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 1.143em;
    color: #fff;
    cursor: pointer;
    position: relative;
}

.btn-custom:hover,
.btn:focus {
    background: none;
    color: #007BC0;
}

.submit-block .btn-custom {
    background: none;
    border: none;
}

.submit-block {
    display: inline-block;
    float: right;
    position: relative;
    border-bottom: 2px solid #009bd9;
    background: #00639a;
    overflow: hidden;
}

.btn-custom:hover:before,
.submit-block:hover:before {
    opacity: .1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

/*
.btn-custom:before,
.submit-block:before {
    content: "";
    opacity: 0;
    background-color: #fff;
    height: 100%;
    width: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: -webkit-transform 800ms cubic-bezier(0.38, 0.04, 0.35, 0.96);
    transition: -webkit-transform 800ms cubic-bezier(0.38, 0.04, 0.35, 0.96);
    transition: transform 800ms cubic-bezier(0.38, 0.04, 0.35, 0.96);
    transition: transform 800ms cubic-bezier(0.38, 0.04, 0.35, 0.96), -webkit-transform 800ms cubic-bezier(0.38, 0.04, 0.35, 0.96);
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    margin: 0;
    padding: 0;
}
*/

/*.btn-custom:after {
    right: 9px;
    left: auto;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    height: 7px;
    width: 7px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
}*/

.reg-block .btn-custom {
    width: auto;
    margin-top: 6px;
    position: relative;
    text-align: center;
}

/*-------------------------------------------------------------*/

/*
.btn-custom {
    background: #004664;
    border-radius: 0;
    padding: 5px 9px 3px 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 14px;
    font-family: "SiemensSans", sans-serif;
    font-family: 'Arial', sans-serif;
    font-weight: bold;
    color: #fff;
    border: none;
    cursor: pointer;
    -webkit-transition: ease 0.3s;
    -moz-transition: ease 0.3s;
    -ms-transition: ease 0.3s;
    -o-transition: ease 0.3s;
    transition: ease 0.3s;
}

.btn-custom:hover {
    background-color: #147391;
    color: #fff;
}

.btn-custom:before {
    right: 9px;
    left: auto;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    height: 7px;
    width: 7px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
}

.reg-block .btn-custom {
    width: 89%;
    text-align: left;
    margin-top: 6px;
    position: relative;
}
*/


.event-link {
    color: #000;
    -webkit-transition: ease 0.2s;
    -moz-transition: ease 0.2s;
    -ms-transition: ease 0.2s;
    -o-transition: ease 0.2s;
    transition: ease 0.2s;
}

.event-link:hover {
    color: #00639a;
    text-decoration: none;
}

.event-link:hover,
.event-link:focus {
    color: #000;
    text-decoration: none;
}

.event-link:hover .name,
.event-link:hover .date-range,
.event-link:hover .location {
    color: #000;
    text-decoration: none;
}

.name {
    font-weight: 700;
    font-size: 16px;
    cursor: pointer;
}

.name:hover {
    color: #000;
    text-decoration: none;
}

/*#wrapper {
        background-color: #F1F1F1;
        border: 1px solid #C3C3C4;
    }*/

.pagination>li>a,
.pagination>li>span {
    color: #004664;
}

.pagination>li>a:hover,
.pagination>li>span:hover,
.pagination>li>a:focus,
.pagination>li>span:focus {
    color: #F1F1F1;
    background-color: #004664;
    border-color: #004664;
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
    background-color: #004664;
    border-color: #004664;
}

@media only screen and (max-width: 767px) {
    .details {
        padding-left: 0;
    }

    .reg-block .btn-custom {
        width: 300px;
    }

    .for-margin {
        margin: 0;
    }
}

@media only screen and (max-width: 370px) {
    .reg-block .btn-custom {
        width: 250px;
    }
}