﻿.padding-zero {
    padding: 0;
}

.padding-top15 {
    padding-top: 15px;
}

.before-you-leave-circle {
    border: 3px solid;
    border-radius: 50%;
    padding-top: 80px;
    height: 200px;
    width: 200px;
}

@media (max-width: 767px) {
    .before-you-leave-circle {
        margin-left: 50px;
    }
}

.font-60 {
    font-size: 60px;
    font-weight: bold;
}

.bullet-point {
    font-size: x-small;
}

.vertical-align-bottom {
    vertical-align: bottom;
}

.vertical-align-top {
    vertical-align: top;
}

.image-cropper {
    border-radius: 50%;
    filter: brightness(1.75) contrast(1.05) grayscale(1);
    height: 145px;
    margin-left: -10px;
    overflow: hidden;
    text-align: center;
    width: 145px;
}

.image-bio {
    height: 145px;
}

@media (min-width: 768px) {
    .button-shift-left
    {
        margin-left: -10px;
    }

    .button-shift-right {
        margin-left: 10px;
    }
}

.textarea-unsubscribe {
    height: 100px;
    resize: none;
}

.light-border {
    border: 1px solid #9db7c2;
}