img {
    max-width: 100%;
    height: auto;
}

blockquote {
    border: 0;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: .1em;
    margin: 2.5em auto;
    max-width: 540px;
    padding: 0 2rem;
    position: relative;
    text-align: center;
    text-transform: uppercase;
}

blockquote::before {
    color: #3dadd9;
    content: '“';
    font-size: 4em;
    font-family: none;
    left: 30%;
    pointer-events: none;
    position: absolute;
    top: -.85em;
}

/*blockquote::after {
  bottom: -1.2em;
  color: #3dadd9;
  content: '”';
  font-family: none;
  font-size: 4em;
  pointer-events: none;
  position: absolute;
  right: 30%;
}*/

.form-control[readonly] {
    background-color: #fff;
}

.dropdown-item.active, .dropdown-item:active {
    background-color: #3dadd9;
}

.counselor img {
    border: solid 1px #3dadd9;
}

.offer-solution img {
    border: solid 1px #FFD119;
}

.finance img {
    border: solid 1px #212529;
}

.needer img {
    border: solid 1px #ddd;
}

.invalid-feedback {
    display: block;
}

.vue-overlay-spinner {
    position: relative;
    min-height: 8rem;
}

.vue-loader {
    position: absolute;
    top: 2rem;
    z-index: 1000;
    right: calc(50% - 1rem);
}

.modal-spinner {
    position: absolute;
    height: 100%;
    text-align: center;
    padding-top: 3rem;
    width: 100%;
    background-color: #ffffffd9;
    z-index: 999999999999999;
    font-size: 1.75rem;
    display: none;
}

.empty-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 2rem 1rem;
    width: 100%
}

.empty-content .icon {
    color: #a6a59d;
    font-size: 2.5rem;
    margin-bottom: 0.5rem;
}

.empty-content .text {
    color: #606060;
    font-size: 80%;
    margin-bottom: 0;
    line-height: 1.2;
}

.vertically-aligned {
    display: flex;
    align-items: center;
}

.caret-badge {
    position: relative;
}

.caret-badge.left .badge {
    margin-left: 15px;;
}

.caret-badge.left:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-right: 15px solid #3dadd9;
    border-bottom: 10px solid transparent;
    top: 30%;
    left: 1px;
}

.caret-badge.bottom .badge {
    margin-bottom: 15px;
}

.caret-badge.bottom:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-top: 15px solid #3dadd9;
    border-right: 7px solid transparent;
    bottom: 1px;
    left: 15px;
}

.caret-badge .badge {
    border: none;
    padding: 0.75rem 1.25rem;
    background-color: #3dadd9;
    text-transform: uppercase;
    border-radius: 0;
    font-size: 15px
}

.pagination {
    margin-top: 1.5rem;
    margin-bottom: 0;
}

.pagination .page-link {
    border: none;
    border-radius: 3px;
    background-color: #F4F3FA;
    margin: 0 2px;
}

.page-item.disabled .page-link {
    background-color: #F4F3FA;
    opacity: 0.5;
}

.page-item.active .page-link {
    background-color: #3dadd9;
    border-color: #3dadd9;
}

.page-link, .page-link:hover {
    color: #3E485A;
}

.page-link:hover {
    background-color: #eaeaea;
}

/* Articles */
.article-list-item {
    height: 100%;
    overflow: hidden;
    border-radius: 0 !important;
}

.article-list-item .card-body {
    position: relative;
    padding-bottom: 2rem;
}

.article-list-item .img-wrapper {
    border-bottom: solid 3px #3dadd9;
    overflow: hidden;
    min-height: 10rem;
}

.article-list-item .article-image {
    margin: 0;
}

.article-list-item .article-cat-icon-wrapper {
    position: absolute;
    right: 0;
}

.article-list-item .article-cat-icon {
    max-width: 26px;
    filter: brightness(0) invert(1);
}

.article-list-item .footer-link {
    position: absolute;
    right: 1.25rem;
    bottom: 1.25rem;
    text-transform: uppercase;
}

.article-cat {
    background-color: #F4F3FA;
    display: inline-block;
    white-space: nowrap;
}

.article-cat .img-wrapper {
    background-color: #3dadd9;
    height: 100%;
    display: inline-block;
}

.article-cat img {
    padding: 0.25rem;
    filter: brightness(0) invert(1);
}

.article-cat .category {
    padding: 1rem;
}

.article-body h1,
.article-body h2,
.article-body h3 {
    position: relative;
    display: block;
    padding-left: 25px;
}

.article-body h1:before,
.article-body h2:before,
.article-body h3:before {
    width: 15px;
    height: 15px;
    content: "";
    position: absolute;
    border-left: solid 4px #3dadd9;
    border-top: solid 4px #3dadd9;
    top: 0;
    left: 0;
}

.article-body ul {
    list-style: none;
}

.article-body ul li::before {
    content: "\2022";
    color: #3dadd9;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}

.article-video iframe {
    width: 100%;
    height: 25rem;
    border: none;
}

@media (min-width: 567px) {

    .article-video iframe {
        width: 100%;
        height: 25rem;
    }
}

@media (min-width: 992px) {
    .article-video iframe {
        width: 100%;
        height: 30rem;
    }
}

@media (min-width: 1200px) {
    .article-video iframe {
        width: 100%;
        height: 80vh;
    }
}

.article-image {
    margin-top: 4rem;
    margin-bottom: 2rem;
    text-align: center;
}

.youtube-player {
    width: 100%;
    height: 15rem !important;
    border: none;
}

@media (min-width: 1200px) {
    .youtube-player {
        height: 13rem !important;
    }
}

.article-yt-preview {
    width: 250px;
    height: 200px;
    position: relative;
    display: none;
}

.article-yt-preview iframe {
    border: solid 1px #ddd;
    background-color: transparent;
    position: absolute;
    z-index: 2;
}

.article-yt-preview .loader {
    position: absolute;
    padding: 1rem;
    font-size: 1rem;
    z-index: 1;
}

/*End articles*/

/* Live Events */
.live-event-item {
    height: 100%;
    overflow: hidden;
    border-radius: 0 !important;
}

.live-event-item .card-body {
    position: relative;
    padding-bottom: 2rem;
}

.live-event-item .img-wrapper {
    max-height: 14rem;
    overflow: hidden;
    border: solid 1px #3dadd9;
    border-bottom: solid 3px #3dadd9;
}

.live-event-item .cover-image {
    margin: 0;
    transition: 0.3s;
}

.live-event-item > a:hover .cover-image {
    transform: scale(1.15) rotate(-3deg);
}

.live-event-item .footer-link {
    position: absolute;
    right: 1.25rem;
    bottom: 1.25rem;
    text-transform: uppercase;
}

.live-event-item .location-date .icon {
    color: #3dadd9;
    font-size: 12px;
    margin-right: 1rem;
}

.live-event-item .location-date .text {
    color: #212529;
    font-size: 10px;
}

.live-event-overview {
    background: #f4f3fa;
}

.live-event-yt-player {
    position: relative;
}

.live-event-yt-player iframe {
    display: block;
    width: 100%;
    height: 14rem;
    background: transparent;
    border: none;
    z-index: 1;
    position: relative;
    border-bottom: solid 1px #ddd;
}

.live-event-yt-player .spinner {
    position: absolute;
    top: 50%;
    left: 50%;
}

@media (min-width: 576px) {
    .live-event-yt-player iframe {
        height: 18rem;
    }
}

@media (min-width: 768px) {
    .live-event-yt-player iframe {
        height: 18rem;
    }
}

@media (min-width: 992px) {
    .live-event-yt-player iframe {
        height: 23rem;
    }
}

@media (min-width: 1200px) {
    .live-event-yt-player iframe {
        height: 26rem;
    }
}

.live-event-overview .overview {
    padding: 1rem;
}

.live-event-overview .title {
    overflow-wrap: break-word;
}

.live-event-description {
    padding: 0 1rem;
    color: #6c757d;
}

.event-speaker-card {
    display: flex;
    align-items: start;
    margin-bottom: 3rem;
    position: relative;
}

.event-speaker-card .img-wrapper {
    width: 80px;
}

.article-mention {
    text-align: center;
}

.article-mention .img-wrapper {
    width: 100px;
    display: inline-block;
}

.article-mention .info {
    padding: 0.25rem 0.75rem;
}

@media (max-width: 575px) {
    .article-mention {
        text-align: center;
        display: contents;
        position: relative;
    }

    .article-mention .img-wrapper {
        width: 100px;
        text-align: center;
        display: inline-flex;
    }
}

.article-mention img {
    border-radius: 50%;
}

.article-mention .btn {
    line-height: 0.1px;
    border-radius: 5px;
}

.article-mention .plus-button {
    padding: 0px;
    width: 0.7rem;
    margin-right: 10px;
}

.add-button {
    display: flex;
    justify-content: space-between;
}

.follow-button {
    margin-top: 6px;
}

.event-speaker-card .info {
    flex: 1;
    padding: 0.25rem 0.75rem;
}

.request-button {
    padding: 13px 2px !important;
}

.event-speaker-card .info .name {
    font-size: 18px;
    margin-bottom: 0.75rem;
    color: #212529;
}

.event-speaker-card .info .company {
    font-size: 14px;
    color: #666;
    margin-bottom: 0;
}

.event-speaker-card .info .location {
    margin-bottom: 0;
    color: #3dadd9;
    font-size: 12px;
}

.event-speaker-card .remove-event-speaker {
    position: absolute;
    padding: 3px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 10px;
    line-height: 1;
    width: 18px;
    height: 18px;
    top: -8px;
    left: -8px;
}

.simple-event-list {
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.04);
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.04);
    background-color: #FFF;
    border: 1px solid #EEE;
    padding: 15px;
}

.simple-event-list .simple-event {
    border-bottom: 1px dotted #E2E2E2;
    padding: 15px 0;
    display: flex;
}

.simple-event-list .simple-event::after {
    clear: both;
    content: "";
    display: block;
}

.simple-event-list .simple-event:last-child {
    border-bottom: 0;
}

.simple-event-list .event-image {
    float: left;
    margin-right: 12px;
}

.simple-event-list .event-meta {
    color: #888;
    font-size: 0.8em;
}

.simple-event-list .event-info {
    line-height: 20px;
}

.img-thumbnail.img-thumbnail-no-borders {
    border: none;
    padding: 0;
}

.live-event-list-item {
    display: flex;
    flex-direction: column;
    margin-bottom: 2rem;
}

.live-event-list-item .img-wrapper {
    overflow: hidden;
}

.live-event-list-item .img-wrapper img {
    transition: 0.3s;
}

.live-event-list-item > a:hover img {
    transform: scale(1.15) rotate(-3deg);
}

.live-event-list-item .content {
    padding: 1rem 0;
}

@media (min-width: 768px) {
    .live-event-list-item {
        align-items: end;
        flex-direction: row;
    }

    .live-event-list-item .img-wrapper {
        width: 18rem;
    }

    .live-event-list-item .content {
        flex: 1;
        padding: 1rem;
    }
}

@media (min-width: 1200px) {
    .live-event-list-item .img-wrapper {
        max-height: 12rem;
        overflow: hidden;
    }
}

.live-event-list-item .category {
    font-size: 12px;
    color: #3dadd9;
    text-transform: uppercase;
    display: block;
}

.live-event-list-item .title {
    /*text-transform: uppercase;*/
    font-family: Roboto;
    font-weight: 400;
    margin-bottom: 0;
}

.live-event-list-item .description {
    color: #666;
    margin-bottom: 1rem;
    margin-top: 1rem;
}

.live-event-list-item .location-date .icon {
    color: #3dadd9;
    font-size: 14px;
    margin-right: 1rem;
    font-weight: 400;
}

.live-event-list-item .location-date .text {
    color: #212529;
    font-size: 12px;
    text-transform: uppercase;
}

.live-event-list-item .title {

}

.live-event-list-item .title {

}

.cropper-wrap {
    background-color: #fff;
}

.cropper-wrap img {
    max-width: 100%;
}

/*End live events*/

