.slideshow {
    position: relative;
    width: 100%;
    height: 43.25vh;
    overflow: hidden;
    padding-bottom: 10px;
    margin-bottom: 25px;
}

@media only screen and (min-width: 1500px) {
  .slideshow {
    height: 73.25vh;
  }

}

.slideshow-image {
    position: absolute;
    width: 100%;
    height: 100%;
    background: no-repeat 50% 50%;
    background-size: cover;
    -webkit-animation-name: kenburns;
    animation-name: kenburns;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-duration: 16s;
    animation-duration: 16s;
    opacity: 1;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.slideshow-image:nth-child(1) {
    -webkit-animation-name: kenburns-1;
    animation-name: kenburns-1;
    z-index: 3;
}

.slideshow-image:nth-child(2) {
    -webkit-animation-name: kenburns-2;
    animation-name: kenburns-2;
    z-index: 2;
}

.slideshow-image:nth-child(3) {
    -webkit-animation-name: kenburns-3;
    animation-name: kenburns-3;
    z-index: 1;
}

.slideshow-image:nth-child(4) {
    -webkit-animation-name: kenburns-4;
    animation-name: kenburns-4;
    z-index: 0;
}

@-webkit-keyframes kenburns-1 {
    0% {
        opacity: 1;
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    1.5625% {
        opacity: 1;
    }

    23.4375% {
        opacity: 1;
    }

    26.5625% {
        opacity: 0;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    98.4375% {
        opacity: 0;
        -webkit-transform: scale(1.21176);
        transform: scale(1.21176);
    }

    100% {
        opacity: 1;
    }
}

@keyframes kenburns-1 {
    0% {
        opacity: 1;
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    1.5625% {
        opacity: 1;
    }

    23.4375% {
        opacity: 1;
    }

    26.5625% {
        opacity: 0;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    98.4375% {
        opacity: 0;
        -webkit-transform: scale(1.21176);
        transform: scale(1.21176);
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes kenburns-2 {
    23.4375% {
        opacity: 1;
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    26.5625% {
        opacity: 1;
    }

    48.4375% {
        opacity: 1;
    }

    51.5625% {
        opacity: 0;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
}

@keyframes kenburns-2 {
    23.4375% {
        opacity: 1;
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    26.5625% {
        opacity: 1;
    }

    48.4375% {
        opacity: 1;
    }

    51.5625% {
        opacity: 0;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
}

@-webkit-keyframes kenburns-3 {
    48.4375% {
        opacity: 1;
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    51.5625% {
        opacity: 1;
    }

    73.4375% {
        opacity: 1;
    }

    76.5625% {
        opacity: 0;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
}

@keyframes kenburns-3 {
    48.4375% {
        opacity: 1;
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    51.5625% {
        opacity: 1;
    }

    73.4375% {
        opacity: 1;
    }

    76.5625% {
        opacity: 0;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
}

@-webkit-keyframes kenburns-4 {
    73.4375% {
        opacity: 1;
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    76.5625% {
        opacity: 1;
    }

    98.4375% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes kenburns-4 {
    73.4375% {
        opacity: 1;
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    76.5625% {
        opacity: 1;
    }

    98.4375% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}


.sstext {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
    z-index: 99;
    text-align: center;
    font-family: Raleway, sans-serif;
    font-weight: 300;
    font-size: 1.6em;
    text-transform: uppercase;
    background-color: rgba(255, 255, 255, 0.75);
    box-shadow: 0 1em 2em -1em rgba(0, 0, 0, 0.5);
    padding: 1em 2em;
    line-height: 1.5;
}

.sstext small {
    display: block;
    text-transform: lowercase;
    font-size: 0.7em;
}

.sstext small:first-child {
    border-bottom: 1px solid rgba(0, 0, 0, 0.25);
    padding-bottom: 0.5em;
}

.sstext small:last-child {
    border-top: 1px solid rgba(0, 0, 0, 0.25);
    padding-top: 0.5em;
}

.nbtext-red {
    font-size: 2em;
    color: red;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-transform: uppercase;
    padding: 10px 0px;
}

.nbtext-blue {
    font-size: 2em;
    color: blue;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-transform: uppercase;
    padding: 10px 0px;
}

.nbtext-green {
    font-size: 2em;
    color: green;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-transform: uppercase;
    padding: 10px 0px;
}

.nbtext-orange {
    font-size: 2em;
    color: darkorange;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-transform: uppercase;
    padding: 10px 0px;
}

.nbtext-black {
    font-size: 2em;
    color: black;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-transform: uppercase;
    padding: 10px 0px;
}

.nbtext-purple {
    font-size: 2em;
    color: mediumpurple;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-transform: uppercase;
    padding: 10px 0px;
}

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    margin-bottom: 15px;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.wrapper2 {
    display: flex;
    align-items: center;
    justify-content: center;
}

.slider2 {
    height: 100px;
    position: relative;
    background: white;
    display: flex;
    overflow: hidden;
}

.slide2 {
    height: 100px;
    display: flex;
    align-items: center;
    animation: slideshow 8s linear infinite;
}

.slide2 img {
    height: 70px;
    padding: 0 30px 0 30px;
}

@keyframes slideshow {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-100%);
    }
}

.slider2::before,
.slider2::after {
    height: 100px;
    width: 200px;
    position: absolute;
    content: "";
    background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 2;
}

.slider2::before {
    left: 0;
    top: 0;
}

.slider2::after {
    right: 0;
    top: 0;
    transform: rotateZ(180deg);
}

@-webkit-keyframes zoomin {
    0% {
        background-size: 120%;
        transition: all .5s ease;
    }

    100% {
        background-size: 100%;
        transition: all .5s ease;
    }
}

@keyframes zoomin {
    0% {
        background-size: 120%;
        transition: all .5s ease;
    }

    100% {
        background-size: 100%;
        transition: all .5s ease;
    }
}

.framebutton-red {
    background-color: white;
    border: red;
    border-width: 2px;
    border-style: solid;
    border-radius: 16px;
    text-transform: uppercase;
    padding: 16px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    color: black;
    -webkit-transition-duration: 0.4s;
    /* Safari */
    transition-duration: 0.4s;
    cursor: pointer;
    color: black;
}

.framebutton-red:hover {
    background-color: red;
    color: white;
}

.framebutton-blue {
    background-color: white;
    border: blue;
    border-width: 2px;
    border-style: solid;
    border-radius: 16px;
    text-transform: uppercase;
    padding: 16px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    -webkit-transition-duration: 0.4s;
    /* Safari */
    transition-duration: 0.4s;
    cursor: pointer;
    color: black;
    color: black;
}

.framebutton-blue:hover {
    background-color: blue;
    color: white;
}

.framebutton-black {
    background-color: white;
    border: black;
    border-width: 2px;
    border-style: solid;
    border-radius: 16px;
    text-transform: uppercase;
    padding: 16px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    color: black;
    font-size: 16px;
    margin: 4px 2px;
    -webkit-transition-duration: 0.4s;
    /* Safari */
    transition-duration: 0.4s;
    cursor: pointer;
    color: black;
}

.framebutton-black:hover {
    background-color: black;
    color: white;
}

.framebutton-orange {
    background-color: white;
    border: darkorange;
    border-width: 2px;
    border-style: solid;
    border-radius: 16px;
    text-transform: uppercase;
    padding: 16px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    color: black;
    font-size: 16px;
    margin: 4px 2px;
    -webkit-transition-duration: 0.4s;
    /* Safari */
    transition-duration: 0.4s;
    cursor: pointer;
    color: black;
}

.framebutton-orange:hover {
    background-color: darkorange;
    color: white;
}

.framebutton-purple {
    background-color: white;
    border: mediumpurple;
    border-width: 2px;
    border-style: solid;
    border-radius: 16px;
    text-transform: uppercase;
    padding: 16px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    color: black;
    font-size: 16px;
    margin: 4px 2px;
    -webkit-transition-duration: 0.4s;
    /* Safari */
    transition-duration: 0.4s;
    cursor: pointer;
    color: black;
}

.framebutton-purple:hover {
    background-color: mediumpurple;
    color: white;
}

.framebutton-green {
    background-color: white;
    border: green;
    border-width: 2px;
    border-style: solid;
    border-radius: 16px;
    text-transform: uppercase;
    padding: 16px 32px;
    text-align: center;
    text-decoration: none;
    color: black;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    -webkit-transition-duration: 0.4s;
    /* Safari */
    transition-duration: 0.4s;
    cursor: pointer;
    color: black;
}

.framebutton-green:hover {
    background-color: green;
    color: white;
}

.static-image {
    width: 100%;
    height: auto;
}

.ql-size-huge {
    font-size: 4em;
}

.ql-size-large {
    font-size: 2em;
}

.ql-size-small {
    font-size: 0.7em;
}

.btnmessage-medium {
    font-weight: 500;
    padding-right: 4px;
    vertical-align: middle;

}

.btnmessage-large {
    font-weight: 500;
    font-size: 3em;
    padding-right: 4px;
    vertical-align: middle;
}

.ql-align-right {
    text-align: right;
}

.ql-align-left {
    text-align: left;
}

.ql-align-center {
    text-align: center;
}

.ql-align-justify {
    text-align: left;
}

.buttonarea-middle {
    display: flex;
    align-items: center;
    justify-content: center;
}

.buttonarea-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.buttonarea-left {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.slide2-slow {
    height: 100px;
    display: flex;
    align-items: center;
    animation: slideshow 40s linear infinite;
}

.slide2-slow img {
    height: 70px;
    padding: 0 30px 0 30px;
}


.slide2-medium {
    height: 100px;
    display: flex;
    align-items: center;
    animation: slideshow 20s linear infinite;
}

.slide2-medium img {
    height: 70px;
    padding: 0 30px 0 30px;
}

.slide2-fast {
    height: 100px;
    display: flex;
    align-items: center;
    animation: slideshow 12s linear infinite;
}

.slide2-fast img {
    height: 70px;
    padding: 0 30px 0 30px;
}

/*Slider Cards Images*/

.slidercard {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    transition: 0.3s;
    width: 40%;
    font-weight: 500;
    text-decoration: none;
    text-transform: uppercase;
}

.slidercard:hover {
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}

.container {
    padding: 2px 16px;
}

.slidernew {
    position: relative;
    background: white;
    display: flex;
    overflow: hidden;
}

/*slow*/

.slidenew-slow {
    display: flex;
    align-items: center;
    animation: slideshow 40s linear infinite;
    padding-top: 20px;
}

.slidenew-slow img {
    max-height: 120px;
    max-width: 200px;
    padding: 0 10px 0 10px;
}

.event .event__body .slidenew-slow a {
    text-decoration: none;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
    color: #000;
    font-family: "Roboto Condensed", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}

.slidenew-slow .slidercards {
    display: flex;
    flex-direction: column;
    align-items: center;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    transition: 0.3s;
    width: 40%;
    padding: 10px 0px;
    height: 260px;
    margin: 10px 5px;
}

.slidenew-slow .slidercards .head {
    text-decoration: none;
    font-size: 0.8rem;
    padding: 10px 5px;
    text-align: center;
    font-family: "Roboto Condensed", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    min-height: 95px;
}

.slidenew-slow .slidercards .foot {
    text-decoration: none;
    font-size: 0.9rem;
    padding: 20px 0px 5px 0px;
}

/*medium*/

.slidenew-medium {
    display: flex;
    align-items: center;
    animation: slideshow 20s linear infinite;
    padding-top: 20px;
}

.slidenew-medium img {
    height: 70px;
    padding: 0 10px 0 10px;
}

event .event__body .slidenew-medium a {
    text-decoration: none;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
    color: #000;
    font-family: "Roboto Condensed", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}

.slidenew-medium .slidercards {
    display: flex;
    flex-direction: column;
    align-items: center;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    transition: 0.3s;
    width: 40%;
    padding: 10px 0px;
    height: 200px;
    margin: 0px 5px;
}

.slidenew-medium .slidercards .head {
    text-decoration: none;
    font-size: 0.8rem;
    padding: 10px 5px;
    text-align: center;
    font-family: "Roboto Condensed", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    min-height: 95px;
}

.slidenew-medium .slidercards .foot {
    text-decoration: none;
    font-size: 0.9rem;
    padding: 20px 0px 5px 0px;
}

.slidenew-fast {
    display: flex;
    align-items: center;
    animation: slideshow 12s linear infinite;
    padding-top: 20px;
}

.slidenew-fast img {
    height: 70px;
    padding: 0 10px 0 10px;
}

event .event__body .slidenew-fast a {
    text-decoration: none;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
    color: #000;
    font-family: "Roboto Condensed", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}

.slidenew-fast .slidercards {
    display: flex;
    flex-direction: column;
    align-items: center;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    transition: 0.3s;
    width: 40%;
    padding: 10px 0px;
    height: 200px;
    margin: 0px 5px;
}

.slidenew-fast .slidercards .head {
    text-decoration: none;
    font-size: 0.8rem;
    padding: 10px 5px;
    text-align: center;
    font-family: "Roboto Condensed", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    min-height: 95px;
}

.slidenew-fast .slidercards .foot {
    text-decoration: none;
    font-size: 0.9rem;
    padding: 20px 0px 5px 0px;
}

.slidernew::before,
.slidernew::after {
    height: 100%;
    width: 150px;
    position: absolute;
    content: "";
    background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 2;
}

.slidernew::before {
    left: 0;
    top: 0;
}

.slidernew::after {
    right: 0;
    top: 0;
    transform: rotateZ(180deg);
}

.event .event__body .rm-container .desc li{
    margin-left: 40px;
}

.event .event__body .rm-container .desc ul{
    margin-bottom: 25px;
}

.event .event__body .rm-container p{
    margin: 2px 0px;
}