.ce-blue {
    background: #009dc8;
    color: #FFFFFF;
    transition: all 0.2s;
}

.ce-dark-blue {
    background: #03316a;
    color: #FFFFFF;
    transition: all 0.2s;
}

.ce-green {
    background: #e2df31;
    color: #03316a;
    transition: all 0.2s;
}

.ce-orange {
    background: #ee7402;
    color: #FFFFFF;
    transition: all 0.2s;
}

.ce-orange:hover {
    background: #e2df31;
    color: #03316a;
}

.float-emblems {
    position: absolute;
    top: 3px;
    right: 3px;
}

.float-worlds {
    position: absolute;
    bottom: 3px;
    left: 3px;
}

.float-emblems img, .float-worlds img {
    float: left;
    width: 32px !important;
    opacity: 0.6;
    margin-left: 5px;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.float-emblems img:hover, .float-worlds img:hover {
    opacity: 1;
}

.min-h-70 {
    min-height: 70px;
}

.footer-logo {
    width: 80%;
}

.image-box-thum {
    min-height: 197px;
    background: #000000;
    position: relative;
}

.image-box-thum img {
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.ellipsis-a {
    width: 100%;
    overflow: hidden;
    display: -webkit-box !important;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: pre-line;
}

.ellipsis-title {
    height: 26px;
    width: 100%;
    overflow: hidden;
    display: -webkit-box !important;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: pre-line;
}

.what-desc {
    height: 92px;
    overflow: hidden;
    display: -webkit-box !important;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: pre-line;
}

.p-ellipsis-2 {
    overflow: hidden;
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: pre-line;
}

.p-ellipsis-4 {
    overflow: hidden;
    display: -webkit-box !important;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: pre-line;
}

.white-text {
    color: #ffffff;
}

.imgx75 {
    width: 75px;
}

.imgx24 {
    width: 24px;
}

.width-100 {
    width: 100%;
}

.gallery-box {
    width: 50%;
    float: left;
    padding: 1px;
}

.gallery-box img {
    width: 100%;
}

.video-box {
    width: 100%;
}

.video-box img {
    width: 100%;
    margin-bottom: 5px;
}

.no-display {
    display: none;
}

.uppecase-text {
    text-transform: uppercase;
}

.form-color {
    color: #999999 !important;
}

.facilitator-box {
    min-height: 140px;
}

.facilitator-social {
    min-height: 40px;
}

.thumb-avatar {
    background: #003567;
}

.thumb-avatar img {
    width: 100%;
}

.h1-column {
    font-size: 24px;
    line-height: normal;
    margin: 0;
}

.emblem-div {
    width: 100%;
    padding: 20px;
    text-align: center;
    margin-top: 10px;
}

.v-frame iframe {
    width: 100%;
    height: auto;
}

.h1-3 {
    font-size: 28px;
}

.doctor-thumb {
    position: relative;
}

.float-img-button {
    position: absolute;
    right: 0;
    bottom: 20px;
}

.cropper-container {
    margin: auto;
}

.register-img {
    width: 100%;
    height: 150px;
    text-align: center;
}

.register-img img {
    height: 100%;
}