.left {
    display: none;
}

#together:hover,
#safety-protocols:hover,
#grtour:hover {
    color: black;
}

#modal-close {
    position: absolute;
    right: 0;
    bottom: 0.0rem;
    right: 0.0rem;
}

#modal-close:hover {
    cursor: pointer;
}

.event-carousel .modal-content {
    box-sizing: border-box;
    border: none;
    border-radius: 0;
}

.modal-body {
    z-index: 15;
    background: linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 5%, rgba(255, 255, 255, 0.9) 50%, rgba(255, 255, 255, 1) 100%);
    padding-top: 0;
}

.modal-body p {
    padding-top: 1rem;
    margin-bottom: 0;
}

#modal-img {
    z-index: 10;
}

.carousel-inner-upcoming-events {
    height: 25rem;
}

/* ********** button formatting ************** */
.btn {
    margin: .5rem;
    transition: all 0.3s ease-in;
}

.btn h1,
.btn h2,
.btn h3,
.btn h4,
.btn h5,
.btn h6 {
    margin: 0rem;
}

.btn-default {
    background-color: #a2d9e7;
    color: #fff;
    border-color: #a2d9e7;
}

.btn-wide {
    width: 100%;
}

.btn-default:hover,
.btn-default:focus {
    background-color: #a2d9e7;
    color: #fff;
    border-color: #a2d9e7;
}

.btn-default-dark {
    background-color: #474848;
    color: #fff!important;
    border-color: #474848;
}

.btn-default-dark:hover,
.btn-default-dark:focus {
    background-color: #191919;
    color: #fff;
    border-color: #191919;
}

[type="reset"],
[type="submit"],
button,
html [type="button"] {
    -webkit-appearance: none;
}

.btn-outline {
    background-color: transparent;
    border-width: 1px;
}

.btn-outline.btn-default,
.btn-outline.btn-default-darkhov {
    color: #474848;
    border-color: #474848;
}

.btn-outline.btn-default:hover,
.btn-outline.btn-default:focus ,
.btn-outline.btn-default-light:hover,
.btn-outline.btn-default-light:focus {
    color: #4d4d4d;
    border-color: #a2d9e7;
    background-color: #a2d9e7;
}

.btn-outline.btn-default-light {
    color: #a2d9e7;
    border-color: #a2d9e7;
}

.btn-outline.btn-default-darkhov:hover,
.btn-outline.btn-default-darkhov:focus {
    color: #fff;
    border-color: #4d4d4d;
    background-color: #4d4d4d;
}

.btn-sharpdef {
    background-color: transparent!important;
    border-width: 1px!important;
    border-color: #4d4d4d!important;
    color: #4d4d4d!important;
    border-radius: 0rem!important;
}

.btn-sharpdef:hover,
.btn-sharpdef:focus {
    color: #fff!important;
    border-color: #4d4d4d!important;
    background-color: #4d4d4d!important;
    border-radius: 0rem!important;
}

.btn-sharp {
    border-radius: 0rem;
}

.btn-round {
    border-radius: 1rem;
}

.btn-ani::after {
    content: '\3009';
    position: relative;
    right: -.25rem;
    transition: all 0.3s ease-in;
}

.btn-ani {
    padding-right: 1.5rem;
}

.btn-ani:hover::after {
    color: #fff;
    right: -.85rem;
}

.btn-ani-auto::after {
    content: '\3009';
    position: relative;
    transition: all 0.3s ease-in;
}

.btn-ani-auto {
    padding-right: 1.5rem;
}

.btn-ani-auto::after ,
.btn-ani-auto::after {
    animation: movearrow 1s ease-in  infinite;
}

.btn-ani-auto:hover::after ,
.btn-ani-auto:focus::after {
    color: #fff;
    animation: movearrow 1s ease-in 1s infinite;
}

@keyframes movearrow{
    0% {
        right: -.25rem;
    }

    100% {
        right: -.85rem;
    }
}

/* *************************************************
*                EVENTS
************************************************* */
.event-name {
    border-bottom: 2px solid #a2d9e7;
    font-weight: 600;
    transition: .25s ease-in-out;
    margin-bottom: 8px;
}

.event-name:hover,
.event-name:focus,
.ev-part:hover {
    border-bottom: 5px solid #a2d9e7;
    cursor: pointer;
    margin-bottom: 5px;
    color: #a2d9e7;
    background-color: #fff;
}

.ev-part > .event-name,
.ev-part {
    border-bottom: 0px solid #fff;
    transition: .25s ease-in-out;
}

.title.event-name.col-12 {
    padding-left: 0px;
}

/* *** event modal styling *** */
.ev-details {
    display: none;
}

div#evModalBody > .ev-details {
    display: block;
}

div#evModalBody {
    padding: 2rem;
}

.ev-details > .ev-dates {
    color: #a2d9e7;
    font-weight: bold;
}

button.close {
    /* position: absolute;
  right: .75rem;
  top: .75rem;
   z-index: 1050; */
    position: absolute;
    right: .6rem;
    top: .6rem;
    padding: .6rem;
    border-radius: 10rem;
    border: 1px solid #ffffff;
    padding-top: .3rem;
    padding-bottom: .4rem;
    background: #fff;
    z-index: 1050;
    opacity: .99;
    transition: .5s ease-in-out;
}

button.close:hover {
    color: #a2d9e7;
}

/* ********** Upcoming Events ********************** */
.carousel-inner-upcoming-events {
    height: 12rem;
}

.event-border {
    border-left: 2px solid #cdcdcd;
    box-sizing: border-box;
}

.event {
    padding: 1rem;
    line-height: 1.4rem;
    vertical-align: top;
}

.event-name > .data,
.event p.data {
    font-weight: 700;
    color: #a2d9e7;
    font-size: 1.5em;
    line-height: 1.2em;
}

.ev-name {
    font-weight: 700;
    font-size: 1em;
    text-transform: uppercase;
    color: #143055;
}

.list-group-item {
    border-right: 0px;
    border-left: 0px;
}

img.resguide-img {
    width: 100%;
}

.event-request-form-section {
    display: none;
}

.event-request-form-section.active {
    display: block;
}

/* **** floating image slider **************** */
.carousel-control-prev {
    margin-left: -50px;
}

.carousel-control-prev-icon {
    background-image: none;
}

.carousel-control-next {
    margin-right: -50px;
}

.carousel-control-next-icon {
    background-image: none;
}

/* xs and sm sizes for img text slider with overhang */
@media (max-width: 767px) {
    /* .img-slider-right-text{
          height: 20rem;
      } */
    .carousel-img-wrapper {
        overflow: hidden;
        width: 100%;
    }

    .carousel-img-wrapper img {
        position: absolute;
    }

    .img-slider-right-text {
        background: #eaeaea;
        padding-right: 30px;
        padding-left: 30px;
        height: 15rem;
    }

    .carousel-control-prev {
        background: url(../images/b_l_arrow.png) no-repeat;
    }

    .carousel-control-next {
        background: url(../images/b_r_arrow.png) no-repeat;
    }
}

/* md and up sizes for img text slider with overhang */
@media (min-width: 768px) {
    .gal-carousel-item {
        height: 20rem;
    }

    .img-slider-right-text {
        padding-left: 0px;
        padding-right: 30px;
    }

    .carousel-img-wrapper {
        overflow: hidden;
        height: 100%;
        width: 100%;
    }
}

.img-text-gold.hidden-sm-down {
    width: 100%;

    /* height: 100%; */
    position: absolute;
    height: 20rem;
    background: #a2d9e7;
    margin-top: 2.5rem;
}

.carousel-img-wrapper img {
    min-height: 100%;
    min-width: 100%;
}

/* *********** carousel slider controls ********* */
.slide-items {
    width: 20rem;
    height: 10rem;
}

.carousel-control-prev {
    right: 0;
    background: url(../images/b_l_arrow.png) no-repeat;
    z-index: 9;
    width: 23px;
    height: 52px;
    top: 39%;
    cursor: pointer;
    z-index: 75;
}

.carousel-control-next {
    background: url(../images/b_r_arrow.png) no-repeat;
    z-index: 9;
    width: 23px;
    height: 52px;
    top: 39%;
    cursor: pointer;
    z-index: 75;
}

.carousel-item {
    padding: 30px;
}

/* ***** Accessibility CSS ****** */
.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.carousel {
    padding: 50px 5%;
}

.section .modal-dialog {
    margin: 10% auto;
}
