/**********************
 * GLOBAL ADJUSTMENTS *
 **********************/
a.nav-item {
    text-decoration: none;
}

body {
	background: #f1f1f1;
}

/* Because we are looping the carousel now, we want to remove this padding */
.photos.owl-carousel .owl-stage-outer {
    padding-left: 0px;
}

/* Trash bin should always be visible */
.trash {
    opacity: 1;
}

/***************
 * NEW CLASSES *
 ***************/
.fullwidth {
    width: 100%;
}

/* For adjusting the app icon */
.download img {
    height: 60px;
}

/* For links without anchor tags, used in Account and Login */
.pointer {
    cursor: pointer;
}

.background-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/***************************
 *  RICH TEXT ADJUSTMENTS
 ***************************/

.payload-richtext .list-bullet {
    list-style: unset;
    padding-inline-start: 40px;
}

.payload-richtext blockquote {
    margin-block: 16px;
    margin-inline: 4px;
    border-inline-start-color: rgb(221, 221, 221);
    border-inline-start-width: 4px;
    border-inline-start-style: solid;
    -webkit-padding-start: 12px;
    padding-inline-start: 12px;
    padding-block: 4px;
}

.payload-richtext sup {
    vertical-align: text-top;
    font-size: .5em;
}

/***************************
 *  COLOR ADJUSTMENTS
 ***************************/

.text-cota-white { color: #FFFFFF }
.text-cota-black { color: #202020 }
.text-cota-blue { color: #002D96 }
.text-cota-red { color: #EC1E24 }


/***************************
 *  RIDES MODULE ADJUSTMENTS
 ***************************/

.rides-item.clickable:hover {
    cursor: pointer;
}
